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!

How did you fixed it?
I have similar issues.
Don't receive notification on pushbullet/pushover after vm restart.
To fix it i need to untick and tick again options in alerter settings :confused:
content of AlerterReloaded.json file seems fine
just installed the previous version
 
not sure what I did wrong, but this is the code I got..
"[ThirdPartyLoader] Cannot load [AlerterReloaded] because an exception occurred [C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(11,12) : error CS0234: The type or namespace name 'Utilities' does not exist in the namespace 'Loki' (are you missing an assembly reference?)
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\AlerterSettings.cs(2,16) : error CS0234: The type or namespace name 'Settings' does not exist in the namespace 'Loki.Bot' (are you missing an assembly reference?)
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\AlerterSettings.cs(3,12) : error CS0234: The type or namespace name 'Utilities' does not exist in the namespace 'Loki' (are you missing an assembly reference?)
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(209,50) : error CS0246: The type or namespace name 'AreaChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(263,16) : error CS0246: The type or namespace name 'JsonSettings' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(15,30) : error CS0738: 'Alerter' does not implement interface member 'IAuthored.Version'. 'Alerter.Version' cannot implement 'IAuthored.Version' because it does not have the matching return type of 'string'.
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(15,30) : error CS0535: 'Alerter' does not implement interface member 'IBase.Deinitialize()'
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(15,30) : error CS0738: 'Alerter' does not implement interface member 'IConfigurable.Settings'. 'Alerter.Settings' cannot implement 'IConfigurable.Settings' because it does not have the matching return type of 'JsonSettings'.
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(15,30) : error CS0535: 'Alerter' does not implement interface member 'ILogic.Logic(string, params dynamic[])'
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(15,30) : error CS0535: 'Alerter' does not implement interface member 'ILogic.Execute(string, params dynamic[])'
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\AlerterSettings.cs(7,29) : error CS0246: The type or namespace name 'JsonSettings' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\AlerterReloaded.cs(19,32) : error CS0118: 'Alerter' is a namespace but is used like a type
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Classes\Alerter.cs(34,67) : error CS0246: The type or namespace name 'NewChatMessageEventArgs' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Classes\Alerter.cs(18,25) : error CS0246: The type or namespace name 'ChatManager' could not be found (are you missing a using directive or an assembly reference?)
].
System.Exception: C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(11,12) : error CS0234: The type or namespace name 'Utilities' does not exist in the namespace 'Loki' (are you missing an assembly reference?)
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\AlerterSettings.cs(2,16) : error CS0234: The type or namespace name 'Settings' does not exist in the namespace 'Loki.Bot' (are you missing an assembly reference?)
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\AlerterSettings.cs(3,12) : error CS0234: The type or namespace name 'Utilities' does not exist in the namespace 'Loki' (are you missing an assembly reference?)
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(209,50) : error CS0246: The type or namespace name 'AreaChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(263,16) : error CS0246: The type or namespace name 'JsonSettings' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(15,30) : error CS0738: 'Alerter' does not implement interface member 'IAuthored.Version'. 'Alerter.Version' cannot implement 'IAuthored.Version' because it does not have the matching return type of 'string'.
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(15,30) : error CS0535: 'Alerter' does not implement interface member 'IBase.Deinitialize()'
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(15,30) : error CS0738: 'Alerter' does not implement interface member 'IConfigurable.Settings'. 'Alerter.Settings' cannot implement 'IConfigurable.Settings' because it does not have the matching return type of 'JsonSettings'.
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(15,30) : error CS0535: 'Alerter' does not implement interface member 'ILogic.Logic(string, params dynamic[])'
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(15,30) : error CS0535: 'Alerter' does not implement interface member 'ILogic.Execute(string, params dynamic[])'
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\AlerterSettings.cs(7,29) : error CS0246: The type or namespace name 'JsonSettings' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\AlerterReloaded.cs(19,32) : error CS0118: 'Alerter' is a namespace but is used like a type
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Classes\Alerter.cs(34,67) : error CS0246: The type or namespace name 'NewChatMessageEventArgs' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Classes\Alerter.cs(18,25) : error CS0246: The type or namespace name 'ChatManager' could not be found (are you missing a using directive or an assembly reference?)

