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

switch get_thumb to use context.wrap_socket #518

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

laidbackware
Copy link
Contributor

switch get_thumb to use context.wrap_socket
due to removal of ssl.wrap_socket in python 3.12
fixed mixed indentation and mixed variable naming to snake case, as per python standard

This fixes #517

Tested as working in my lab

due to removal of ssl.wrap_socket in python 3.12

Signed-off-by: Matt Proud <[email protected]>
@laidbackware
Copy link
Contributor Author

@ggverma can you please prioritise merging this, as these modules do not work using recent versions of Linux, including Ubuntu 24.04.

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

Successfully merging this pull request may close these issues.

Compute manager failes with AttributeError: module 'ssl' has no attribute 'wrap_socket'
1 participant