-
Active Member
[12:09:02] (ERROR) System.ArgumentOutOfRangeException: Argument must be in range of -90 to 90
Parametername: Latitude
bei GeoCoordinatePortable.GeoCoordinate.set_Latitude(Double value) in C:\projects\geocoordinate\src\GeoCoordinatePortable\GeoCoordinate.cs:Zeile 109.
bei PoGo.NecroBot.Logic.Utils.LocationUtils.CalculateDistanceInMeters(Double sourceLat, Double sourceLng, Double destLat, Double destLng) in C:\Users\ciamo\Source\Repos\Nec
roBot\PoGo.NecroBot.Logic\Utils\LocationUtils.cs:Zeile 19.
bei PoGo.NecroBot.Logic.Tasks.FarmPokestopsTask.<Execute>d__2.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Tasks\FarmPokestopsTask .cs:Zeile 30.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
bei PoGo.NecroBot.Logic.State.FarmState.<Execute>d__0.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\State\FarmState.cs:Zeil e 66.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
bei PoGo.NecroBot.Logic.State.StateMachine.<Start>d__3.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\State\StateMachine.cs:Z eile 36.
-
Member
Hello, everytime I click an other running bot, Microsoft framework tell me to continue or stop, and I have to click on continue.. What can I do?
-
Originally Posted by
sebflex
[12:09:02] (ERROR) System.ArgumentOutOfRangeException: Argument must be in range of -90 to 90
Parametername: Latitude
bei GeoCoordinatePortable.GeoCoordinate.set_Latitude(Double value) in C:\projects\geocoordinate\src\GeoCoordinatePortable\GeoCoordinate.cs:Zeile 109.
bei PoGo.NecroBot.Logic.Utils.LocationUtils.CalculateDistanceInMeters(Double sourceLat, Double sourceLng, Double destLat, Double destLng) in C:\Users\ciamo\Source\Repos\Nec
roBot\PoGo.NecroBot.Logic\Utils\LocationUtils.cs:Zeile 19.
bei PoGo.NecroBot.Logic.Tasks.FarmPokestopsTask.<Execute>d__2.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Tasks\FarmPokestopsTask .cs:Zeile 30.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
bei PoGo.NecroBot.Logic.State.FarmState.<Execute>d__0.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\State\FarmState.cs:Zeil e 66.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotificat ion(Task task)
bei PoGo.NecroBot.Logic.State.StateMachine.<Start>d__3.MoveNext() in C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\State\StateMachine.cs:Z eile 36.
Check coords.
Change the , to .
comma to dot.
Originally Posted by
Luamaro
Hello, everytime I click an other running bot, Microsoft framework tell me to continue or stop, and I have to click on continue.. What can I do?
You got the newest version? started the bot as admin?
Instead of doing "Thanks" posts hit rep or thanks buttons

