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

Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F) #76

Open
s1223 opened this issue Jul 5, 2022 · 0 comments

Comments

@s1223
Copy link

s1223 commented Jul 5, 2022

Problem:
I want to send a message using the phone number and I used send_anon_message function but I got an error.

Error:
DevTools listening on ws://127.0.0.1:58386/devtools/browser/87426bed-43cb-4db8-a658-7e54be26a153
[11144:12812:0706/012329.621:ERROR:device_event_log_impl.cc(214)] [01:23:29.629] USB: usb_device_handle_win.cc:1048 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F)

My Code:
from whatsapp import WhatsApp
whatsapp = WhatsApp(100, session="C:/Users/users/Desktop/Simple-Yet-Hackable-WhatsApp-api-master/mysession")
print(whatsapp.send_anon_message("6282136218888",":heart: Good!"))

My environtment:
OS : Windows 11
Python Version: 3.9
selenium : 3.12.0
requests : 2.20.0

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