ominitay / shellsaber

!! MAINTENANCE MODE !! ShellSaber is a mod manager written in POSIX-compliant shell script to support Beat Saber modding on Linux.
GNU General Public License v3.0
14 stars 1 forks source link

Unable to download certain mods #8

Closed CCF100 closed 3 years ago

CCF100 commented 3 years ago

Describe the bug

Whenever I try to download BeatSaverDownloader, Ini Parser, or BS Utils, ShellSaber says that it's downloading the mod, then it just stops....

Steps to reproduce the behavior:

Run shaber m e BeatSaverDownloader -V Watcn it fail

Expected behavior:

The download to work correctly

Logs:

image

System info:

Distro: Arch Linux Beat Saber version: 1.16.4

Additional context:

ominitay commented 3 years ago

Figured that out. Using curl to download URLs with spaces in them results in that error code 3. Using wget works. Will switch things over in the morning. Sorry I didn't notice that.

ominitay commented 3 years ago

Should be fixed now.