Skip to content

你好,跑你的代码点问题 #1

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

Open
Chauncy-lab opened this issue May 20, 2021 · 1 comment
Open

你好,跑你的代码点问题 #1

Chauncy-lab opened this issue May 20, 2021 · 1 comment

Comments

@Chauncy-lab
Copy link

环境是3.6,除了改了一下config的邮箱和key,其他均无改动。但运行时候出现以下错误。
以下是运行您的代码报错
D:/code/PycharmProjects/myShenTou/fofa.py:8: MonkeyPatchWarning: Monkey-patching ssl after ssl has already been imported may lead to errors, including RecursionError on Python 3.6. It may also silently lead to incorrect behaviour on Python 3.7. Please monkey-patch earlier. See gevent/gevent#1016. Modules that had direct imports (NOT patched): ['urllib3.util (D:\code\PycharmProjects\ArtIntelligence\venv1\lib\site-packages\urllib3\util\init.py)', 'urllib3.util.ssl_ (D:\code\PycharmProjects\ArtIntelligence\venv1\lib\site-packages\urllib3\util\ssl_.py)'].
from gevent import monkey, pool; monkey.patch_all()

输入你要的Fofa搜索语法: app="MAIL2000-邮件系统" && region="TW"
Traceback (most recent call last):
File "D:/code/PycharmProjects/myShenTou/fofa.py", line 323, in
fofa.run()
File "D:/code/PycharmProjects/myShenTou/fofa.py", line 273, in run
self._getPage()
File "D:/code/PycharmProjects/myShenTou/fofa.py", line 237, in _getPage
a, b, c = self.request.getRequest(self.searchUrl.format(FOFA_EMAIL=self.fofa_email, API_KEY=self.fofa_key, B64_DATA=self.searchKeyword, PAGE=1))
TypeError: 'RecursionError' object is not iterable

请问是什么原因呢?可否留个联系方式详细交流下,谢谢

@chibd2000
Copy link
Owner

chibd2000 commented May 20, 2021 via email

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

2 participants