-
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
check_niantic_api logic change #6077
Conversation
Main Dev to Dev
Now check api uses version number returned from PGoAPI rather than comparing to Bossland endpoint.
This commit does not work and causes the following error when building the container: Seems that the PGoApi is not updated in Dev branch yet. |
@goedzo how do you usually do update? Is it possible to rebuild the container? Just update to latest Pgoapi. Else you are running older API and risk ban. |
Hi merlion. I use the command from the documeation:
This does not update the pgoapi, so that should be fixed too. I suspect that pgoapi update is stil in Dev branch, and container just gets release branch. But tbh i dont know how to update pgoapi in a container so please let me know how i can do that. |
Ps. Nimsnims & goedzo are both my github accounts. |
@nimsnims let me ask around in discord |
For Reference I will also post this here: It seems that a lot of extra containers are also build in the process, so with above input I was able to find that
Gives all the containers. So I removed them all with the
After this it seems to rebuild everything, including the pgo api. Within the build process this seems to me the relevant line:
And now it seems to work correctly! So thank you for the help. I think the documentation on how to properly rebuild the container, should be added :) This commit is actually perfect! |
Now check api uses version number returned from PGoAPI rather than comparing to Bossland endpoint.