Necro bot, keeps relogging error menu

User Tag List

Results 1 to 5 of 5
  1. #1
    badmdog's Avatar Active Member
    Reputation
    25
    Join Date
    Oct 2011
    Posts
    121
    Thanks G/R
    2/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Necro bot, keeps relogging error

    [21:24:22] System.ArgumentNullException: Value cannot be null.
    Parameter name: value
    at Newtonsoft.Json.Linq.JToken.EnsureValue(JToken value)
    at Newtonsoft.Json.Linq.JToken.op_Explicit(JToken value)
    at PoGo.NecroBot.Logic.Utils.LocationUtils.getElevation(Double lat, Double lon) in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Utils\LocationUtils.cs: line 36
    at PoGo.NecroBot.Logic.Utils.LocationUtils.CreateWaypoint(GeoCoordinate sourceLocation, Double distanceInMeters, Double bearingDegrees) in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Utils\LocationUtils.cs: line 65
    at PoGo.NecroBot.Logic.Navigation.<Move>d__3.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Navigation.cs:line 42
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
    at PoGo.NecroBot.Logic.Tasks.FarmPokestopsTask.<Execute>d__2.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Tasks\FarmPokestopsTask .cs:line 82
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
    at PoGo.NecroBot.Logic.State.FarmState.<Execute>d__0.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\State\FarmState.cs:line 66
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at PoGo.NecroBot.Logic.State.StateMachine.<Start>d__3.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\State\StateMachine.cs:l ine 36


    .............
    ANyone got a clue?

    Necro bot, keeps relogging error
  2. #2
    pokemonkyo's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    21
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It happen , but not a coder so I got back to 0.7.0 and it working now until anyone know what wrong

  3. #3
    UncleDolan88's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm having the same issue but not a clue on how to fix it.

  4. #4
    NightWarrior's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Location Known, can't fix

    I traced back using the stack you provided from https://github.com/NECROBOTIO/NecroB...cationUtils.cs and the problem is that
    Code:
      double return1 = random.NextDouble() * (maximum - minimum) + minimum;
    returns a null value. However it creates this number with
    Code:
     Random random = new Random();
                double maximum = 11.0f;
                double minimum = 8.6f;
    and so it shouldn't return null. I am running a previous version (just go to the download page and scroll down) and I am looking into the current bug.

    EDIT: Necrobot discord says it might be a IP ban. Unconfirmed
    EDIT: 0.7.2 is not working. Download 0.7.0 and run the .exe then disable AutoUpdate in the Config file.
    EDIT: 0.7.2 works for 1-3 hours and then crashes. ONLY USE 0.7.0
    UPDATE: 0.7.3 is out and working
    Last edited by NightWarrior; 08-07-2016 at 03:32 PM.

  5. Thanks X-Scr (1 members gave Thanks to NightWarrior for this useful post)
  6. #5
    cmontiltme's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bot was working perfectly and then it just started to send me those message :

    [22:09:55] (ERROR) System.ArgumentNullException: Value cannot be null.
    Parameter name: value
    at Newtonsoft.Json.Linq.JToken.EnsureValue(JToken value)
    at Newtonsoft.Json.Linq.JToken.op_Explicit(JToken value)
    at PoGo.NecroBot.Logic.Utils.LocationUtils.getElevation(Double lat, Double lon) in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Utils\LocationUtils.cs: line 36
    at PoGo.NecroBot.Logic.Utils.LocationUtils.CreateWaypoint(GeoCoordinate sourceLocation, Double distanceInMeters, Double bearingDegrees) in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Utils\LocationUtils.cs: line 65
    at PoGo.NecroBot.Logic.Navigation.<Move>d__3.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Navigation.cs:line 42
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
    at PoGo.NecroBot.Logic.Tasks.FarmPokestopsTask.<Execute>d__2.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Tasks\FarmPokestopsTask .cs:line 82
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
    at PoGo.NecroBot.Logic.State.FarmState.<Execute>d__0.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\State\FarmState.cs:line 66
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
    at PoGo.NecroBot.Logic.State.StateMachine.<Start>d__3.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\State\StateMachine.cs:l ine 36


    What happend? How to fix this? Same on every account im using

Similar Threads

  1. Replies: 0
    Last Post: 08-13-2016, 01:08 PM
  2. Keep getting this error when opening necro bot
    By skyline72 in forum Pokemon GO Hacks|Cheats
    Replies: 6
    Last Post: 08-13-2016, 10:57 AM
  3. [Bug] pokesniper error necro bot v0.8.5
    By joaomito in forum Pokemon GO Chat
    Replies: 0
    Last Post: 08-10-2016, 02:51 PM
  4. Necro bot keep baning
    By jesse1234 in forum Pokemon GO Hacks|Cheats
    Replies: 13
    Last Post: 08-09-2016, 09:46 PM
  5. Replies: 3
    Last Post: 08-09-2016, 01:25 AM
All times are GMT -5. The time now is 04:01 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search