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

AttributeError: module 'aiosip' has no attribute 'WS' #141

Open
divinj opened this issue Apr 13, 2020 · 0 comments
Open

AttributeError: module 'aiosip' has no attribute 'WS' #141

divinj opened this issue Apr 13, 2020 · 0 comments

Comments

@divinj
Copy link

divinj commented Apr 13, 2020

I installed aiosip using pip3.
I am trying to run https://github.com/Eyepea/aiosip/blob/master/examples/call/client.py

Running into:
DEBUG:asyncio:Using selector: KqueueSelector
Traceback (most recent call last):
File "aiosip-test.py", line 83, in
main()
File "aiosip-test.py", line 70, in main
loop.run_until_complete(start(app, aiosip.UDP, args.duration))
File "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 583, in run_until_complete
return future.result()
File "aiosip-test.py", line 45, in start
if protocol is aiosip.WS:
AttributeError: module 'aiosip' has no attribute 'WS'

Any idea what is causing this?

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