Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Broke Everything #4542

Closed
oralunal opened this issue Aug 22, 2016 · 3 comments
Closed

Update Broke Everything #4542

oralunal opened this issue Aug 22, 2016 · 3 comments

Comments

@oralunal
Copy link
Contributor

4 hours ago bot made an update. Now it doesn't work with the error belove:

Traceback (most recent call last):
  File "pokecli.py", line 43, in <module>
    from pgoapi.exceptions import NotLoggedInException, ServerSideRequestThrottlingException, ServerBusyOrOfflineException
ImportError: No module named pgoapi.exceptions

 Something went wrong and the bot needed to be restarted. Please investigate the cause.
@kanasite
Copy link

u need to update the API ,

run pip install -r requirements.txt

@oralunal
Copy link
Contributor Author

I made a commit now. The lines belove are removed from the .bat file. So it's not working:

-CLS
 -@ECHO --------------------Initializing environment--------------------
  @ECHO.
 -virtualenv .
 -CD Scripts
 -call activate.bat
 -CD..
 -pip2 install --upgrade -r requirements.txt

@razithekillers
Copy link

razithekillers commented Aug 22, 2016

git pull
switch API branch (if message POP-UP)
git checkout (if needed)
git pull (again)
sudo pip install -r requirements.txt --upgrade

Mine just working properly on master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants