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

missing keyword argument: "ssl_context" #268

Closed
1 task done
scholl1 opened this issue Sep 22, 2023 · 0 comments · Fixed by #266
Closed
1 task done

missing keyword argument: "ssl_context" #268

scholl1 opened this issue Sep 22, 2023 · 0 comments · Fixed by #266
Labels
bug Something isn't working v2 Version 2 is affected

Comments

@scholl1
Copy link

scholl1 commented Sep 22, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

tutorial/consumer.py

my_client = SdcConsumer.from_wsd_service(one_service, ssl_context=None)

leads to
TypeError: SdcConsumer.from_wsd_service() got an unexpected keyword argument 'ssl_context'

Expected Behavior

find expected keyword argument

Solution proposal

tutorial/consumer.py

my_client = SdcConsumer.from_wsd_service(one_service, ssl_context_container=None)

Python Version

3.10.12

Operating system

linux

Sdc11073 Version

1.3.0

@scholl1 scholl1 added the bug Something isn't working label Sep 22, 2023
@scholl1 scholl1 changed the title bug: <title> missing keyword argument: "ssl_context" Sep 22, 2023
deichmab-draeger added a commit to deichmab-draeger/sdc11073 that referenced this issue Oct 4, 2023
@deichmab-draeger deichmab-draeger linked a pull request Oct 4, 2023 that will close this issue
5 tasks
@leon1995 leon1995 added the v2 Version 2 is affected label Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v2 Version 2 is affected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants