• Visit Rebornbuddy
  • [Plugin] BuddyPush - Honorbuddy Pushover Client

    Discussion in 'Archives' started by Mirabis, Aug 25, 2013.

    1. alecsabkan

      alecsabkan New Member

      Joined:
      Oct 11, 2012
      Messages:
      154
      Likes Received:
      0
      Trophy Points:
      0
      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: Aug 31, 2014
    2. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Upload full log please.
       
    3. alecsabkan

      alecsabkan New Member

      Joined:
      Oct 11, 2012
      Messages:
      154
      Likes Received:
      0
      Trophy Points:
      0
      logg
       

      Attached Files:

    4. Dired

      Dired New Member

      Joined:
      Mar 4, 2013
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    5. Rebeque

      Rebeque New Member

      Joined:
      Sep 15, 2014
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      Hello,

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

      Thanks You!
       
    6. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      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.
       
    7. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Yes, or turn of the filter function ;)
       
    8. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Pushover doesn't support that ; (
       
    9. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      They don't seem to use Pushover API, probably his way of mentioning Push notifications.
       
    10. Deathblade

      Deathblade New Member

      Joined:
      Jul 18, 2014
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      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
       
    11. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Hmm would be possible yes. I'll put it on the task board, but no eta for it.
       
    12. ChikenMC

      ChikenMC New Member

      Joined:
      Feb 9, 2012
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      I don't get what I am supposed to put in the token field
       
    13. Deathblade

      Deathblade New Member

      Joined:
      Jul 18, 2014
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      is there an update coming for 6.0?
       
    14. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Yes.
       
    15. hackersrage

      hackersrage Member Buddy Store Developer

      Joined:
      Nov 18, 2012
      Messages:
      342
      Likes Received:
      15
      Trophy Points:
      18
      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.
       
    16. Tricen

      Tricen Community Developer

      Joined:
      Jan 21, 2010
      Messages:
      331
      Likes Received:
      6
      Trophy Points:
      18
      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.)
       

      Attached Files:

      • Root.cs
        File size:
        22.4 KB
        Views:
        47
    17. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      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).
       
    18. Tricen

      Tricen Community Developer

      Joined:
      Jan 21, 2010
      Messages:
      331
      Likes Received:
      6
      Trophy Points:
      18
      Of course. I also fixed Easy Pockets for another user on here. (Couldn't find the thread to post the fix in though).
       
    19. Fumbo

      Fumbo New Member

      Joined:
      Oct 21, 2014
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      I replaced the Root.cs methods and it seems to be fine as far as i have tested.
       
    20. MarieMin

      MarieMin New Member

      Joined:
      Oct 5, 2010
      Messages:
      55
      Likes Received:
      1
      Trophy Points:
      0
      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.
       

      Attached Files:

      Last edited: Nov 2, 2014

    Share This Page