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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Notification not work with pushbullet
oMLHks5.png


after pushing STOP button i see that errors

Code:
Exception during plugin Stop.System.Net.ProtocolViolationException: Bytes to be written to the stream exceed the Content-Length bytes size specified.
   at System.Net.ConnectStream.InternalWrite(Boolean async, Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
   at System.Net.ConnectStream.Write(Byte[] buffer, Int32 offset, Int32 size)
   at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
   at System.IO.StreamWriter.Dispose(Boolean disposing)
   at System.IO.StreamWriter.Close()
   at CommunityLib.Notifications.Send(String uri, String postData, CredentialCache creds) in C:\Users\Evg\Downloads\eba\eba\3rdParty\_CONFIGS_\Default\CommunityLib\Content-55077703\Notifications.cs:line 98
   at CommunityLib.Notifications.Pushbullet(String apikey, String description, String ev) in C:\Users\Evg\Downloads\eba\eba\3rdParty\_CONFIGS_\Default\CommunityLib\Content-55077703\Notifications.cs:line 80
   at AlerterReloaded.MobileNotifications.NotificationManager.SendNotification(Notification notification) in C:\Users\Evg\Downloads\eba\eba\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content-55083562\MobileNotifications\Notifier.cs:line 54
   at AlerterReloaded.AlerterReloaded.Stop() in C:\Users\Evg\Downloads\eba\eba\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content-55083562\AlerterReloaded.cs:line 110
   at Loki.Bot.PluginManager.‎**‎‏‪‎‫*‏**‬**‎‫‫‬‎‪‫‫‪‏*(IPlugin )
 
kvantor, try this
Thanks.

For anyone else having the problem. In CommunityLib/Notifications.cs change line 87.

Code:
request.ContentLength = 0;

to

Code:
request.ContentLength = postData.Length;

That got pushbullet notifications working.
 
It does not even show up in my EB settings.. copied it to 3rdparty folder.. but not showing up.. :(
Got same problem with advanceditemfilter.. :(

help please.
 
Having a bunch of errors with push notification and it spamming the voice messages

Code:
Exception during plugin Tick.System.NullReferenceException: Object reference not set to an instance of an object.
   at AlerterReloaded.Classes.Alerter.AlertPm(String sender, String msg, AlertMessageDelegate alert, NotifyMessageDelegate notify) in C:\Users\Jake\Desktop\BE\3rdParty\_CONFIGS_\Main\AlerterReloaded\Content-45795421\Classes\Alerter.cs:line 110
   at AlerterReloaded.Classes.Alerter.ProcessChatMessage(MessageType type, String sender, String message) in C:\Users\Jake\Desktop\BE\3rdParty\_CONFIGS_\Main\AlerterReloaded\Content-45795421\Classes\Alerter.cs:line 84
   at AlerterReloaded.Classes.Alerter.Update() in C:\Users\Jake\Desktop\BE\3rdParty\_CONFIGS_\Main\AlerterReloaded\Content-45795421\Classes\Alerter.cs:line 71
   at AlerterReloaded.AlerterReloaded.Tick() in C:\Users\Jake\Desktop\BE\3rdParty\_CONFIGS_\Main\AlerterReloaded\Content-45795421\AlerterReloaded.cs:line 122
   at Loki.Bot.PluginManager.**‎*‏*‬‏***‪​‎*‬‏*‎‎‎​*‬*(IPlugin )
 
Last edited:
Having a bunch of errors with push notification and it spamming the voice messages

Code:
Exception during plugin Tick.System.NullReferenceException: Object reference not set to an instance of an object.
   at AlerterReloaded.Classes.Alerter.AlertPm(String sender, String msg, AlertMessageDelegate alert, NotifyMessageDelegate notify) in C:\Users\Jake\Desktop\BE\3rdParty\_CONFIGS_\Main\AlerterReloaded\Content-45795421\Classes\Alerter.cs:line 110
   at AlerterReloaded.Classes.Alerter.ProcessChatMessage(MessageType type, String sender, String message) in C:\Users\Jake\Desktop\BE\3rdParty\_CONFIGS_\Main\AlerterReloaded\Content-45795421\Classes\Alerter.cs:line 84
   at AlerterReloaded.Classes.Alerter.Update() in C:\Users\Jake\Desktop\BE\3rdParty\_CONFIGS_\Main\AlerterReloaded\Content-45795421\Classes\Alerter.cs:line 71
   at AlerterReloaded.AlerterReloaded.Tick() in C:\Users\Jake\Desktop\BE\3rdParty\_CONFIGS_\Main\AlerterReloaded\Content-45795421\AlerterReloaded.cs:line 122
   at Loki.Bot.PluginManager.**‎*‏*‬‏***‪​‎*‬‏*‎‎‎​*‬*(IPlugin )

it's the logwriter, as always, I need to find a way to do it :)
 
im getting: [AlerterReloaded][Notifications (PushOver)] A notification didn't get sent, Err : WebRequestError
While trying to use pushover, obviously. did the api or something change? o-o
 
im getting: [AlerterReloaded][Notifications (PushOver)] A notification didn't get sent, Err : WebRequestError
While trying to use pushover, obviously. did the api or something change? o-o

Don't think so, will test this later
 
Would you mind add the notifications for new 6 trials? Thank you anyway for all your good plugins!
 
You can add them as if they were specific NPCs, with ofc the exact name.
How do you do that?

I think toNyx might of goofed with the version he has released. 1.0.0.6 is what is listed in the first post, but that version does not include specific NPCs.

1.0.0.7 does have the specific NPCs

ec1dc4fcdcd242bea5013a793b230d6e.png


Normally i wouldnt post .zips of other peoples work, but since toNyx is telling you how to set up it i think its just a mistake. I could have sworn i got 1.0.0.7 from this post, but it might have been from discord. If toNyx wants me to remove this link, let me know, but im pretty sure its just a mistake since 1.0.0.7 has been out for a really long time.

EDIT: Removed Link

Read back a few pages and toNyx posted about people still testing. He will release it when ready.
 
Last edited:
I think toNyx might of goofed with the version he has released. 1.0.0.6 is what is listed in the first post, but that version does not include specific NPCs.

1.0.0.7 does have the specific NPCs

ec1dc4fcdcd242bea5013a793b230d6e.png


Normally i wouldnt post .zips of other peoples work, but since toNyx is telling you how to set up it i think its just a mistake. I could have sworn i got 1.0.0.7 from this post, but it might have been from discord. If toNyx wants me to remove this link, let me know, but im pretty sure its just a mistake since 1.0.0.7 has been out for a really long time.

EDIT: Removed Link

Read back a few pages and toNyx posted about people still testing. He will release it when ready.

woops, will fix the logwriter issue then release it Kappa
 
woops, will fix the logwriter issue then release it Kappa


I got only pms checked but after pm next "you have entered somewhere" or any message received when seeing a master procs the "new private message" sound
 
found out what was happening with alerter for my pushover notifications. you cant keep it in the zip folder, you have to extract it :)
 
Back
Top