-
Notifications
You must be signed in to change notification settings - Fork 11
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
WARNING in utils: Could not determine flag for ip #176
Comments
It looks like utils.py contains the code for the geolocation.
Probing further, api.ipgeolocationapi.com no longer resolves. ipgeolocationapi.com now redirects to ipapi.com |
Currently working on tracking down a viable replacement without having to manage API keys. This fix should roll out in the next release. Thanks for bringing this to our attention! |
@amerck I have been fiddling with the code to see if the geoip code can be temporarily disabled so that the UI can function without it. No luck yet. Did you get a chance to figure out an alternative? Thanks! |
Started seeing this on an instance with version 1.9 so as a test I setup 1.9.1 freshly and the problem persists.
Steps to reproduce the issue,
docker-compose logs chnserver
Output(IP addresses have been truncated),
docker-compose logs chnserver Attaching to chnserver_chnserver_1 chnserver_1 | [2021-07-01 05:31:45,447] WARNING in utils: Could not determine flag for ip: chnserver_1 | [2021-07-01 05:32:05,472] WARNING in utils: Could not determine country name for ip: chnserver_1 | [2021-07-01 05:32:25,495] WARNING in utils: Could not determine flag for ip: chnserver_1 | [2021-07-01 05:32:45,519] WARNING in utils: Could not determine country name for ip: chnserver_1 | [2021-07-01 05:33:05,540] WARNING in utils: Could not determine flag for ip:
I am assuming the chnserver_chnserver_1 container is missing the geoip package ? Any help is much appreciated. Thank you.
The text was updated successfully, but these errors were encountered: