Download Problems
Technox90 opened this issue · 6 comments
Running command 'start' for instance 'TheIsland'
[ ERROR ] Mod 2590318375 is requested but not installed. Run 'arkmanager installmod 2590318375' to install this mod.
Checking for updates before starting
Checking for update; PID: 2581992
Downloading mod 2590318375 ... Mod 2590318375 was not successfully downloaded
why?
What happens when you try arkmanager installmod 2590318375 --verbose
Hello, Thanks for the Help
my server give me this soon..
`arkmanager installmod 2590318375 --verbose
Attempting to drop privileges; re-running as arkserver
Running command 'installmod' for instance 'TheIsland'
Downloading mod 2590318375Executing /home/arkserver/.steam/steamcmd//steamcmd.sh +@NoPromptForPassword 1 +login anonymous +workshop_download_item 346110 2590318375 +quit
Redirecting stderr to '/home/arkserver/.steam/logs/stderr.txt'
[ 0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation - version 1669935972
-- type 'quit' to exit --
Loading Steam API...OK
"@NoPromptForPassword" = "1"
Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
Downloading item 2590318375 ...
ERROR! Download item 2590318375 failed (Failure).Mod 2590318375 was not successfully downloaded
`
Does /home/arkserver/.steam/logs/stderr.txt
or /home/arkserver/.steam/logs/workshop_log.txt
contain anything that can help debug the issue?
Hey, thats is in my Logs... Sry for my bad English
stderr.txt : CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize
worshop_log.txt: [2023-01-23 20:46:32] Loading workshop items for 0 installed apps for user [a:1:2563093871]:
[2023-01-23 20:46:34] [AppID 346110] Loaded workshop items in "/home/arkserver/.steam/steamapps/workshop" (35 installed, 35 needed)
[2023-01-23 20:46:34] [AppID 346110] Download item 2590318375 requested by app
[2023-01-23 20:46:34] [AppID 346110] Starting Workshop download job (requested item 2590318375 )
[2023-01-23 20:46:35] [AppID 346110] Detected workshop change : changed cached item 2590318375, new manifest 1003476083702423096
[2023-01-23 20:46:40] [AppID 346110] Update canceled: Failed updating depot 346110 while reading chunk "d5f3bda73798e2e352e12c75b11f17ee17a07b25" (File Not Found) (Missing game files) "/home/arkserver/.steam/steamapps/workshop/content/346110/2007430597/WindowsNoEditor/PrimalEarth/droppedMeshes/Items/Structures/Wood/MIC_DropWoodStructure.uasset.z.uncompressed_size"
[2023-01-23 20:46:40] [AppID 346110] Download item 2590318375 result : Failure
[2023-01-23 20:46:40] [AppID 346110] Updating workshop item details failed with Failure
That is complaining about missing files from another mod (2007430597).
You can try using arkmanager remove-mods 2007430597
, then try downloading the mods again.
Alternatively, an option is to try deleting /home/arkserver/.steam/steamapps/workshop/appworkshop_346110.acf
, and then try downloading the mods again.
thanks for Help
i delete the appworkshop_346110.acf an than new downloading .. ist better an its run
Thankyou