PushHub Multi Notification Plugin >> What does it do? << PushHub provides push notifications for occurring bot events, through a variety of push notification providers. >> What's the purpose of this? << It keeps you up-to-date with the latest info from Honorbuddy and WoW, allowing you to leave your computer and come back for important stuff. >> How to Download << [1] Browse to: PushHub on the BuddyStore , [2] Click on the {Obtain For Free} button, [3] Click on {My Purchases} , [4] Enable the plugin and [5] Start Honorbuddy. >> How to contribute << Make pull requests @ https://github.com/Mirabis/PushHub
Thanks for all of your time and effort to create this plugin. I am using it with Prowl for iOS and it has worked very well. There are a few suggestions I have, if you like. 1) I do not think the achievements notification is working. I have it selected and have reached some achievements while playing but no message was sent. 2) Could you add the option to select or de-select emotes from firing a message? As of now, I am notified any time an emote is done around me (I have filtering turned off - see next) 3) How about the possibility to decide if you want filtering for each message type instead of all-or-nothing? For example, I want to be notified of any and all messages that come as whispers or GM messages (no matter what is said in the message), however, I would like to also message on say, yell, party, etc based upon the filter criteria that is already in place. 4) (My biggest request) Can a notification be sent when the bot is disconnected from WoW but the instance is still active? As of now, if I get disconnected from WoW, the bot understands that it is not in the game, but is still active. In this case, I do not get a message. Perhaps a timer that checks how long the bot is out of the game before sending a message? These are just my thoughts. Thank you again for your contribution. It is greatly appreciated.
This plugin can be used with various providers. This is not theTramper - and doesn't require a phone number. Just use one of the applications provides by one of the providers listed.
Getting Code: Pushalot Notification failed, Status Code: BadRequest. Description: Bad Request in log while trying test pushalot notifications, same for pushbullet, didn`t test any others and no additional info in log file with max log level =\
No, I didn't. Double checked API keys - they are fine. Maybe some locale problems, mine is Ru-ru? I'll try to dubug this with fiddler/wireshark later. Oh now i got somethiing : Code: System.NotSupportedException: WebClient does not support concurrent I/O operations. в System.Net.WebClient.ClearWebClientState() в System.Net.WebClient.UploadValuesAsync(Uri address, String method, NameValueCollection data, Object userToken) в System.Net.WebClient.UploadValuesTaskAsync(Uri address, String method, NameValueCollection data) в System.Net.WebClient.UploadValuesTaskAsync(String address, NameValueCollection data) в PushHub.Providers.PushBullet.<PushNotification>d__0. ******(WebClient , String , NameValueCollection ) в PushHub.Providers.PushBullet.<PushNotification>d__0.MoveNext() ADD: According to wireshark there was no requests to thise serviceces =\
Yeh will fix that, at times it tries to do concurrent requests using the same webclient ;S I tried to save resources.
Release 2.0.2.0 Pushed out a new version, awaiting store approval before it goes live. Changelog: You need to register and have one post to see spoilers!
Still not working PushAlot: Code: {"Success":false,"Status":400,"Description":"Link title cannot be used without specifying actual link."}
New version hasn't been approved yet. Can u tell me which provider that is? It seems like Push-up specifies a title, but the title must be an link.
As i said, that came from Pushalot. urlTitle was not empty, while url was. And please add some diagnostic logging to WebException`s catch blocks, it`s pain in the ass to dl your source from github and then remove all the shit from solution to make it compileable. Thx.
Could you add support for multiple devices on Pushover? Maybe separate the device names with semicolons or something.