-
Notifications
You must be signed in to change notification settings - Fork 1
你好,跑你的代码点问题 #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
Comments
… ------------------ 原始邮件 ------------------
发件人: "adezz/fofa-api-search" ***@***.***>;
发送时间: 2021年5月20日(星期四) 下午5:16
***@***.***>;
***@***.***>;
主题: [adezz/fofa-api-search] 你好,跑你的代码点问题 (#1)
环境是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
请问是什么原因呢?可否留个联系方式详细交流下,谢谢
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
环境是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
请问是什么原因呢?可否留个联系方式详细交流下,谢谢
The text was updated successfully, but these errors were encountered: