We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2019-09-23 01:04:32,404 - 爬取第 748 条岗位详情 爬完之后 就一直停滞在这了,只出现post_require_new.txt不太懂哪里出了出了差错 中间有一段儿是: Traceback (most recent call last): File "src\gevent\greenlet.py", line 766, in gevent._greenlet.Greenlet.run File "C:/Users/Administrator/Job/job_spider.py", line 106, in post_require html = resp.content.decode("gbk") UnicodeDecodeError: 'gbk' codec can't decode byte 0xae in position 1060: illegal multibyte sequence 2019-09-22T17:03:11Z <Greenlet at 0x178d629c158: <bound method JobSpider.post_require of <main.JobSpider object at 0x00000178D6288C88>>> failed with UnicodeDecodeError
您能帮忙解惑吗?
The text was updated successfully, but these errors were encountered:
请问您解决了这个问题了吗? @chromiea
Sorry, something went wrong.
No branches or pull requests
2019-09-23 01:04:32,404 - 爬取第 748 条岗位详情
爬完之后 就一直停滞在这了,只出现post_require_new.txt不太懂哪里出了出了差错
中间有一段儿是:
Traceback (most recent call last):
File "src\gevent\greenlet.py", line 766, in gevent._greenlet.Greenlet.run
File "C:/Users/Administrator/Job/job_spider.py", line 106, in post_require
html = resp.content.decode("gbk")
UnicodeDecodeError: 'gbk' codec can't decode byte 0xae in position 1060: illegal multibyte sequence
2019-09-22T17:03:11Z <Greenlet at 0x178d629c158: <bound method JobSpider.post_require of <main.JobSpider object at 0x00000178D6288C88>>> failed with UnicodeDecodeError
您能帮忙解惑吗?
The text was updated successfully, but these errors were encountered: