#๐ HELP - Script Excel -> Whatsapp web
7 messages ยท Page 1 of 1 (latest)
@stray raven
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
The script should format the second column of an Excel sheet as text to handle phone numbers, read names and phone numbers from that sheet, send corresponding PDFs via WhatsApp Web to each contact, and then update the Excel sheet with a status in a new column indicating whether each PDF was successfully sent or if it failed.
All the paths are correct.
Here's the error that I got:
DevTools listening on ws://127.0.0.1:51472/devtools/browser/8bb64f94-9e1c-4799-8f40-8ac3b8d2affb
Waiting for the QR code...
QR Code Found. Please Scan it with your phone.
Created TensorFlow Lite XNNPACK delegate for CPU.
There was a general issue: Message:
Stacktrace:
GetHandleVerifier [0x00007FF7337E9632+30946]
(No symbol) [0x00007FF73379E3C9]
(No symbol) [0x00007FF733696FDA]
(No symbol) [0x00007FF7336E822C]
(No symbol) [0x00007FF7336E850C]
(No symbol) [0x00007FF73372DCB7]
(No symbol) [0x00007FF73370CAAF]
(No symbol) [0x00007FF73372B041]
(No symbol) [0x00007FF73370C813]
(No symbol) [0x00007FF7336DA6E5]
(No symbol) [0x00007FF7336DB021]
GetHandleVerifier [0x00007FF73391F83D+1301229]
GetHandleVerifier [0x00007FF73392BDB7+1351783]
GetHandleVerifier [0x00007FF733922A03+1313971]
GetHandleVerifier [0x00007FF73381DD06+245686]
(No symbol) [0x00007FF7337A758F]
(No symbol) [0x00007FF7337A3804]
(No symbol) [0x00007FF7337A3992]
(No symbol) [0x00007FF73379A3EF]
BaseThreadInitThunk [0x00007FFD7387257D+29]
RtlUserThreadStart [0x00007FFD7520AF28+40]****
And I can't get ChromeDriver to work. I have it on version 127.0.6533.88 and Chrome with version 127.0.6533.89 since I can't download the 88 one.
I've been making changes to this code during this whole last week but I'ts being it so stressfull cuz I never end it and get it working for once
@stray raven
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.