Jump to content

Recommended Posts

Hi, 

i'm uploading quick pick in my dedication server and he doesnt work. I uploading to fasthand and the same 7 out of 13 work. Have you solution? 

dedicated_server_mods_setup.lua

ServerModSetup("501385076")

--There are two functions that will install mods, ServerModSetup and ServerModCollectionSetup. Put the calls to the functions in this file and they will be executed on boot.

modoverriders.lua
  },
  ["workshop-501385076"]={
    configuration_options={
      quick_cook_on_fire=true,
      quick_harvest=true,
      quick_pick_cactus=true,
      quick_pick_plant_normal_ground=true 
    },
 

LOG 

[00:00:01]: loaded modindex    
[00:00:01]: ModIndex: Beginning normal load sequence for dedicated server.
    
[00:00:02]: [Workshop] Item query page 0, size: 1, total size: 1
[00:00:02]: [Workshop] Item query queued IDs: 501385076
[00:00:02]: [Workshop] Item query sent
[00:00:02]: [Workshop] ItemQuery got this many results: 1, matching: 1
[00:00:02]: [Workshop] ModQuery got 1 results
[00:00:02]: [Workshop] ModQuery queued to download IDs: 501385076
[00:00:02]: [Workshop] ItemQuery finished all queries, moving to download phase
[00:00:02]: [Workshop] ItemQuery downloading 1 pending mods marked to download
[00:00:02]: [Workshop] DownloadPublishedFile [10] 501385076
[00:00:04]: [Workshop] OnDownloadPublishedFile [37] 501385076
[00:00:04]: [Workshop] ODPF failed entirely: 37
[00:00:33]: SUCCESS: Loaded modoverrides.lua    


 

Screenshot_7.png

Link to comment
https://forums.kleientertainment.com/forums/topic/144648-odpf-failed/
Share on other sites

Hi!

I have the same problem and I just solve it.

I edit my `~/.bashrc` to add http_proxy and https_proxy, then run `source ~/.bashrc` to activate this change. Then they can be download successfully.

Maybe you have the same connection error, hope my solution can help you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...