ronram5126 / steamworkshopdownloader

Simple steam workshop downlaoder
MIT License
21 stars 7 forks source link

Handle download rejections. #16

Open rikipm opened 2 years ago

rikipm commented 2 years ago

Sometimes POST http://steamworkshop.download/online/steamonline.php respond <pre>Sorry, this file is not available. Need re-download.</pre>.

rikipm commented 2 years ago

See #15

4g0tt3nSou1 commented 1 year ago

Holy Necro, Batman! (Sorry).

Anyhow, Due to a project, was looking to use this and ur patch helped uncover some info. We are getting response back for this particular "Free Space Left" An interesting reply. Anyhow I was toying with getting ones that throw this formatted and sent through another service to try again.

Thanks for the handler! Will let you know if I end up adding other services handling rather than manually doing so

Edit; Might actually bypass both services entirely or have them as a backup. Maybe we can just have it DL directly from SteamCMD :) https://www.gog.com/forum/rimworld/guide_how_to_download_mods_directly_from_steam https://www.npmjs.com/package/steamcmd-interface

Mayhaps the ultimate tool could have that as an option. I am gonna look into it, but I am a novice at JS, so we will see lol. Forked it privately to my own cause I think it's safe to say if this PR isn't merged, this is not gonna get maintained. https://bitbucket.org/4g0tt3nSou1/swsdl/