-
Notifications
You must be signed in to change notification settings - Fork 481
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
ValueError: too many file descriptors in select() #2145
Comments
Ran into this again while hosting content with about 300 files:
|
Issue is: https://stackoverflow.com/questions/47675410/python-asyncio-aiohttp-valueerror-too-many-file-descriptors-in-select-on-win/47689451#47689451 |
@shyba now that we're using python 3.8, can this be fixed? if you explain the fix, this would be a good issue for a newer contributor to try |
I don't think we are using 3.8 officially. It may be compatible but afaik we still build and test 3.7 this is the search I just made and it looks like we don't set 3.8 anywhere yet: https://github.com/lbryio/lbry-sdk/search?q=python3.8 |
The RPC server does not work correctly with Python 3.8 or 3.9, which are now common in Ubuntu 20.04 and Arch. See #2769 So, until that issue is solved, LBRY is stuck in Python 3.7. |
was seeing this once in a while on windows + lots of blobs. Victor aware.
The text was updated successfully, but these errors were encountered: