thearyadev / MSRF

Automates Microsoft rewards.
Apache License 2.0
62 stars 9 forks source link

[BUG] Unknown critical error during Mobile searches. Exception raised from waitUntilVisible #8

Closed thearyadev closed 1 year ago

thearyadev commented 1 year ago

Describe the bug During mobile searches, the waitUntilVisible function throws an error.

Expected behavior Error should be thrown, but program should continue to run. Unknown cause of problem.

Version Number 0.4b

Error Report Personal Data Omitted error_waitUntilVisible.zip

thearyadev commented 1 year ago

Error occurs before mobile searches start.

I believe the error happens because of the login sequence. During login, it will try to "validate" the login state. Doing so, it waits for specific elements to load into the page.

This sequence was designed for the PC browser state, not the mobile one.

Fix will be available in v0.5b

thearyadev commented 1 year ago

Has been fixed in main branch, will be included in the next release.