Page 1 of 1

Matchmaking API - 403

Posted: 13 Oct 2017, 17:02
by sotn0r
Hi,

since a few days, I get these messages in the lobby server log when starting a Chase matchmaking lobby in stadium:

Code: Select all

Script 'Mode:Chase': 26602> [ERROR] Matchmaking HTTP Error 403.

the lobby displays: Matchmaking cancelled: no matchservers available.

Code: Select all

[2017/10/13 16:42:26] Script 'Mode:Chase': 26477> [API] Request: POST /lobby-server/matchmaking-live
<!--

	{
		"lobby": "nc1eu_lobby1",
		"matchservers": [
			************************************************* (removed)
		],
		"gamemode": "Chase",
		"titleid": "TMStadium@nadeo",
		"format": [3, 3],
		"players": [
			
		],
		"waitinglogins": [
			
		],
		"cancelers": [
				
		],
		"penalties": [
			
		]
	}
-->

[2017/10/13 16:42:26] Script 'Mode:Chase': 26602> [ERROR] Matchmaking HTTP Error 403.

Re: Matchmaking API - 403

Posted: 14 Oct 2017, 13:39
by sotn0r
Nevermid. Had not configured my matchservers correctly. All fine. :thumbsup:

Re: Matchmaking API - 403

Posted: 15 Oct 2017, 12:30
by wlhlm
sotn0r wrote: 14 Oct 2017, 13:39 Nevermid. Had not configured my matchservers correctly. All fine. :thumbsup:
Great, that you were able to fix it! Do you mind posting what exactly you configured wrongly and how you fixed it? That would help people in the future who get the same error and find this forum post.