knownsec / ZoomEye-python

ZoomEye-python: The official Python library and CLI by Knownsec 404 Team.
https://www.zoomeye.org/doc
GNU General Public License v2.0
528 stars 124 forks source link

the access token expires, please re-run [zoomeye init] command.it is recommended to use API KEY for initialization! #83

Open lolminerxmrig opened 1 year ago

lolminerxmrig commented 1 year ago

Why Error?

image

Wooyme commented 1 year ago

I faced the same problem when I set option "-num" equals 2400. And when I decrease the number to 2000,it works.maybe you can try decrease your number

lolminerxmrig commented 1 year ago

not work. me try change api code. windows 10 x 64 Python 3.11.4

lolminerxmrig commented 7 months ago

the access token expires, please re-run [zoomeye init] command.it is recommended to use API KEY for initialization!

lolminerxmrig commented 7 months ago

image

a-chernobrov commented 5 months ago

I have same problem. How to solve this?

pbuff07 commented 5 months ago

not work. me try change api code. windows 10 x 64 Python 3.11.4

If you are in a Windows environment, you can consider replacing the search content with "title:'API Publisher-Login'", because double quotes represent strings in Windows, and single quotes may be ambiguous. Can you try it?