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

File "nests.py", line 181, in <module> with open(config.json_path, "w+") as file_: #66

Open
MC0R3 opened this issue Jun 21, 2022 · 2 comments

Comments

@MC0R3
Copy link

MC0R3 commented Jun 21, 2022

After running nests.py, I'm geeting the following error:

Traceback (most recent call last):
  File "nests.py", line 181, in <module>
    with open(config.json_path, "w+") as file_:
FileNotFoundError: [Errno 2] No such file or directory: ''

Notifications are also not being posted to Discord through Poracle; maybe this is related?

@FimoJones
Copy link

You have not defined a path in the Geojson section of the config file and as a result, it errors.

@MC0R3
Copy link
Author

MC0R3 commented Jun 26, 2022

Creating a path to the file did resolve this, thanks :)

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