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!

1.0.0.5 is out, give it a try, it should ping the first domain to see if it's available, else it'll use the other if reachable, if none of them are queryable it'll just break the execution and continue.

Like that?

Exception during plugin Stop.System.NullReferenceException: Object reference not set to an instance of an object.
at AlerterReloaded.AlerterReloaded.Stop() in c:\Users\Alba\Desktop\New folder\Plugins\AlerterReloaded\AlerterReloaded.cs:line 109
at Loki.Bot.PluginManager.‎‏*‎*‎*‏‪‏**‎**​‫​‪*​‪‏*‫**(IPlugin )
 
Like that?

Exception during plugin Stop.System.NullReferenceException: Object reference not set to an instance of an object.
at AlerterReloaded.AlerterReloaded.Stop() in c:\Users\Alba\Desktop\New folder\Plugins\AlerterReloaded\AlerterReloaded.cs:line 109
at Loki.Bot.PluginManager.‎‏*‎*‎*‏‪‏**‎**​‫​‪*​‪‏*‫**(IPlugin )
this happens when i stop, in rest no notifications at all :(
 
Are you sure you don't have an installation issue? this line means nothing. :o
Nope, everything done right... and now i saw that the NMA main server is online and still no notif :/
 
Last edited:
Are you sure you don't have an installation issue? this line means nothing. :o
placed both the mainUrl and backup url with the same link?

case "android":
{
const string mainUrl = "https://www.notifymyandroid.com/publicapi/notify";
const string backupUrl = "https://www.notifymyandroid.com/publicapi/notify";
string finalUrl;
 
Nope, everything done right... and now i saw that the NMA main server is online and still no notif :/

I derped, both service URLs are the same, and I can't ping the whole url block like this, so yeah you won't get notifications :D any errors in the log?

// EDIT //

Redownload and try again plz.
 
Last edited:
I derped, both service URLs are the same, and I can't ping the whole url block like this, so yeah you won't get notifications :D any errors in the log?

// EDIT //

Redownload and try again plz.

Nope, redownloaded, reentered different apikey.

No more sounds, masters and pm's, no notifs, the only error log i get is when i stop...

[Stop] Now requesting the BotThread to stop.
[OldGrindBot] OnStop
[CommonEvents] Stop
[AdvancedItemFilter] Stop
[Alcor75PlayerMover] Stop
[AlerterReloaded] Stop
Exception during plugin Stop.System.NullReferenceException: Object reference not set to an instance of an object.
at AlerterReloaded.AlerterReloaded.Stop() in c:\Users\Alba\Desktop\New folder\Plugins\AlerterReloaded\AlerterReloaded.cs:line 109
at Loki.Bot.PluginManager.‎‏*‎*‎*‏‪‏**‎**​‫​‪*​‪‏*‫**(IPlugin )

[AutoLogin] Stop
[DeathLogger] Stop
[DevTab] Stop
[FlaskHelper] Stop
[GemLeveler] Stop
[MapRunner] Stop
[ObjectExplorer] Stop
[Stats] Stop
[StuckDetection] Stop
[OldRoutine] Stop
 
Nope, redownloaded, reentered different apikey.

No more sounds, masters and pm's, no notifs, the only error log i get is when i stop...

[Stop] Now requesting the BotThread to stop.
[OldGrindBot] OnStop
[CommonEvents] Stop
[AdvancedItemFilter] Stop
[Alcor75PlayerMover] Stop
[AlerterReloaded] Stop
Exception during plugin Stop.System.NullReferenceException: Object reference not set to an instance of an object.
at AlerterReloaded.AlerterReloaded.Stop() in c:\Users\Alba\Desktop\New folder\Plugins\AlerterReloaded\AlerterReloaded.cs:line 109
at Loki.Bot.PluginManager.‎‏*‎*‎*‏‪‏**‎**​‫​‪*​‪‏*‫**(IPlugin )

[AutoLogin] Stop
[DeathLogger] Stop
[DevTab] Stop
[FlaskHelper] Stop
[GemLeveler] Stop
[MapRunner] Stop
[ObjectExplorer] Stop
[Stats] Stop
[StuckDetection] Stop
[OldRoutine] Stop

You start/stop it? or does it stops itself? that looks weird. gimme full log plz
 
Exception during plugin Tick.System.Threading.ThreadAbortException: Thread was being aborted.
at AlerterReloaded.MobileNotifications.NotificationManager.SendNotification(ProwlNotification notification) in c:\Users\Alba\Desktop\New folder\Plugins\AlerterReloaded\MobileNotifications\Notifier.cs:line 71
at AlerterReloaded.AlerterReloaded.Tick() in c:\Users\Alba\Desktop\New folder\Plugins\AlerterReloaded\AlerterReloaded.cs:line 143
at Loki.Bot.PluginManager.​‏*‬‫*‪**​‬‪‬*‎​‬‬‎*‬​‫‬‎‫*‏**(IPlugin )

[Tick] Exception during execution:System.Threading.ThreadAbortException: Thread was being aborted.
at Loki.Bot.PluginManager.​‏*‬‫*‪**​‬‪‬*‎​‬‬‎*‬​‫‬‎‫*‏**(IPlugin )
at Loki.Bot.PluginManager.Tick()
at Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
at Loki.Bot.BotManager.​‏*‬‫*‪**​‬‪‬*‎​‬‬‎*‬​‫‬‎‫*‏**(IBot )
 
Back
Top