alecsabkan
New Member
- Joined
- Oct 11, 2012
- Messages
- 154
- Reaction score
- 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: