-
Notifications
You must be signed in to change notification settings - Fork 300
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
WinError The operation was canceled by the user #1590
Labels
Backend: WinRT
Issues or PRs relating to the WinRT backend
more info required
Issues does not have a reproducible test case, has insufficent logs or otherwise needs more feedback
Comments
Could you also capture Bluetooth packets ad described in the troubleshooting page of the docs and share that? |
dlech
added
the
more info required
Issues does not have a reproducible test case, has insufficent logs or otherwise needs more feedback
label
Jun 3, 2024
I tried to scan and log the advertisement data while running the test script, but I am not sure if the new log shared below is what you asked from me. Please help to confirm, thanks a lot!
|
Nope, I meant that you should capture Bluetooth packets with Wireshark. This is the same log as before. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Backend: WinRT
Issues or PRs relating to the WinRT backend
more info required
Issues does not have a reproducible test case, has insufficent logs or otherwise needs more feedback
bluetoothctl -v
) in case of Linux:Description
I tried to read the characteristic, and whenever it reads, it says "services changed" "unhandled services changed event". Finally there is an error "OSError: [WinError -2147023673] The operation was canceled by the user"
What I Did
Logs
I don't think that I did anything to cancel the operation. And I also try write and notify, the failure is the same as read.
The text was updated successfully, but these errors were encountered: