Poke-Cruncher - Mass Send-Away Tool + IV Checker menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 34
  1. #16
    lemonadess's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fix........................
    Attached Thumbnails Attached Thumbnails Poke-Cruncher - Mass Send-Away Tool + IV Checker-screenshot-113-jpg  
    Last edited by lemonadess; 07-29-2016 at 03:05 AM.

    Poke-Cruncher - Mass Send-Away Tool + IV Checker
  2. #17
    4e3w2q's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    clicking login but it is not responding

  3. #18
    WeGi's Avatar Member
    Reputation
    4
    Join Date
    Dec 2013
    Posts
    14
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dockerfile was broken, pushed a fix.

    For the people where the Login isn't working: Which service are you using Google or PTC? And if its google and 2 factor auth is enabled, did you use an app password?

  4. #19
    Strigunov's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    17
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    http://127.0.0.1:5000/

    {
    "error": "Not found"
    }
    How fix?

  5. #20
    megaspyro's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    open the index.html in the folder
    i did the same error and then read the guide . Should have read fist next time

  6. #21
    Strigunov's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    17
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    C:\Users\Adm\Downloads\poke-cruncher-windows\poke-cruncher>python app.py
    Traceback (most recent call last):
    File "app.py", line 2, in <module>
    from pgoapi import pgoapi
    File "C:\python27\lib\site-packages\pgoapi\__init__.py", line 17, in <module>
    raise PleaseInstallProtobufVersion3()
    pgoapi.exceptions.PleaseInstallProtobufVersion3

  7. #22
    WeGi's Avatar Member
    Reputation
    4
    Join Date
    Dec 2013
    Posts
    14
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Strigunov View Post
    C:\Users\Adm\Downloads\poke-cruncher-windows\poke-cruncher>python app.py
    Traceback (most recent call last):
    File "app.py", line 2, in <module>
    from pgoapi import pgoapi
    File "C:\python27\lib\site-packages\pgoapi\__init__.py", line 17, in <module>
    raise PleaseInstallProtobufVersion3()
    pgoapi.exceptions.PleaseInstallProtobufVersion3

    You're using python2, start the app with python3.

  8. #23
    lomi.warriors's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ### Windows Startup

    8. In the application folder type `python app.py`

    9. Now open the index.html in the folder with your preffered browser.



    help please

  9. #24
    lomi.warriors's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    127.0.0.1 - - [31/Jul/2016 01:34:08] "GET / HTTP/1.1" 404 -
    127.0.0.1 - - [31/Jul/2016 01:35:36] "GET / HTTP/1.1" 404 -

    help

  10. #25
    pekzarn's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    pip install -r requirements.txt
    'pip' is not recognized as an internal or external command,
    operable program or batch file.

    help?

  11. #26
    Sicer Nairin's Avatar Member
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what do you mean with "send pokemon away" ? it transfer them or ?

  12. #27
    pekzarn's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Windows Startup

    1. In the application folder type python app.py
    2. Now open the index.html in the folder with your preffered browser.

    I can't find the index.html file anywhere. Where is it located?

  13. #28
    WeGi's Avatar Member
    Reputation
    4
    Join Date
    Dec 2013
    Posts
    14
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its located in the root of the applciation folder. Did you download the precompiled windows release?

    https://github.com/Wegi/pogo-crunche...er-windows.zip

  14. #29
    Justink15's Avatar Active Member
    Reputation
    15
    Join Date
    Apr 2006
    Posts
    106
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pekzarn View Post
    pip install -r requirements.txt
    'pip' is not recognized as an internal or external command,
    operable program or batch file.

    help?
    also getting this

  15. #30
    WeGi's Avatar Member
    Reputation
    4
    Join Date
    Dec 2013
    Posts
    14
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did you check "Insert Python3.5 into PATH" during install?

    If not, pip.exe is located inside the folder where you installed python.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [LEET] Hackers Tool Kit w/mass mailer and more!
    By 7itanium in forum Community Chat
    Replies: 13
    Last Post: 08-24-2008, 11:34 AM
  2. [LEET] Hackers Tool Kit w/mass mailer and more!
    By 7itanium in forum World of Warcraft Bots and Programs
    Replies: 11
    Last Post: 08-24-2008, 08:34 AM
All times are GMT -5. The time now is 01:22 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