欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

使用fake_useragent报错:fake_useragent.errors.FakeUserAgentError: Maximum amount of retries reached

程序员文章站 2022-05-09 11:21:49
...

Question:
  使用fake_useragent报错:

fake_useragent.errors.FakeUserAgentError: Maximum amount of retries reached

Solution:
  1、获取临时目录:(linux和windows都适用)

#windows and linux
import tempfile
temp = tempfile.gettempdir()

  2、下载useragent文件:https://fake-useragent.herokuapp.com/browsers/0.1.11(需要*)
  3、改名为fake_useragent_0.1.11.json,放入临时目录