Jump to content

pokemastah2016

Member
  • Posts

    27
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone Xs

Recent Profile Visitors

538 profile views

pokemastah2016's Achievements

Newbie

Newbie (1/14)

  • Popular Rare

Recent Badges

167

Reputation

  1. All I keep getting is this error (log in has quotes and everything else seems fine) any advice? [10:47:53] (INFO) Logging in using account Ptc [10:47:58] (ERROR) System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) --- End of inner exception stack trace --- at System.Net.Security._SslStream.EndRead(IAsyncResult asyncResult) at System.Net.TlsStream.EndRead(IAsyncResult asyncResult) at System.Net.PooledStream.EndRead(IAsyncResult asyncResult) at System.Net.Connection.ReadCallback(IAsyncResult asyncResult) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar) --- End of inner exception stack trace --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at PokemonGo.RocketAPI.Login.PtcLogin.<GetSessionCookie>d__9.MoveNext() in C:\Users\Junior\Source\Repos\MobBotTemp\Pokemon-Go-Rocket-API\PokemonGo.RocketAPI\Login\PtcLogin.cs:line 94 --- 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 PokemonGo.RocketAPI.Login.PtcLogin.<GetAccessToken>d__4.MoveNext() in C:\Users\Junior\Source\Repos\MobBotTemp\Pokemon-Go-Rocket-API\PokemonGo.RocketAPI\Login\PtcLogin.cs:line 35 --- 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 PokemonGo.RocketAPI.Rpc.Login.<DoLogin>d__3.MoveNext() in C:\Users\Junior\Source\Repos\MobBotTemp\Pokemon-Go-Rocket-API\PokemonGo.RocketAPI\Rpc\Login.cs:line 58 --- 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 PoGo.PokeMobBot.Logic.State.LoginState.<Execute>d__0.MoveNext() in C:\Users\Junior\Source\Repos\MobBotTemp\PoGo.PokeMobBot.Logic\State\LoginState.cs:line 31 --- 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 PoGo.PokeMobBot.Logic.State.StateMachine.<Start>d__3.MoveNext() in C:\Users\Junior\Source\Repos\MobBotTemp\PoGo.PokeMobBot.Logic\State\StateMachine.cs:line 37 PS. i see a path that is not on my computer at all "C:\Users\Junior\Source\Repos\MobBotTemp\PoGo.PokeMobBot.Logic..." I'm not Junior lol and that's not where I have mobbottemp
  2. When I get home I'll try to make a video for you guys I definitely don't mind at all bro! Not my bot, was just sharing the news soon as it came out since I've been using this bot for the Mac. Was actually going to post a video when I got home but you saved me the trouble. Thank you for sharing!! two posts after yours, Phillip posted a video with instructions. Hope it helps!
  3. https://github.com/jabbink/PokemonGoBot/blob/develop/README.md step by step instructions even on YouTube there are a few video tutorials
  4. I have not yet, sorry! Should have posted that. Won't be home for a couple hours, Can someone verify that it works?
  5. Hey everyone Just saw the update on github for the Mac Pokemon Go bot! I am in no way taking credit for it, just thought I'd share the news!! And link! verified that it is working 100%!!!!!! [Hidden Content] Get the latest release! Not the alpha 4! Hope everyone enjoys Big Thanks to everyone who's been working hard on the API!!! Other bot for mac: https://iosgods.com/topic/33072-updated-with-new-api-pokemon-go-bot-for-mac/
  6. you can use the one you have currently, you just have to change the location of the text you're going to copy paste
  7. Hey everyone For all the noobs out there like me, Theolaw has simplified it for us to understand... below is exactly how to implement the script to allow for the auto 90 min restart this is for the FIRST bot he listed, by jabbink @@theolaw Files must be in a folder on your desktop called "BOTFOLDER". user is named "USERNAME". Now, replace USERNAME with your mac username, and replace BOTFOLDER with your folder name that is on desktop if your folder is not on desktop, move it there to make things easier, or you can rewrite the file location below. Copy and paste everything below this- tell application "Terminal" activate tell application "System Events" activate delay 1 repeat 1000 times delay 1 set texttotype to "cd /Users/USERNAME/Desktop/BOTFOLDER" keystroke texttotype keystroke return delay 5 set test to "java -jar Users/USERNAME/Desktop/BOTFOLDER/pogo.scraper-all-0.5.0-alpha4.jar" keystroke test keystroke return delay 5400 set tab to "t" keystroke "tab" using command down keystroke return end repeat end tell end tell
  8. Saw your post asking earlier, but i have no idea how to code, sorry! but thank you for sharing!!! sometimes my bot used to go for hours, sometimes it did the crash so, I'm sure this will help many others! once again, thank you!
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines