-
Member
Originally Posted by
andyt315
Can you add this list to your Program.cs?
It seems like you don't ID to track pokemon, what did you use?
He uses a slightly different syntax, here is the list I use (taken from someone earlier)
PokemonId.Bulbasaur,
PokemonId.Squirtle,
PokemonId.Caterpie,
PokemonId.Metapod,
PokemonId.Weedle,
PokemonId.Kakuna,
PokemonId.Beedrill,
PokemonId.Pidgeot,
PokemonId.Raticate,
PokemonId.Fearow,
PokemonId.Sandshrew,
PokemonId.Pidgey,
PokemonId.Rattata,
PokemonId.Weedle,
PokemonId.Zubat,
PokemonId.Caterpie,
PokemonId.Pidgeotto,
PokemonId.NidoranMale,
PokemonId.Nidorina,
PokemonId.NidoranFemale,
PokemonId.Clefary,
PokemonId.Clefable,
PokemonId.Vulpix,
PokemonId.Jigglypuff,
PokemonId.Wigglytuff,
PokemonId.Golbat,
PokemonId.Oddish,
PokemonId.Gloom,
PokemonId.Parasect,
PokemonId.Paras,
PokemonId.Venonat,
PokemonId.Venomoth,
PokemonId.Diglett,
PokemonId.Meowth,
PokemonId.Mankey,
PokemonId.Psyduck,
PokemonId.Growlithe,
PokemonId.Abra,
PokemonId.Poliwag,
PokemonId.Machop,
PokemonId.Bellsprout,
PokemonId.Tentacool,
PokemonId.Tentacruel,
PokemonId.Geoduge,
PokemonId.Ponyta,
PokemonId.Slowpoke,
PokemonId.Magnemite,
PokemonId.Doduo,
PokemonId.Seel,
PokemonId.Shellder,
PokemonId.Onix,
PokemonId.Drowzee,
PokemonId.Gastly,
PokemonId.Krabby,
PokemonId.Exeggcute,
PokemonId.Koffing,
PokemonId.Rhyhorn,
PokemonId.Tangela,
PokemonId.Horsea,
PokemonId.Goldeen,
PokemonId.Staryu,
PokemonId.Magikarp,
PokemonId.Eevee,
PokemonId.Dratini,
PokemonId.Voltorb,
PokemonId.Spearow
-
Member
Are your guys Ferox/Necro repos transfering? For some reason they just dont for me. Doesnt say anything about the meat grinder
-
Elite User
Its more like PTC Servers are down, i have been even using version 5.0 and its still crashing for me.
-
Post Thanks / Like - 1 Thanks
Deedaa (1 members gave Thanks to nonm for this useful post)
-
Sergeant Major
if i already have eevee with 500 cp and when i got 550 cp from farming bot will transfer the 500 cp one right? is it scanning pokemon bag before transferring?
-
Member
Originally Posted by
3ly1n
I'm still crashing, it says something in Line 45 in PtcLogin.cs

Goto that App.config
change <add key="GoogleRefreshToken" value=""/>
to <add key="GoogleRefreshToken" value="0"/>
-
Member
With Necro repo How transfert all pokemon excepted the first high CP, example I have magikarp 200 / 150 / 100 only save 200 and transfert 150 / 100
Thanks for all <3
-
Elite User
-
Post Thanks / Like - 2 Thanks
-
Member
Originally Posted by
sunamiebob
Goto that App.config
change <add key="GoogleRefreshToken" value=""/>
to <add key="GoogleRefreshToken" value="0"/>
already did, but nothing happens, its working for you?
-
Originally Posted by
nonm
This^ , thank you necro!
-
@nonm
I assume its because the servers are having issues but I keep getting this problem every time I try to start the bot (through ptc)
https://i.imgur.com/BINNswX.png
edit: nvm fixed it. Didn't know I have to put all information in settings.cs AND App.config!
Last edited by Macpod; 07-20-2016 at 06:07 PM.
-
Member
I got it working using Ptc, i fill all info on both app.config and setting.cs
-
Member
Originally Posted by
nonm
Okay, ive checked everything any it seems like the error you are getting is because of the unstable Server status.
Code:
Coded by Ferox - edited by NecronomiconCoding
Awesome! You have already got the newest version!
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at PokemonGo.RocketAPI.Login.PtcLogin.<GetAccessToken>d__0.MoveNext() in C:\Users\AT\Downloads\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Login\PtcLogin.cs:line 45
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at PokemonGo.RocketAPI.Client.<DoPtcLogin>d__11.MoveNext() in C:\Users\AT\Downloads\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Client.cs:line 96
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at PokemonGo.RocketAPI.Console.Program.<Execute>d__5.MoveNext() in C:\Users\AT\Downloads\Pokemon-Go-Rocket-API-master\PokemonGo\RocketAPI\Console\Program.cs:line 128
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Press any key to continue . . .
How to fix this? using Ptc, already set proper setting.
-
Member
did you guys edited app.config too? in necro version
i think i got softbanned because i didnt changed
edit. yea, need to edit that too
Last edited by shadowht; 07-20-2016 at 06:18 PM.
-
Active Member
Originally Posted by
xdanielx98
no that is indeed what it does not do, read through the thread and you will see countless times that it will retain your highest cp pokemon and only transfers from a specific list that you can customize
i think a better alternative would be in the main post. but thx a lot....lol, Ill just stat reading through 120 pages
Servers are Down, stop reporting errors untill they are up
Last edited by awp2004; 07-20-2016 at 06:08 PM.
-
@nonm
Put all information into the Settings.cs & App.config file but I'm getting https://i.imgur.com/dFeba6J.png this error now.
Again, not sure if its because of the unstable servers.