Загрузка данных


vboxuser@ubuntu:~$ holehe --no-update your_email@example.com
Traceback (most recent call last):
  File "/usr/local/bin/holehe", line 33, in <module>
    sys.exit(load_entry_point('holehe==1.61', 'console_scripts', 'holehe')())
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/local/lib/python3.14/dist-packages/holehe-1.61-py3.14.egg/holehe/core.py", line 233, in main
    trio.run(maincore)
    ~~~~~~~~^^^^^^^^^^
  File "/usr/local/lib/python3.14/dist-packages/trio-0.33.0-py3.14.egg/trio/_core/_run.py", line 2552, in run
    raise runner.main_task_outcome.error
  File "/usr/local/lib/python3.14/dist-packages/holehe-1.61-py3.14.egg/holehe/core.py", line 197, in maincore
    check_update()
    ~~~~~~~~~~~~^^
  File "/usr/local/lib/python3.14/dist-packages/holehe-1.61-py3.14.egg/holehe/core.py", line 68, in check_update
    if check_version.json()["info"]["version"] != __version__:
       ^^^^^^^^^^^^^^^^^^
AttributeError: 'Response' object has no attribute 'json'