at Loki.Bot.ThirdPartyLoader.‏‏‏‏*‏​‪‫​*​‬*‫‏​‏‎‪*​**(Dictionary`2 , String )
[ThirdPartyLoader] Cannot load [DangerDodger] because an exception occurred [C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\DangerDodger\Content\Utils\MoveHelper.cs(26,44) : error CS0117: 'ExilePather' does not contain a definition for 'NavigationGrid'
].
System.Exception: C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\DangerDodger\Content\Utils\MoveHelper.cs(26,44) : error CS0117: 'ExilePather' does not contain a definition for 'NavigationGrid'

at Loki.Bot.ThirdPartyLoader.‏‏‏‏*‏​‪‫​*​‬*‫‏​‏‎‪*​**(Dictionary`2 , String )
"
 
not sure what I did wrong, but this is the code I got..
"[ThirdPartyLoader] Cannot load [AlerterReloaded] because an exception occurred [C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content\Alerter.cs(11,12) : error CS0234: The type or namespace name 'Utilities' does not exist in the namespace 'Loki' (are you missing an assembly reference?)
C:\Users\USERNAME\Desktop\Secret Hideout bla bla bla bla
].
System.Exception: C:\Users\USERNAME\Desktop\Secret Hideout folders\4.12.16\3rdParty\_CONFIGS_\Default\DangerDodger\Content\Utils\MoveHelper.cs(26,44) : error CS0117: 'ExilePather' does not contain a definition for 'NavigationGrid'

at Loki.Bot.ThirdPartyLoader.‏‏‏‏*‏​‪‫​*​‬*‫‏​‏‎‪*​**(Dictionary`2 , String )
"

i believe we need to wait for updates. But wouldn't get my hopes up on this plugin, as there are alot of more important plugins to be updated.
 
It'll be, since we no have generic ways to handle stuff, but not a priority as always.
it's bad ,when use multiple accounts at the same time, it is very difficult to exchange orbs without alarm ,group chat and Privat-chat, this confirms my view that without plugins this bot has price = 0
 
it's bad ,when use multiple accounts at the same time, it is very difficult to exchange orbs without alarm ,group chat and Privat-chat, this confirms my view that without plugins this bot has price = 0

You're wrong, this bot is a masterpiece. even without plugins. It's like having a lamborghini engine in a fucking Simca1000. You just can't drive it. Kappa :D

It'll be easy to update it, don't vory.
 
You're wrong, this bot is a masterpiece. even without plugins. It's like having a lamborghini engine in a fucking Simca1000. You just can't drive it. Kappa :D

It'll be easy to update it, don't vory.
I'm just saying my opinion, for me there are 2 most important plugins, maprunner and alerter!
 
Last edited:
Can't seem to get it to work with Pushbullet. Using the latest version of plugin and CommunityLib. I know my API key is valid because I use it with other apps. This is the error.

Code:
2016-05-02 11:00:43,018 [5] ERROR Logger (null) - 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:\eb\3rdParty\_CONFIGS_\Default\CommunityLib\Content-64698279\Notifications.cs:line 98
   at CommunityLib.Notifications.Pushbullet(String apikey, String description, String ev) in C:\eb\3rdParty\_CONFIGS_\Default\CommunityLib\Content-64698279\Notifications.cs:line 80
   at AlerterReloaded.MobileNotifications.NotificationManager.SendNotification(Notification notification) in C:\eb\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content-64700291\MobileNotifications\Notifier.cs:line 54
   at AlerterReloaded.AlerterReloaded.Stop() in C:\eb\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content-64700291\AlerterReloaded.cs:line 110
   at Loki.Bot.PluginManager.?????????????????????????????????????????(IPlugin )
 
Can't seem to get it to work with Pushbullet. Using the latest version of plugin and CommunityLib. I know my API key is valid because I use it with other apps. This is the error.

Code:
2016-05-02 11:00:43,018 [5] ERROR Logger (null) - 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:\eb\3rdParty\_CONFIGS_\Default\CommunityLib\Content-64698279\Notifications.cs:line 98
   at CommunityLib.Notifications.Pushbullet(String apikey, String description, String ev) in C:\eb\3rdParty\_CONFIGS_\Default\CommunityLib\Content-64698279\Notifications.cs:line 80
   at AlerterReloaded.MobileNotifications.NotificationManager.SendNotification(Notification notification) in C:\eb\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content-64700291\MobileNotifications\Notifier.cs:line 54
   at AlerterReloaded.AlerterReloaded.Stop() in C:\eb\3rdParty\_CONFIGS_\Default\AlerterReloaded\Content-64700291\AlerterReloaded.cs:line 110
   at Loki.Bot.PluginManager.?????????????????????????????????????????(IPlugin )

Yep, the buffer is 0 and shouldn't be, try to edit communitylib's file "Notification.cs" and set a different ContentLength size
 
Back
Top