Question:
I get a really big error(related to replit.nix) when i press the down key
, at the end it says: ‘Only one listener allowed at a time’ im using sshkeyboard
to listen to the keyboard
Repl link:
https://replit.com/@XXMadGames/Day-of-hiring-XXMadGame
Yet again, this error is because Replit pypi package causes version conflicts. Run in shell to use a fork instead:
poetry add git+https://github.com/noneofyourbusiness1415252/replit-py
My hands have over time memorised how to type that command quickly while I wait for the fork to be merged (so this bug stops happening in the first place)
2 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.