Dedicated server - Workshop sometimes doesn't work.
4 replies, posted
Hi,
Normally we see this in server console:
[code]
Fetching Workshop Addons..
Calling GetCollectionDetails
Collection has 23 Addons
Mounting Addon 'Advanced Duplicator' (163806212)
...
[/code]
But [b]sometimes[/b] (and often enough, since a few days) we have a problem when the map is changed or server crashed / is restarted:
[code]
Fetching Workshop Addons..
Calling GetCollectionDetails
Error parsing API result:
<html>
<head>
<title>401 Unauthorized</title>
</head>
<body>
<h1>Unauthorized</h1>
</body>
</html>
Calling GetCollectionDetails
Error parsing API result:
...
[/code]
Obviously, the workshop addons doesn't even get mounted so they don't appear in game -_-
And the only way to fix it, is to try restart the server, sometimes it takes few attempts to fix it.
Any idea what is happening? For now we will solve it by extracting the .gma and not use the workshop anymore... But if you have a better solution then I would like to know it.
Thanks in advance.
Steam sends you an 401 Unauthorized error, which means that your API key is invalid. Although, since it works sometimes it's probably just a rare bug on their end.
Create a new key here: [url]http://steamcommunity.com/dev/apikey[/url] and try again.
If the steam servers go down, then the workshops stops to.
[QUOTE=JackTheKnife22;44556873]If the steam servers go down, then the workshops stops to.[/QUOTE]
They're not going down though, as they manage to send a 401 error.
Indeed it was a problem with our API key, we made a new one and it's working, for now ;)
Sorry, you need to Log In to post a reply to this thread.