Invalid code got in indetify

Hello! I’m trying to run a beammp server and the server works compleatly fine but its just keeps filling up with invalid code got in identify errors. Most of the time the code is ‘‘ but sometimes its ‘G’ and sometimes its ‘1’. Wierd thing is the server works fine and my second server doesn’t get these errors.

17/01/26 13:06:04] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:06:04] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:06:11] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:06:33] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:06:50] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:06:52] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:07:02] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:07:03] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:07:20] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:07:20] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:07:35] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:07:35] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:07:44] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:07:51] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:07:59] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:08:05] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:08:16] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:08:36] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:08:53] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:09:30] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:09:51] [ERROR] Invalid code got in Identify: ‘1’
[17/01/26 13:09:51] [ERROR] Invalid code got in Identify: ‘1’
[17/01/26 13:10:00] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:10:13] [ERROR] Invalid code got in Identify: ‘1’
[17/01/26 13:11:12] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:11:17] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:11:48] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:11:53] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:11:57] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:11:57] [ERROR] Invalid code got in Identify: ‘f’
[17/01/26 13:12:00] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:12:04] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:12:06] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:12:06] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:12:07] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:12:09] [ERROR] Invalid code got in Identify: ‘’
[17/01/26 13:12:15] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:12:19] [ERROR] Invalid code got in Identify: ‘G’
[17/01/26 13:12:19] [ERROR] Invalid code got in Identify: ‘M’
[17/01/26 13:13:32] [ERROR] Invalid code got in Identify: ‘’

also the config files for both servers if somebody is interested:

[Misc]

UpdateReminderTime = “30s”

ImScaredOfUpdates = false

[General]
Description = “This is a BeamMP server with nice bus mods since nobody other wants to do that, but you can also recommend other mods at my discord @eetuilia. Pls visit my website since its cool: https://koira.fonders.org
MaxCars = 1

LogChat = true
ResourceFolder = “Resources”

IP = “::”
Name = “^3Koira.fonders.org^f | ^2Italy ^f| ^dUNDER 1GB OF MODS”
Private = false

InformationPacket = true

AllowGuests = false
Port = 30815
Debug = falseTags = “Freeroam”

AuthKey = “lol”
MaxPlayers = 16
Map = “/levels/italy/info.json”

Second server config:

[Misc]

UpdateReminderTime = “30s”

ImScaredOfUpdates = false

[General]
Description = “This is a BeamMP server with nice bus mods since nobody other wants to do that, but you can also recommend other mods at my discord @eetuilia. Pls visit my website since its cool:
MaxCars = 1

LogChat = true
ResourceFolder = “Resources”

IP = “::”
Name = “^3Koira.fonders.org^f | Italy Snowy | ^dUNDER 1GB OF MODS”
Private = false

InformationPacket = true

AllowGuests = false
Port = 30814
Debug = falseTags

Tags = “Freeroam”

AuthKey = “lol”
MaxPlayers = 16
Map = “/levels/italy_snowy/info.json”

This means something that is not BeamMP is trying to connect to your server. G is most likely from a HTTP GET which would indicate web scrapers or someone opening your server in a web browser.
It shouldn’t cause any issues, but it can fill up your server console as you’ve seen. Changing your server port might make it go away.

Okay that explains a ton. I got a log over 1500 lines just those invalid things.