Exception in thread Thread-1:
Traceback (most recent call last):
  File "/home/mac126/.pyenv/versions/3.6.6/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/home/mac126/Desktop/11/day1/spider_commplete.py", line 131, in run
    save_url(html_content,url_str)
  File "/home/mac126/Desktop/11/day1/spider_commplete.py", line 41, in save_url
    with open(file_path,'wb') as f:
FileNotFoundError: [Errno 2] No such file or directory: './download/js-tutorial.html'

这个错误很低级,不过还是写出来,希望大家引以为戒,不要像我一样粗心大意。

在项目目录添加一个文件夹就好

FileNotFoundError: [Errno 2] No such file or directory: './download/js-tutorial.html'

 

相关文章:

  • 2022-12-23
  • 2021-12-24
  • 2021-09-13
  • 2021-08-21
  • 2022-02-14
  • 2021-08-02
  • 2021-07-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-07-04
  • 2021-05-04
  • 2022-12-23
相关资源
相似解决方案