HellAmbro / Trading212API

Unofficial Trading212 API
MIT License
57 stars 27 forks source link

Unable to log in #37

Open Soupypie opened 1 month ago

Soupypie commented 1 month ago

The driver only opens the login page and then prints the error message:

[23:25:22] Closing 'Cookies Popup' console.py:12 Authenticating console.py:12 [33960:2360:0519/232524.809:ERROR:device_event_log_impl.cc(239)] [23:25:24.809] USB: usb_service_win.cc:105 SetupDiGetDeviceProperty({{A45C254E-DF1C-4EFD-8020-67D146A850E0}, 6}) failed: Element not found. (0x490)

It gets stuck on this page:

image

HellAmbro commented 1 month ago

Hi, thanks for reporting. I Will check ASAP. Maybe t212 has changed the login Page.

Soupypie commented 1 month ago

Thanks, I think Trading212 did update their website

HellAmbro commented 1 month ago

Yes you're right. Fix done. Let me know if there are issues, sorry for the late but i was a little bit busy. Remember to use the latest version (v0.2.8)

MKeel1ng commented 3 weeks ago

I'd like to suggest running a scheduled Github action (daily) to see if the WebdriverWait step passes or not.