pixelstuermer / pixieset-downloader

Batch download of Pixieset collections
https://pixelstuermer.github.io/pixieset-downloader
MIT License
14 stars 5 forks source link

Cannot start anymore #9

Closed thekane6 closed 2 years ago

thekane6 commented 2 years ago

Following Error

D:\pixieset-downloader-1.0.1>python pixieset-downloader.py https://josevilla.pixieset.com/client/loadphotos 3301757 lilyandjonathan highlights k****e -r ".xxlarge." -f "example" -s

Traceback (most recent call last): File "D:\pixieset-downloader-1.0.1\pixieset-downloader.py", line 113, in main() File "D:\pixieset-downloader-1.0.1\pixieset-downloader.py", line 88, in main page_data = json.loads(page_data_response.json()['content']) File "C:\Users\user\AppData\Roaming\Python\Python39\site-packages\requests\models.py", line 910, in json return complexjson.loads(self.text, **kwargs) File "C:\Program Files\Python39\lib\json__init__.py", line 346, in loads return _default_decoder.decode(s) File "C:\Program Files\Python39\lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Program Files\Python39\lib\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)

all requirements installed without a problem. a few months back it was running without any issue

pixelstuermer commented 2 years ago

all requirements installed without a problem. a few months back it was running without any issue

@thekane6 did you get new/valid access credentials before executing the script?

thekane6 commented 2 years ago

all requirements installed without a problem. a few months back it was running without any issue

@thekane6 did you get new/valid access credentials before executing the script?

yes, did a refresh of the page and copied the keys. tried it also with the mentioned example

pixelstuermer commented 2 years ago

all requirements installed without a problem. a few months back it was running without any issue

@thekane6 did you get new/valid access credentials before executing the script?

yes, did a refresh of the page and copied the keys. tried it also with the mentioned example

Found it. Give me a minute πŸ˜„

pixelstuermer commented 2 years ago

@thekane6 please use version 1.0.2 πŸ‘πŸ»

thekane6 commented 2 years ago

@thekane6 please use version 1.0.2 πŸ‘πŸ»

thank you, it works again! Great tool!

pixelstuermer commented 2 years ago

@thekane6 please use version 1.0.2 πŸ‘πŸ»

thank you, it works again! Great tool!

You're welcome!