We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/lib/python3.11/site-packages/dotenv/main.py", line 56, in _get_stream OSError: [Errno 24] Too many open files: '.env'
Tried updating ulimit but issue remains same.
The text was updated successfully, but these errors were encountered:
I have checked the following methods and no error occurred. Ubuntu 20.04 python3.11
$ ulimit -n 1024
.env
TESTVALUE=foo
I tried the parse method because the parse method uses the _get_stream method.
parse
_get_stream
main.py
from dotenv.main import DotEnv dotenv = DotEnv("./.env") print(list(dotenv.parse()))
Sorry, something went wrong.
@theskumar @kamranisbest I'd be grateful for your feedback on @otoyuzu705's comment. I helped him with his investigation.
No branches or pull requests
/lib/python3.11/site-packages/dotenv/main.py", line 56, in _get_stream
OSError: [Errno 24] Too many open files: '.env'
Tried updating ulimit but issue remains same.
The text was updated successfully, but these errors were encountered: