Description
Prerequisites
- Did you read FAQ section in readme.md?
- Did you test with the latest releases or commit ?
- Did you search for existing issues in Issues?
Description
f1-f3 doesn't work for me. The last 2 months I was using f3 because f1 and f2 weren't working, but now it doesn't work anymore.
Steps to Reproduce
- I try to use f1 to f3 in my PixivUtil2 folder where I download Fanbox images, using the latest release (normal realease or Master).
- Retrieving images, zips or any type of media fails.
- I get an error related to decode.
Expected behavior: It downloads the individual posts or from supporting list or individual artists.
Actual behavior: Input: f1
End Page (default is 0) = 0
Trying to log in FANBOX with saved cookie
Traceback (most recent call last):
File "PixivUtil2.py", line 1745, in main
File "PixivUtil2.py", line 1467, in main_loop
File "PixivUtil2.py", line 920, in menu_fanbox_download_from_list
File "PixivBrowserFactory.py", line 940, in fanboxGetArtistList
self.fanbox_is_logged_in()
File "PixivBrowserFactory.py", line 447, in fanbox_is_logged_in
if not self.fanboxLoginUsingCookie(self._config.cookieFanbox):
File "PixivBrowserFactory.py", line 423, in fanboxLoginUsingCookie
if '"user":{"isLoggedIn":true' in str(parsed.decode('utf-8')):
AttributeError: 'str' object has no attribute 'decode'
Unknown Error, please check the log file: (<class 'AttributeError'>, AttributeError("'str' object has no attribute 'decode'"), <traceback object at 0x000001D1E9350600>)
It always fails in the normal release and in the Master release becuase of the decode.
I changed the language to japanese on Pixiv and Fanbox, changed the specific lines where pixiv.net/en was referenced. I tried to do everything I read in the open issues related to this, but nothing works...
Log file:
pixivutil.log Normal realease version
pixivutil.log Master version
Versions
You can get this information from executing PixivUtil2.py --help
.
pixivutil.log