Pokemon GO Rare Pokemon Hunting Farming Bot menu

User Tag List

Page 4 of 14 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 203
  1. #46
    MonsterMMORPG's Avatar Active Member
    Reputation
    71
    Join Date
    Jun 2012
    Posts
    461
    Thanks G/R
    44/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WoolF911 View Post
    Yes. Did you start runserver.py ? I don't see pogom.db file, so I think it's runserver.py didn't create database and maybe this is a reason of error in your case.
    correct you have to run runserver.py with at least correct config

    Pokemon GO Rare Pokemon Hunting Farming Bot
  2. #47
    WoolF911's Avatar Corporal
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    15/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xolll View Post
    Yeah the only problem I'm having now is it just says pokeminer/pokemaps isnt running.
    Me too.
    Pokemon GO Rare Pokemon Hunting Farming Bot-1234-jpgPokemon GO Rare Pokemon Hunting Farming Bot-4444-jpg

  3. Thanks Xolll (1 members gave Thanks to WoolF911 for this useful post)
  4. #48
    MonsterMMORPG's Avatar Active Member
    Reputation
    71
    Join Date
    Jun 2012
    Posts
    461
    Thanks G/R
    44/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WoolF911 View Post
    Me too.
    Pokemon GO Rare Pokemon Hunting Farming Bot-1234-jpgPokemon GO Rare Pokemon Hunting Farming Bot-4444-jpg
    update to latest version from github since i have fixed an sql query error

  5. Thanks WoolF911 (1 members gave Thanks to MonsterMMORPG for this useful post)
  6. #49
    Logilac's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    23
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WoolF911 View Post
    Yes. Did you start runserver.py ? I don't see pogom.db file, so I think it's runserver.py didn't create database and maybe this is a reason of error in your case.
    Yes but when i try to run runserver.py it opens a cmd window that closes after half a second already. Did i do anything wrong while installing PokeMap? I used the auto installer that should work fine and only edited the config file by auth-service, username, password and location and also the g-map key like you can see in this picture: Pokemon GO Rare Pokemon Hunting Farming Bot-config-screenshot-jpg

    by the way update the latest github version guys i have fixed a query error about datetime
    and yes i do have the latest version from github but it still tells me the same error

  7. #50
    MonsterMMORPG's Avatar Active Member
    Reputation
    71
    Join Date
    Jun 2012
    Posts
    461
    Thanks G/R
    44/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Logilac View Post
    Yes but when i try to run runserver.py it opens a cmd window that closes after half a second already. Did i do anything wrong while installing PokeMap? I used the auto installer that should work fine and only edited the config file by auth-service, username, password and location and also the g-map key like you can see in this picture: Pokemon GO Rare Pokemon Hunting Farming Bot-config-screenshot-jpg



    and yes i do have the latest version from github but it still tells me the same error
    this is incorrect

    here example config gile


    Code:
    # Authentication settings
    #auth-service:          # ptc (default) or google
    auth-service:ptc
    username:fdgfdgdfgdf
    password:fgfdhdfhdfhdf
    #username:
    #password:
    
    # Database settings
    #db-type: sqlite        # sqlite (default) or mysql
    #db-host:               # required for mysql
    #db-name:               # required for mysql
    #db-user:               # required for mysql
    #db-pass:               # required for mysql
    
    location:36.80204, 34.63328
    # Search settings
    #location:
    #no-gyms:               # disables gym scanning (default false)
    #no-pokemon:            # disables pokemon scanning (default false)
    #no-pokestops:          # disables pokestop scanning (default false)
    #num-threads:           # number of search threads (default 1)
    num-threads:1
    #scan-delay:            # default 5
    scan-delay:5
    #step-limit:            # default 12
    
    # Misc
    gmaps-key:dfhdfhdfhdfhdfhdfhdf             # your Google Maps API key
    #webhook:               # webhook URL (including http://)
    
    # Webserver settings
    #host:                  # address to listen on (default 127.0.0.1)
    #port:                  # port to listen on (default 5000)

  8. Thanks Xolll (1 members gave Thanks to MonsterMMORPG for this useful post)
  9. #51
    Logilac's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    23
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MonsterMMORPG View Post
    this is incorrect

    here example config gile


    Code:
    # Authentication settings
    #auth-service:          # ptc (default) or google
    auth-service:ptc
    username:fdgfdgdfgdf
    password:fgfdhdfhdfhdf
    #username:
    #password:
    
    # Database settings
    #db-type: sqlite        # sqlite (default) or mysql
    #db-host:               # required for mysql
    #db-name:               # required for mysql
    #db-user:               # required for mysql
    #db-pass:               # required for mysql
    
    location:36.80204, 34.63328
    # Search settings
    #location:
    #no-gyms:               # disables gym scanning (default false)
    #no-pokemon:            # disables pokemon scanning (default false)
    #no-pokestops:          # disables pokestop scanning (default false)
    #num-threads:           # number of search threads (default 1)
    num-threads:1
    #scan-delay:            # default 5
    scan-delay:5
    #step-limit:            # default 12
    
    # Misc
    gmaps-key:dfhdfhdfhdfhdfhdfhdf             # your Google Maps API key
    #webhook:               # webhook URL (including http://)
    
    # Webserver settings
    #host:                  # address to listen on (default 127.0.0.1)
    #port:                  # port to listen on (default 5000)
    oh okay that was the problem thanks alot

  10. #52
    WoolF911's Avatar Corporal
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    15/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MonsterMMORPG View Post
    update to latest version from github since i have fixed an sql query error
    Thank you. Now it's ok.


    Originally Posted by Logilac View Post
    Yes but when i try to run runserver.py it opens a cmd window that closes after half a second already
    Can you start it from cmd.exe manually?Like this Pokemon GO Rare Pokemon Hunting Farming Bot-11111111-jpg
    Thus we can see the errors that the program displays at closing.


    updated. Ok, I see you fixed it, good.
    Last edited by WoolF911; 07-30-2016 at 09:06 PM.

  11. #53
    Logilac's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    23
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WoolF911 View Post
    Thank you. Now it's ok.




    Can you start it from cmd.exe manually?Like this Pokemon GO Rare Pokemon Hunting Farming Bot-11111111-jpg
    Thus we can see the errors that the program displays at closing.


    updated. Ok, I see you fixed it, good.
    actually i am still getting the same error. I did what you said here is a screenshot: Pokemon GO Rare Pokemon Hunting Farming Bot-cmd-phyton-jpg
    Last edited by Logilac; 07-30-2016 at 09:16 PM.

  12. #54
    WoolF911's Avatar Corporal
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    15/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    -l or -1 ? It's should be L, but in lowercase

  13. #55
    Xolll's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    73
    Thanks G/R
    24/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah I too am getting the same error, even with the correct github version, correct config file and aswell as using runserver.py and doing it manually.

  14. #56
    rolla7's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Logilac View Post
    actually i am still getting the same error. I did what you said here is a screenshot: Pokemon GO Rare Pokemon Hunting Farming Bot-cmd-phyton-jpg
    use "coords"

  15. #57
    camar0rs's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    47
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so tell me, I see what appears an automated process of "Starting Power up Pokémon" what is the timeframe for that?
    Also during this time is it also supposed to rescan for rares ?

  16. #58
    Logilac's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    23
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WoolF911 View Post
    -l or -1 ? It's should be L, but in lowercase
    Oh yes sorry ^^. Now it says this in the cmd window:

    C:\Python27> C:\Users\Lukas\Desktop\PokemonGoTricks\Ordner\PokemonGORPHFBot\PokemonGo-Map-master\runserver.py -u login -password -st 10 -l "40.764791, -73.972803"
    Traceback (most recent call last):
    File "C:\Users\Lukas\Desktop\PokemonGoTricks\Ordner\PokemonGORPHFBot\PokemonGo-Map-master\runserver.py", line 15, in <module>
    from pogom.search import search_loop, create_search_threads, fake_search_loop
    File "C:\Users\Lukas\Desktop\PokemonGoTricks\Ordner\PokemonGORPHFBot\PokemonGo-Map-master\pogom\search.py", line 23, in <module>
    from pgoapi import PGoApi
    File "C:\Users\Lukas\Desktop\PokemonGoTricks\Ordner\PokemonGORPHFBot\PokemonGo-Map-master\pogom\pgoapi\__init__.py", line 1, in <module>
    from pgoapi import *
    File "C:\Users\Lukas\Desktop\PokemonGoTricks\Ordner\PokemonGORPHFBot\PokemonGo-Map-master\pogom\pgoapi\pgoapi.py", line 32, in <module>
    from auth_google import AuthGoogle
    File "C:\Users\Lukas\Desktop\PokemonGoTricks\Ordner\PokemonGORPHFBot\PokemonGo-Map-master\pogom\pgoapi\auth_google.py", line 27, in <module>
    from gpsoauth import perform_master_login, perform_oauth
    File "C:\Python27\lib\site-packages\gpsoauth\__init__.py", line 4, in <module>
    from . import google
    File "C:\Python27\lib\site-packages\gpsoauth\google.py", line 4, in <module>
    from Cryptodome.PublicKey import RSA
    File "C:\Python27\lib\site-packages\Cryptodome\PublicKey\RSA.py", line 79, in <module>
    from Cryptodome.IO import PKCS8, PEM
    File "C:\Python27\lib\site-packages\Cryptodome\IO\PKCS8.py", line 73, in <module>
    from Cryptodome.IO._PBES import PBES1, PBES2, PbesError
    File "C:\Python27\lib\site-packages\Cryptodome\IO\_PBES.py", line 44, in <module>
    from Cryptodome.Cipher import DES, ARC2, DES3, AES
    File "C:\Python27\lib\site-packages\Cryptodome\Cipher\__init__.py", line 78, in <module>
    from Cryptodome.Cipher._mode_ecb import _create_ecb_cipher
    File "C:\Python27\lib\site-packages\Cryptodome\Cipher\_mode_ecb.py", line 46, in <module>
    """
    File "C:\Python27\lib\site-packages\Cryptodome\Util\_raw_api.py", line 168, in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s'" % name)
    OSError: Cannot load native module 'Cryptodome.Cipher._raw_ecb'

    C:\Python27>
    use "coords"
    gives me the same error as above

  17. #59
    Xolll's Avatar Master Sergeant
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    73
    Thanks G/R
    24/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Logilac View Post
    Oh yes sorry ^^. Now it says this in the cmd window:





    gives me the same error as above
    Thought it was python runserver.py? Isnt it?

    EDIT : nvm, it does the same thing if you didnt add it.

  18. #60
    WoolF911's Avatar Corporal
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    15/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Logilac View Post
    Now it says this in the cmd window
    Did you install NodeJS ?
    Did you have some errors when you started setup.bat ?
    Which manual you used for installing ?

Page 4 of 14 FirstFirst 12345678 ... LastLast

Similar Threads

  1. [Selling] Riders of Icarus Hunting/Farming Bot
    By Bisbatch in forum Riders of Icarus Buy Sell Trade
    Replies: 1
    Last Post: 07-10-2020, 01:19 PM
  2. Replies: 37
    Last Post: 10-11-2016, 04:14 PM
  3. [Selling] \(◕‿◕)/ ◣♡ Pokemon GO Services ♡◥ || Rare Pokemon Hunting, Farming & more
    By Starfishies in forum Pokemon GO Buy Sell Trade
    Replies: 1
    Last Post: 07-30-2016, 06:59 PM
  4. Real-time Rare Pokemon Hunting
    By AshKetchum in forum Pokemon GO Hacks|Cheats
    Replies: 470
    Last Post: 07-28-2016, 10:25 AM
  5. [Selling] Pokemon Go candy farm/hatch egg/rare pokemon hunt and more
    By fallendown2095 in forum Pokemon GO Buy Sell Trade
    Replies: 0
    Last Post: 07-23-2016, 05:08 AM
All times are GMT -5. The time now is 04:37 AM. 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