-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
incompatible version of websocket websocket-client from fresh install #5845
Comments
Did you follow the directions in the provided output? |
yes, but it doesn't fix the problem |
Same here. For me, the problem emerged after running |
remove
you won't be able to view toasts as a result but this should allow the bot to run OK. |
The problem persists despite the removal of the |
Problem still persists after removal of the property... confirmed |
Same problem here. On mac and linux too |
it's due to websocket-client has been updated. just run |
Now i am getting this error... We have detected a Pokemon API Change. The current API version 0.45.0 is no longer supported. Exiting... |
THat isn't an error. The current API isn't supported by the bot and therefore closes. Wait until the pogodevs release support for the new API and then try again. |
@yuvarajpuru is you change the line in config.json
to
The app will run without checking the API version, you will need to be very careful to keep logged into a device to do the capture but the bot will work, for how long I don't know but I do an hour a day max and I haven't been banned, DO THIS AT YOUR OWN RISK! As for the original issue, I have tried with websocket-client==0.37.0 and websocket-client==0.39.0 neither work, any suggestions? |
After this all solutions I see this problem. Shit, copy paste removes lines :/ |
Is there a solution to this? I have tried various different websocket-client versions but none work |
Hi,Any updates on this issue? i keep getting the same output despite all your solutions.: An incompatible websocket library is conflicting with the one we need. yes | pip uninstall websocket websocket-client i tried "yes | pip uninstall websocket websocket-client",but came out this output: Cannot uninstall requirement websocket, not installed pip install -U websocket-client replaces websocket-client==0.37.0 with websocket-client==0.39.0. still doesn't works same output as before. |
Doesn't work with latest version (0.40.0) I have tried uninstalling websocket-client completely (pip freeze confirms its not there) and we are still getting the error message. I am struggling with my level of ability to debug this, I know most of the dev's will be waiting for the API to be updated before continuing, but hopefully someone is still looking |
@knightcraw: confirm, i do as description, and the bot running again. ubuntu 14.04 |
@bebek-air is that a question or a statement. Are you asking if you do that will it run again, or are you confirming you have done that and it is working again? |
ups sorry (english not my native lang) :), I'm confirmed it's work for me. As added information, my bot run using virtualenv. |
Spun up a VM with fresh install of Ubuntu on and again still not working, tried with 16.04 and 14.04. Guess with the Gen2 releases that are slowly coming out there is going to be more and more issue similar to after Ditto was released so will have to hope an update sorts it out. |
@camnomis: add |
@knightcraw work! but now appears this We have detected a Pokemon API Change. The current API version 0.45.0 is no longer supported. Exiting... |
@knightcraw cheers mate! |
@knightcraw (or someone else) could you please create a pull request with the additional requirement? Thanks @knightcraw PR: #5849 |
Expected Behavior
After a fresh install it starts when running
./run.sh
Actual Behavior
I get the following output
config.json
Output when issue occurred
Steps to Reproduce
run the
./setup.sh
script then run./run.sh
Other Information
OS: Mac
Branch: master
Git Commit: 6416d10
Python Version: python2.7
The text was updated successfully, but these errors were encountered: