jheidecker / lemmony

A better "All" browsing experience for Lemmy instances
MIT License
45 stars 3 forks source link

Exception #17

Closed calr0x closed 1 year ago

calr0x commented 1 year ago

Tried 2x and am getting this error:

calvin@SYSTEM:~/lemmony$ lemmony-cli -l $LEMMY.DOMAIN -u lemmysub -p '$PASSWORD' -t 10 -k logging in to $LEMMY.DOMAIN as lemmysub... fetching lemmy communities (and kbin magazines) from lemmyverse.net... got 2353 non-empty Lemmy communities. enumerating all locally (known) communities (this might take a while)... done. adding new global communities > local instance (this will take a while)... done. re-fetching communities ready for subscription (this might take a while)... done. found 1912 communities to subscribe to. subscribing lemmysub to communities (this will take a while)... Traceback (most recent call last): File "/home/calvin/.local/lib/python3.10/site-packages/requests/models.py", line 971, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib/python3.10/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.10/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/calvin/.local/bin/lemmony-cli", line 8, in sys.exit(main()) File "/home/calvin/.local/lib/python3.10/site-packages/lemmony/cli.py", line 204, in main subscribe() File "/home/calvin/.local/lib/python3.10/site-packages/lemmony/cli.py", line 194, in subscribe print(str(idx) + "/" + local_community_count + " " + str(community_id) + ": " + str(sub_resp.json()['community_view']['subscribed']), end="\r") File "/home/calvin/.local/lib/python3.10/site-packages/requests/models.py", line 975, in json raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

jheidecker commented 1 year ago

Duplicate of #2

jheidecker commented 1 year ago

fixed in c79c01a92c281425614ec8134a0997f5d8d9b5e4