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

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbf in position 5: invalid start byte #187

Open
cheuhyakuroku opened this issue Oct 7, 2020 · 2 comments

Comments

@cheuhyakuroku
Copy link

Traceback (most recent call last):
File "amemv-video-ripper.py", line 529, in
CrawlerScheduler(content)
File "amemv-video-ripper.py", line 151, in init
self.scheduling()
File "amemv-video-ripper.py", line 165, in scheduling
self.download_user_videos(url)
File "amemv-video-ripper.py", line 175, in download_user_videos
dytk = get_dytk(url)
File "amemv-video-ripper.py", line 115, in get_dytk
dytk = re.findall("dytk: '(.*)'", res.content.decode('utf-8'))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbf in position 5: invalid start byte

@majormulfunction018
Copy link

HI I have the same issue as you do.Did you find a solution?

@hpplayer
Copy link

hpplayer commented Nov 1, 2020

https://stackoverflow.com/questions/49702214/python-requests-response-encoded-in-utf-8-but-cannot-be-decoded

This post will be helpful.
But the script will still fail when parsing the response.

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

3 participants