-
Hi, i'm using manager with Spegeli's Bot
When config, i set to restard after 30min, ok so far, but when it restarts It says that : there are no pokestops nearby
So how can i resolve it through bot manager?
ty
-
Member
i will try this FB later !
-
Member
Originally Posted by [*
Run the bot manager and let it download and compile all the bots, then close it and go to: Necro\NecroBot-master\PoGo.NecroBot.CLI\bin\Debug\Config
Can't find the above Path mentioned Above !
-
Member
Seems like the auth.json gets loaded on the start and the proxy informations cant be changed in the botmanager / with a batch file. Always trys to connect to the proxy informations in the auth.json . Im using a version which supports proxy, so its not a issue with he bot itself.
-
Contributor
Issue loading translations when using Necrobot. If i press yes to rebuilding translations folder the bot keeps crashing. What to do?
Code:
[16:04:02] () [ERROR] Issue loading translations
[16:04:02] () [Request] Rebuild the translations folder? Y/N
y
[16:05:40] () Loading fresh translations and continuing
[16:05:40] () Exceptiion caught, writing LogBuffer.
Ikke-afviklet undtagelse: System.ArgumentNullException: En værdi må ikke være null.
Parameternavn: value
ved Newtonsoft.Json.Linq.JToken.EnsureValue(JToken value)
ved Newtonsoft.Json.Linq.JToken.op_Explicit(JToken value)
ved PoGo.NecroBot.Logic.Utils.LocationUtils.getElevation(Double lat, Double lon) i C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Utils\LocationUtils.cs:linje 36
ved PoGo.NecroBot.Logic.ClientSettings.PokemonGo.RocketAPI.ISettings.get_DefaultAltitude() i C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Settings.cs:linje 1095
ved PokemonGo.RocketAPI.Client..ctor(ISettings settings, IApiFailureStrategy apiFailureStrategy) i C:\Users\ciamo\Source\Repos\NecroBot\FeroxRev\PokemonGo.RocketAPI\Client.cs:linje 60
ved PoGo.NecroBot.Logic.State.Session.Reset(ISettings settings, ILogicSettings logicSettings) i C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\State\Session.cs:linje 53
ved PoGo.NecroBot.Logic.State.Session..ctor(ISettings settings, ILogicSettings logicSettings) i C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\State\Session.cs:linje 32
ved PoGo.NecroBot.CLI.Program.Main(String[] args) i C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.CLI\Program.cs:linje 77
-
Originally Posted by
Mahizzta
Issue loading translations when using Necrobot. If i press yes to rebuilding translations folder the bot keeps crashing. What to do?
Code:
[16:04:02] () [ERROR] Issue loading translations
[16:04:02] () [Request] Rebuild the translations folder? Y/N
y
[16:05:40] () Loading fresh translations and continuing
[16:05:40] () Exceptiion caught, writing LogBuffer.
Ikke-afviklet undtagelse: System.ArgumentNullException: En værdi må ikke være null.
Parameternavn: value
ved Newtonsoft.Json.Linq.JToken.EnsureValue(JToken value)
ved Newtonsoft.Json.Linq.JToken.op_Explicit(JToken value)
ved PoGo.NecroBot.Logic.Utils.LocationUtils.getElevation(Double lat, Double lon) i C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Utils\LocationUtils.cs:linje 36
ved PoGo.NecroBot.Logic.ClientSettings.PokemonGo.RocketAPI.ISettings.get_DefaultAltitude() i C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\Settings.cs:linje 1095
ved PokemonGo.RocketAPI.Client..ctor(ISettings settings, IApiFailureStrategy apiFailureStrategy) i C:\Users\ciamo\Source\Repos\NecroBot\FeroxRev\PokemonGo.RocketAPI\Client.cs:linje 60
ved PoGo.NecroBot.Logic.State.Session.Reset(ISettings settings, ILogicSettings logicSettings) i C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\State\Session.cs:linje 53
ved PoGo.NecroBot.Logic.State.Session..ctor(ISettings settings, ILogicSettings logicSettings) i C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.Logic\State\Session.cs:linje 32
ved PoGo.NecroBot.CLI.Program.Main(String[] args) i C:\Users\ciamo\Source\Repos\NecroBot\PoGo.NecroBot.CLI\Program.cs:linje 77
I'll look into it. Thanks
-
Member
thx dude its working
keep it up!
-
Member
why im copy paste from here not work for batch? tutorial please
Bot Manager Config Gen by aveavaeva
-
Active Member
Add a safty check if you want to stop or start all bots?
eg. if I press Batch operations Start. A window should appear with:
[Are you sure you want to start all bots?]
[YES] [NO]
-
Knight
Chancity, is this the proper way to setup 6 bots: 1 using my ip, 2 proxies in the batch.txt file?
AuthType:Ptc,PtcUsername:Bot1,PtcPassword:xxx,UseProxy:True,UseProxyHost:Home(IP ),UseProxyPort:xxxx
AuthType:Ptc,PtcUsername:Bot2,PtcPassword:xxx,UseProxy:True,UseProxyHost:Home(IP ),UseProxyPort:xxxx
AuthType:Ptc,PtcUsername:Bot3,PtcPassword:xxx,UseProxy:True,UseProxyHost:USA(IP) ,UseProxyPort:xxxx
AuthType:Ptc,PtcUsername:Bot4,PtcPassword:xxx,UseProxy:True,UseProxyHost:USA(IP) ,UseProxyPort:xxxx
AuthType:Ptc,PtcUsername:Bot5,PtcPassword:xxx,UseProxy:True,UseProxyHost:UK(IP), UseProxyPort:xxxx
AuthType:Ptc,PtcUsername:Bot6,PtcPassword:xxx,UseProxy:True,UseProxyHost:UK(IP), UseProxyPort:xxxx
-
Member
Originally Posted by
jeehye
Chancity, is this the proper way to setup 6 bots: 1 using my ip, 2 proxies in the batch.txt file?
AuthType:Ptc,PtcUsername:Bot1,PtcPassword:xxx,UseProxy:True,UseProxyHost:Home(IP ),UseProxyPort:xxxx
AuthType:Ptc,PtcUsername:Bot2,PtcPassword:xxx,UseProxy:True,UseProxyHost:Home(IP ),UseProxyPort:xxxx
AuthType:Ptc,PtcUsername:Bot3,PtcPassword:xxx,UseProxy:True,UseProxyHost:USA(IP) ,UseProxyPort:xxxx
AuthType:Ptc,PtcUsername:Bot4,PtcPassword:xxx,UseProxy:True,UseProxyHost:USA(IP) ,UseProxyPort:xxxx
AuthType:Ptc,PtcUsername:Bot5,PtcPassword:xxx,UseProxy:True,UseProxyHost:UK(IP), UseProxyPort:xxxx
AuthType:Ptc,PtcUsername:Bot6,PtcPassword:xxx,UseProxy:True,UseProxyHost:UK(IP), UseProxyPort:xxxx
No, it will always use the proxy settings you placed in the auth.json , currently its for some reasons not possible to switch the proxy.
-
Post Thanks / Like - 1 Thanks
jeehye (1 members gave Thanks to Dennis15784 for this useful post)
-
Member
help me please !!
How To Fix It ???