akhilrajs / Whatsapp-messaging-BOT

A bot based on python compiled to a executable file for all Windows systems to send messages in bulk to recipients whose numbers need not be saved in your phone.
MIT License
9 stars 1 forks source link

Error in XPath Retrieval for WhatsApp Click Button #4

Open yosr481 opened 6 months ago

yosr481 commented 6 months ago

Running the executable throws an error during XPath download for click_btn, leading to a 'NoneType' attribute issue.

Version : 2.1.5

This is the log: [#] asking user if they want to greet the recipient [#] accepting country code [#] country code : +972 accepted [#] timer_choice = TRUE

[#] user chose time 2024-01-04 17:35:00 [#] resuming program : 2024-01-04 17:32:19.280466 [#] user wants to greet the recipient[#] greet : Good Afternoon
[#] time : 17_31_59 [#] reading msg_url file [#] checking if the string is a link or a text

[#] downloading message from GITHUB [#] downloading xpaths [#] ERROR while downloading xpath for click_btn [#] Error : 'NoneType' object has no attribute 'text' [#] END PROGRAM

akhilrajs commented 3 months ago

Running the executable throws an error during XPath download for click_btn, leading to a 'NoneType' attribute issue.

Version : 2.1.5

This is the log: [#] asking user if they want to greet the recipient [#] accepting country code [#] country code : +972 accepted [#] timer_choice = TRUE

[#] user chose time 2024-01-04 17:35:00 [#] resuming program : 2024-01-04 17:32:19.280466 [#] user wants to greet the recipient[#] greet : Good Afternoon
[#] time : 17_31_59 [#] reading msg_url file [#] checking if the string is a link or a text

[#] downloading message from GITHUB [#] downloading xpaths [#] ERROR while downloading xpath for click_btn [#] Error : 'NoneType' object has no attribute 'text' [#] END PROGRAM

I will look into It right away