have thi problem Code: [BuddyPush] [Title = xxx: Honorbuddy Started] [Message = Ur Honorbuddy instance has started] Pushed! System.Net.WebException: The remote server returned an error: (400) Bad Request. at System.Net.WebClient.UploadValues(Uri address, String method, NameValueCollection data) at System.Net.WebClient.UploadValues(String address, NameValueCollection data) at BuddyPush.Root.PushoverApi.PushNotification(String message, String device, String title, String url, String urlTitle, Int32 priority, Sound sound) in d:\P1\Plugins\BuddyPush\Root.cs:line 187 Code: [BuddyPush] [Title = xxx: Whisper from yyy] [Message = u there?] Pushed! System.Net.WebException: The remote server returned an error: (400) Bad Request. at System.Net.WebClient.UploadValues(Uri address, String method, NameValueCollection data) at System.Net.WebClient.UploadValues(String address, NameValueCollection data) at BuddyPush.Root.PushoverApi.PushNotification(String message, String device, String title, String url, String urlTitle, Int32 priority, Sound sound) in d:\P1\Plugins\BuddyPush\Root.cs:line 187
easy at the Plugin settings you maste paste your Token and your user Key, you fill the token from the pushover.net in token and user Key, but this is wrong. the api key you get from pushover.net paste in Token. and in User Key you must paste the Code you get with your regestration Email. there are two different Keys you must fill in. i hope you know what i mean my english is not the best greetz
Not that I know off, I might release or extend the plugin with support for more providers though. I've already written the code for it for my AH bot, just need to merge it.
any plans to implement. push for gather a specific item such as rare items like mounts or skyshards would be nice to know if that happens to switch bot bases
This is broken now. Could you please patch for the new version of HonorBuddy. Code: Compiler Error: x:\Bots\HonorBuddy\Plugins\BuddyPush\Root.cs(39,30) : error CS0115: 'BuddyPush.Root.Initialize()': no suitable method found to override Compiler Error: x:\Bots\HonorBuddy\Plugins\BuddyPush\Root.cs(54,30) : error CS0115: 'BuddyPush.Root.Dispose()': no suitable method found to override Thanks.
Replace Root.cs with this one I am uploading into the post. Try this, if this will not fix that error, please let me know and I'll look at it further. (It corrected it for me.)
Thanks for the quickfix, Initialize and Dispose are replaced with OnEnable and OnDisable for new HB builds.. but this plugin will be revamped to support more push notification providers, and will be on the buddy store (free).
Of course. I also fixed Easy Pockets for another user on here. (Couldn't find the thread to post the fix in though).
Hello. I have downloaded the ZIP file and i did put it in the folder: Honorbuddy/Plugins/BuddyPush, but the plugin wont show up inside honorbuddy. What am i doing wrong ? Log is attached EDIT: I'm STUPID. apperantly i cant read. The reply over here helped me fix it.