-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello,
I'm getting an error regarding the GeoIP service when running the server after a client connects/disconnects. I did some research and it seems to be related to GeoLite2-Country.mmdb.
Error Traversing Database for ipnum = 1677667239 - Perhaps database is corrupt?
Reproduction Steps:
- Create and launch a server.
- Join the server, and see in the server logs that the server cannot determine what country the user is joining from.
Example:
player1 (1.2.3.4:10667) has connected. (from: N/A)
- See in the server logs that it's followed by an error that when researched, points to an issue with GeoIP.
Example:
GeoIP initialized.
UDP Initialized.
MAP99 (Intermission) added to map rotation list at position 1.
*** MAP99: Intermission ***
Connect (v3.1): 1.2.3.4:10667
Error Traversing Database for ipnum = 1677667239 - Perhaps database is corrupt?
player1 (1.2.3.4:10667) has connected. (from: N/A)
Metadata
Metadata
Assignees
Labels
No labels