-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
🐛 Bug Report
🔬 How To Reproduce
Steps to reproduce the behavior:
- Run sample code
python3 wyze.py
AV Client Start: chan_id=0 expected_chan=0 pn_serv_type=16
Sending response: <K10002ConnectAuth code=10002 resp_code=10003>
^CTraceback (most recent call last):
File "wyze.py", line 51, in <module>
main()
File "wyze.py", line 27, in main
with wyze_iotc.connect_and_auth(account, cam) as sess:
File "/home/kcharubin/.local/lib/python3.8/site-packages/wyzecam/iotc.py", line 322, in __enter__
self._auth()
File "/home/kcharubin/.local/lib/python3.8/site-packages/wyzecam/iotc.py", line 295, in _auth
mux.waitfor(resolving)
File "/home/kcharubin/.local/lib/python3.8/site-packages/wyzecam/tutk/tutk_ioctl_mux.py", line 250, in waitfor
time.sleep(0.1)
KeyboardInterrupt
Code sample
Environment
- OS: [e.g. Linux / Windows / macOS] Linux
- Python version, get it with: Python 3.8.5
python --version
Screenshots
📈 Expected behavior
Expect to see the video stream just like with v2 camera
📎 Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request