Skip to content
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

No such file or directory #5

Closed
DannyCork opened this issue Apr 17, 2024 · 1 comment
Closed

No such file or directory #5

DannyCork opened this issue Apr 17, 2024 · 1 comment

Comments

@DannyCork
Copy link

DannyCork commented Apr 17, 2024

The latest commit broke the following:

Traceback (most recent call last):
  File "aliens_eye.py", line 31, in <module>
    with open("/usr/bin/sites.json") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/sites.json'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "aliens_eye.py", line 34, in <module>
    with open("/data/data/com.termux/files/usr/bin/sites.json") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/data/data/com.termux/files/usr/bin/sites.json')
@arxhr007
Copy link
Owner

solved ! ,
thanks for noticing😊

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