Hackebein / docker-garrysmod

Dockerfiles for Garry's Mod
https://hub.docker.com/r/hackebein/garrysmod/
27 stars 2 forks source link

AUTHKEY not working for me #17

Closed tzabbi closed 11 months ago

tzabbi commented 12 months ago

Thanks for the possibility to have a GM server as a docker container.

Currently I encounter to the issue that my AUTHKEY seems not to work.

ttt-server  | GLST can't be created! Check your AUTHKEY, GLSTAPP and account requirements

I generated the API key again but woth the same issue.

Do you know if I do something wrong?

Hackebein commented 11 months ago

It were working with my automated tests and on my own server today.

Could you please execute the following command and share the result with me?

curl -s -d "key=<yourAPIkey>&appid=4000&memo=TEST" 'https://api.steampowered.com/IGameServersService/CreateAccount/v1/'

Attention! This response contains a secret. Please remove your test entry at https://steamcommunity.com/dev/managegameservers before posting your response.

tzabbi commented 11 months ago

Got an empty response: {"response":{}}

EDIT: i used postman and got the following http response:

Forbidden Access is denied. Retrying will not help. Please verify your key= parameter.

tzabbi commented 11 months ago

I fixed it! I have to be use the 2FA with the steam mobile app. After I enabled it, everything works fine.

Sry for the stupid mistake...