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

fix websockets feature detection on older version #70

Closed
furudean opened this issue Nov 13, 2024 · 0 comments
Closed

fix websockets feature detection on older version #70

furudean opened this issue Nov 13, 2024 · 0 comments

Comments

@furudean
Copy link
Owner

furudean commented Nov 13, 2024

Someone reached out to with this error when launching on Renpy 8.1.3:

ModuleNotFoundError: No module named 'websockets'

This goes against the assumption that websockets support started being available in 8.0.0, breaking the app on 8.x where websockets are not present. Let's find the version where support started properly and change the version bound.

@furudean furudean changed the title fix websockets feature detection fix websockets feature detection on older version Nov 13, 2024
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

1 participant