What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin] BuddyPush - Honorbuddy Pushover Client

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
 
Last edited:
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

Upload full log please.
 
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 :D
greetz
 
Hello,

Awesome plugin. But there's a way to still using Pushover after 5-day trial?

Thanks You!
 
Hello,

Awesome plugin. But there's a way to still using Pushover after 5-day trial?

Thanks You!

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.
 
so if I wanted all whispers & b.net whispers pushed to me.. do I remove all the triggers & leave it blank ? use a wildcard * ?

the setup I'd like is push all whispers & b.net whispers to me..

also push any /say

Yes, or turn of the filter function ;)
 
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
 
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

Hmm would be possible yes. I'll put it on the task board, but no eta for it.
 
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.
 
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.)
 

Attachments

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).
 
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).
 
I replaced the Root.cs methods and it seems to be fine as far as i have tested.
 
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.
 

Attachments

Last edited:
Back
Top