Jump to content

Philip109

Member
  • Posts

    27
  • Joined

  • Last visited

Everything posted by Philip109

  1. Servers had been down for some people since 2am. Some are saying Niantic is perm banning accts but bots had not been working properly since then.
  2. You need to have terminal open, once its opened you press play to run the script and finally once you click play make sure you click the the Terminal Window so it can start running it.
  3. how can i restart multiple bots?
  4. Never mind i got it to run it was this little sign "~" that was messing up the code.
  5. Have you tried doing it on amuyea's bot? Philips-MacBook-Pro:~ Philip$ cd ~/Users/Philip/Desktop/PokemonGo-Bot -bash: cd: /Users/Philip/Users/Philip/Desktop/PokemonGo-Bot: No such file or directory Philips-MacBook-Pro:~ Philip$ source bin/activate /Users/Philip/Desktop/PokemonGo-Bot -bash: bin/activate: No such file or directory Philips-MacBook-Pro:~ Philip$ python pokecli.py /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'pokecli.py': [Errno 2] No such file or directory I keep on getting that error and my file is on the desktop, it just seems it does not activate it tho....
  6. I did saw that thread, im just new to coding and idk what to do.. Can you help me?
  7. Is there any way you can post a video for this? i just cant seem to get it running
  8. Now that you're updating the thread can you teach us how to set the script for restarting the bot?
  9. It is up and running, I am using as of this momet.
  10. you have to delete the folder you created and start from scratch all over again
  11. 016-08-07 14:44:34.773 INFO 2514 --- [ main] ink.abb.pogo.scraper.MainKt : Starting MainKt on Philips-MacBook-Pro.local with PID 2514 (/Users/Philip/Desktop/PokemonBot/PokemonGoBot-0.5.0.jar started by Philip in /Users/Philip/Desktop/PokemonBot) 2016-08-07 14:44:34.799 INFO 2514 --- [ main] ink.abb.pogo.scraper.MainKt : No active profile set, falling back to default profiles: default 2016-08-07 14:44:35.048 INFO 2514 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@446cdf90: startup date [sun Aug 07 14:44:35 EDT 2016]; root of context hierarchy 2016-08-07 14:44:37.679 INFO 2514 --- [ main] org.xnio : XNIO version 3.3.6.Final 2016-08-07 14:44:37.751 INFO 2514 --- [ main] org.xnio.nio : XNIO NIO Implementation Version 3.3.6.Final 2016-08-07 14:44:38.088 WARN 2514 --- [ main] io.undertow.websockets.jsr : UT026009: XNIO worker was not set on WebSocketDeploymentInfo, the default worker will be used 2016-08-07 14:44:38.089 WARN 2514 --- [ main] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used 2016-08-07 14:44:38.141 INFO 2514 --- [ main] io.undertow.servlet : Initializing Spring embedded WebApplicationContext 2016-08-07 14:44:38.143 INFO 2514 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3106 ms 2016-08-07 14:44:38.658 INFO 2514 --- [ main] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/] 2016-08-07 14:44:38.669 INFO 2514 --- [ main] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: 2016-08-07 14:44:38.670 INFO 2514 --- [ main] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: 2016-08-07 14:44:38.671 INFO 2514 --- [ main] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: 2016-08-07 14:44:38.671 INFO 2514 --- [ main] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: 2016-08-07 14:44:39.677 INFO 2514 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@446cdf90: startup date [sun Aug 07 14:44:35 EDT 2016]; root of context hierarchy 2016-08-07 14:44:39.893 INFO 2514 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/bots]}" onto public final java.util.List<ink.abb.pogo.scraper.Settings> ink.abb.pogo.scraper.controllers.BotController.bots() 2016-08-07 14:44:39.895 INFO 2514 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/bot/{name}/load]}" onto public final void ink.abb.pogo.scraper.controllers.BotController.loadBot(java.lang.String) 2016-08-07 14:44:39.899 INFO 2514 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/bot/{name}/unload]}" onto public final boolean ink.abb.pogo.scraper.controllers.BotController.unloadBot(java.lang.String) 2016-08-07 14:44:39.900 INFO 2514 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/bot/{name}/reload]}" onto public final boolean ink.abb.pogo.scraper.controllers.BotController.reloadBot(java.lang.String) 2016-08-07 14:44:39.900 INFO 2514 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/bot/{name}/stop]}" onto public final boolean ink.abb.pogo.scraper.controllers.BotController.stopBot(java.lang.String) 2016-08-07 14:44:39.901 INFO 2514 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/bot/{name}/start]}" onto public final boolean ink.abb.pogo.scraper.controllers.BotController.startBot(java.lang.String) 2016-08-07 14:44:39.908 INFO 2514 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2016-08-07 14:44:39.909 INFO 2514 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2016-08-07 14:44:40.114 INFO 2514 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2016-08-07 14:44:40.114 INFO 2514 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2016-08-07 14:44:40.266 INFO 2514 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2016-08-07 14:44:40.573 INFO 2514 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup 2016-08-07 14:44:40.685 ERROR 2514 --- [ main] o.s.boot.SpringApplication : Application startup failed Im getting this now
  12. @pokemastah2016 You may want to this to your thread. For any noob that does not know how to install this bot like i did, make sure to watch this tutorial and also be sure to use updated files!
  13. Is there any video we can watch?
  14. I am using the one that @amuyea posted and i have the folder that i created with my username, location , etc i just don't know to what file do i have to change or add that code
  15. I have to create a complete new folder or is it the one I created when this bot first came out?
  16. https://github.com/rastapasta/pokemon-go-mitm-node can you find out what is this for? seems interesting tho
×
  • 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