klept0 / MS-Rewards-Farmer

A simple bot that uses Selenium to farm M$ Rewards in Python
MIT License
157 stars 33 forks source link

[BUG] SessionNotCreatedException on Mobile Browser Creation #126

Open jungx098 opened 2 weeks ago

jungx098 commented 2 weeks ago

Before submitting a bug report...

Title

Describe the bug

SessionNotCreatedException occurs when the mobile browser instance is created on my Mac. Looking at the issue list, this error has been observed periodically on various platforms, but all the issues in the list are currently closed.

This is probably because the same session data is shared between the desktop and mobile webdrivers, the desktop webdriver is not destroyed, and the mobile webdriver is denied access to the session data.

Destroying the webdriver instance seems to be necessary.

Copy and paste your error

2024-06-18 19:13:18,534 [ERROR] SessionNotCreatedException: Message: session not created: cannot connect to chrome at 127.0.0.1:63462
from chrome not reachable

Screenshots

NA

Value of dashboard variable

NA

github-actions[bot] commented 2 days ago

This issue is stale because it has been open for 14 days with no activity.