redianmarku / ig-dmbot-acc

Instagram DM bot with account switcher feature.
MIT License
50 stars 32 forks source link

Issue in log in #11

Open vishal2027 opened 1 year ago

vishal2027 commented 1 year ago

DevTools listening on ws://127.0.0.1:50426/devtools/browser/e766ee42-5800-4b70-8682-cc6ce8db3b24 Timed out. Element not found with XPATH : //button[text()='Accept'] Timed out. Element not found with XPATH : //button[text()='Log in'] Timed out. Element not found with NAME : username Login Failed: username field not visible Send message to _vishalkaushik_ Timed out. Element not found with NAME : queryBox Timed out. Element not found with NAME : queryBox ERROR:root:'NoneType' object has no attribute 'send_keys' Exception when typeSlow : 'NoneType' object has no attribute 'send_keys' User _vishalkaushik_ not found! Skipping. Finished usernames.

DonEros commented 9 months ago

Hey, it seems like the automated testing is hitting a snag – elements like buttons and input fields aren't being found or are invisible. To troubleshoot, ensure your script waits for elements to fully load, check and confirm the correctness of locators, handle dynamic loading, and review the code for any logical errors. Also, address the "User vishal__kaushik not found" separately by verifying user existence before sending a message. Let me know if you need more help!