[GH-ISSUE #3161] [BUG] [Garry's Mod] Problem downloading workshop plugins - Timed out! #2221

Closed
opened 2026-02-27 03:01:35 +03:00 by kerem · 12 comments
Owner

Originally created by @MarOwNFR on GitHub (Jan 6, 2021).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/3161

User Story

Hi !

When starting the server after configuring the workshop information in the linuxGSM configuration, the server fails to download the addons of the workshop collection..

the machine has good access to the internet, the installation of the server did not have any problem

Game ports are open

/home/user/lgsm/config-lgsm/gmodserver/gmodserver.cfg:
https://prnt.sc/whsqco

gslt key on steam :
https://prnt.sc/whsr52

"Jamais" means "never".

Thanks !

Basic info

  • Distro: [Debian 9]
  • Game: [Garry's Mod]
  • Command: [Start]
  • LinuxGSM version: [v20.6.2]

Further Information

As a picture is worth a thousand words :
https://prnt.sc/whsnaj

all addons are in error

To Reproduce

Steps to reproduce the behaviour:

  1. Go to /home/user/
  2. ./gmodserver start
  3. Wait
  4. See error

Expected behaviour

authentication to the steam server and download of workshoop addons

Originally created by @MarOwNFR on GitHub (Jan 6, 2021). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/3161 ## User Story Hi ! When starting the server after configuring the workshop information in the linuxGSM configuration, the server fails to download the addons of the workshop collection.. the machine has good access to the internet, the installation of the server did not have any problem Game ports are open /home/user/lgsm/config-lgsm/gmodserver/gmodserver.cfg: https://prnt.sc/whsqco gslt key on steam : https://prnt.sc/whsr52 "Jamais" means "never". Thanks ! ## Basic info * **Distro:** [Debian 9] * **Game:** [Garry's Mod] * **Command:** [Start] * **LinuxGSM version:** [v20.6.2] ## Further Information As a picture is worth a thousand words : https://prnt.sc/whsnaj all addons are in error ## To Reproduce Steps to reproduce the behaviour: 1. Go to /home/user/ 2. ./gmodserver start 3. Wait 4. See error ## Expected behaviour authentication to the steam server and download of workshoop addons
Author
Owner

@MrVaas commented on GitHub (Jan 7, 2021):

Hi,
I have the same error.

I recently decided to reset to zero my server.
I passed the last 3 days to search where's the error.

I tried to purge the caches folder. But nothing change.

If you find the solution I would like to know it.

<!-- gh-comment-id:756038495 --> @MrVaas commented on GitHub (Jan 7, 2021): Hi, I have the same error. I recently decided to reset to zero my server. I passed the last 3 days to search where's the error. I tried to purge the caches folder. But nothing change. If you find the solution I would like to know it.
Author
Owner

@UltimateByte commented on GitHub (Jan 7, 2021):

Last update from Gmod was on December 2020, and LinuxGSM has no effect on how the game server downloads the collection. So if your collection is properly detected, it means that's not a LinuxGSM bug or issue.

I can confirm the error.

Example:

Processing addon 28: DLib (1153306104)...
   Addon downloaded, needs updating...
   Download Failed! Timed out!

I would blame Steam Workshop, or maybe Facepunch reworking the way the workshop connects to the game, maybe preparing the so called x64 version of the game. If that's the last option, then we need more info from Facepunch, but most likely, that's just steam Workshop malfunction.

<!-- gh-comment-id:756052874 --> @UltimateByte commented on GitHub (Jan 7, 2021): Last update from Gmod was on December 2020, and LinuxGSM has no effect on how the game server downloads the collection. So if your collection is properly detected, it means that's not a LinuxGSM bug or issue. I can confirm the error. Example: ``` Processing addon 28: DLib (1153306104)... Addon downloaded, needs updating... Download Failed! Timed out! ``` I would blame Steam Workshop, or maybe Facepunch reworking the way the workshop connects to the game, maybe preparing the so called x64 version of the game. If that's the last option, then we need more info from Facepunch, but most likely, that's just steam Workshop malfunction.
Author
Owner

@MrVaas commented on GitHub (Jan 8, 2021):

Last update from Gmod was on December 2020, and LinuxGSM has no effect on how the game server downloads the collection. So if your collection is properly detected, it means that's not a LinuxGSM bug or issue.

I can confirm the error.

Example:


Processing addon 28: DLib (1153306104)...

   Addon downloaded, needs updating...

   Download Failed! Timed out!

I would blame Steam Workshop, or maybe Facepunch reworking the way the workshop connects to the game, maybe preparing the so called x64 version of the game. If that's the last option, then we need more info from Facepunch, but most likely, that's just steam Workshop malfunction.

I've just seen the December 2020 patch note. I didn't see something to talk about the workshop

Hey everyone,

We are releasing a small client update today to address recently found exploits and some other issues.

The full changelist is as follows:
* Fixed a clientside exploit with render targets (Thanks Badger and Ling)
* Fixed a clientside exploit with the web browser integration (Thanks FiveSeven)
* Fixed abnormal clientside voice delay on low tick servers
* Entity.SetModelScale is now clamped on players (minimum value is now 0.001) to prevent crashing

Servers only need updating if they are affected by the model scale crashing issue.

https://store.steampowered.com/news/app/4000/view/2907600891031352050

If you have more infos

<!-- gh-comment-id:756604588 --> @MrVaas commented on GitHub (Jan 8, 2021): > Last update from Gmod was on December 2020, and LinuxGSM has no effect on how the game server downloads the collection. So if your collection is properly detected, it means that's not a LinuxGSM bug or issue. > > > > I can confirm the error. > > > > Example: > > ``` > > Processing addon 28: DLib (1153306104)... > > Addon downloaded, needs updating... > > Download Failed! Timed out! > > ``` > > > > I would blame Steam Workshop, or maybe Facepunch reworking the way the workshop connects to the game, maybe preparing the so called x64 version of the game. If that's the last option, then we need more info from Facepunch, but most likely, that's just steam Workshop malfunction. I've just seen the December 2020 patch note. I didn't see something to talk about the workshop ``` Hey everyone, We are releasing a small client update today to address recently found exploits and some other issues. The full changelist is as follows: * Fixed a clientside exploit with render targets (Thanks Badger and Ling) * Fixed a clientside exploit with the web browser integration (Thanks FiveSeven) * Fixed abnormal clientside voice delay on low tick servers * Entity.SetModelScale is now clamped on players (minimum value is now 0.001) to prevent crashing Servers only need updating if they are affected by the model scale crashing issue. ``` https://store.steampowered.com/news/app/4000/view/2907600891031352050 If you have more infos
Author
Owner

@h3o66 commented on GitHub (Jan 16, 2021):

Is this still a problem ?

<!-- gh-comment-id:761699718 --> @h3o66 commented on GitHub (Jan 16, 2021): Is this still a problem ?
Author
Owner

@MrVaas commented on GitHub (Jan 17, 2021):

Is this still a problem ?

Yes, anybody know how to resolve it ?

<!-- gh-comment-id:761718910 --> @MrVaas commented on GitHub (Jan 17, 2021): > Is this still a problem ? Yes, anybody know how to resolve it ?
Author
Owner

@h3o66 commented on GitHub (Jan 17, 2021):

Is this still a problem ?

Yes, anybody know how to resolve it ?

Just tested it with the latest gmod server, works for me. (Small workshop collection with 7 objects)

<!-- gh-comment-id:761805464 --> @h3o66 commented on GitHub (Jan 17, 2021): > > Is this still a problem ? > > Yes, anybody know how to resolve it ? Just tested it with the latest gmod server, works for me. (Small workshop collection with 7 objects)
Author
Owner

@MarOwNFR commented on GitHub (Jan 17, 2021):

Problem fixed in the latest version of garry's mod. Please update your servers!

<!-- gh-comment-id:761806301 --> @MarOwNFR commented on GitHub (Jan 17, 2021): Problem fixed in the latest version of garry's mod. Please update your servers!
Author
Owner

@ROODAY commented on GitHub (Feb 27, 2021):

I'm still having this issue, I updated my server with steamcmd and I still can't download addons. Is there a way to check which version of the server I have to check if my version is different than those of you that have it working?

<!-- gh-comment-id:786981996 --> @ROODAY commented on GitHub (Feb 27, 2021): I'm still having this issue, I updated my server with steamcmd and I still can't download addons. Is there a way to check which version of the server I have to check if my version is different than those of you that have it working?
Author
Owner

@snoweuph commented on GitHub (Jun 30, 2021):

Got this Error on ubbuntu 18.04 clean installation, dont know how to fix

<!-- gh-comment-id:871129590 --> @snoweuph commented on GitHub (Jun 30, 2021): Got this Error on ubbuntu 18.04 clean installation, dont know how to fix
Author
Owner

@ROODAY commented on GitHub (Jun 30, 2021):

@snoweuph Not sure why but for me I just deleted everything and tried again and it worked, perhaps try one more clean install? Or delete your install and try a new folder? Honestly no clue why it worked for me, I wish we had better logs from the server binary

<!-- gh-comment-id:871608911 --> @ROODAY commented on GitHub (Jun 30, 2021): @snoweuph Not sure why but for me I just deleted everything and tried again and it worked, perhaps try one more clean install? Or delete your install and try a new folder? Honestly no clue why it worked for me, I wish we had better logs from the server binary
Author
Owner

@snoweuph commented on GitHub (Jun 30, 2021):

@ROODAY I tested a little bit and for some reason it works on root, but my steam user on mmy vps has all permissions that it needs

<!-- gh-comment-id:871702648 --> @snoweuph commented on GitHub (Jun 30, 2021): @ROODAY I tested a little bit and for some reason it works on root, but my steam user on mmy vps has all permissions that it needs
Author
Owner

@github-actions[bot] commented on GitHub (Jul 1, 2022):

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:1171782631 --> @github-actions[bot] commented on GitHub (Jul 1, 2022): This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#2221
No description provided.