Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code halts at downloading mods #3

Open
xSPARExSTEWx opened this issue Apr 11, 2019 · 1 comment
Open

Code halts at downloading mods #3

xSPARExSTEWx opened this issue Apr 11, 2019 · 1 comment

Comments

@xSPARExSTEWx
Copy link

Tried to run your script and I am getting problems. Ubuntu 18.04. Winetricks has been installed with newest version. I installed dotnet not sure if it was successful. Terminal output is as below.

matt@Matt-Desktop:~/.steam/steam/steamapps/common/Beat Saber$ python3 bsmodinstaller.py Installing songloader from modsaber... Traceback (most recent call last): File "bsmodinstaller.py", line 123, in <module> ModInstaller.install_mod(item) File "bsmodinstaller.py", line 91, in install_mod modsaber_meta_data = requests.get(modsaber_url).json() File "/usr/lib/python3/dist-packages/requests/models.py", line 892, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib/python3/dist-packages/simplejson/__init__.py", line 518, in loads return _default_decoder.decode(s) File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 370, in decode obj, end = self.raw_decode(s) File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 400, in raw_decode return self.scan_once(s, idx=_w(s, idx).end()) simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

@Vash63
Copy link
Owner

Vash63 commented Sep 15, 2019

The website I sourced from went offline so this was expected. I haven't had much time to work on this but #4 was helpfully provided to me and should fix this issue by switching to beatmods as the download source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants