-
Notifications
You must be signed in to change notification settings - Fork 12
Description
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.