-
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
We have detected a Pokemon API Change. The current API version 0.45.0 is no longer supported. Exiting... #5844
Comments
And? This isn't a bug or an issue. The bot does not currently support the latest API. |
So, when will be working ? |
When the new API has been reverse engineered and made available. There is no time frame. |
Come on guys.. READ what happend with bot BEFORE try start to use it. |
during monthes we waited for update and now it's released, it's already... out ? |
however, where is the last release ? i can't find it. i can't find the exe. |
Its a python script. Of course there isn't an exe in this repository. |
It's not obvious. You can make an exe with python language and a python IDE like Boa Constrictor. |
First of all, these scripts are mostly running on Linux servers or the Windows python environmental command line. If you really want an exe just grab all the python packages and make it yourself. Also, learn to read the sentence "The current API version 0.45.0 is no longer supported". It is not supported so please don't mark this as an error. Take some time to learn how Python works I guess. |
haha! |
Is there a python script update that is needed to get around this error? Or are we waiting on a code fix? |
@yuvarajpuru It isn't an error, it is expected behavior. The available API isn't the minimum supported API and so login is prevented. If you want to, you could cut this safety check out of the code, but there are good reasons to not use an unsupported API version, which is why the check was added... |
See #5826. If you want to use the old API, adjust your config.json: |
You can allow it to run by adjusting your config file to "check_niantic_api": false There's a good reason why this is there. Do it at your own risk. Just in case if anyone wonder what's the risk: BAN |
I don't think that this issue not longer valid. Closing. |
No description provided.
The text was updated successfully, but these errors were encountered: