mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 06:35:51 +03:00
[GH-ISSUE #32] selenium.common.exceptions.SessionNotCreatedException: Message: Failed to set preferences: unknown error #21
Labels
No labels
bug
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MoneyPrinterV2#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ElvisDream on GitHub (Feb 22, 2024).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/32
When I select option 1 and then select a user, this exception will be thrown after execution. Is it caused by the mismatch between the browser version and the driver? Which browser version is required? thank you.
python version:3.11.6
firfox version:123.0 (64 位)
@ElvisDream commented on GitHub (Feb 22, 2024):
@Tungstenfur commented on GitHub (Feb 22, 2024):
Did you set your Firefox profile path correctly?
@ElvisDream commented on GitHub (Feb 22, 2024):
@FujiwaraChoki commented on GitHub (Feb 22, 2024):
No. Please look through the closed issues and you will find the solution.
@Tungstenfur commented on GitHub (Feb 22, 2024):
Did you try to search "path to firefox profile" in Google before opening the issue?
It's %APPDATA%\Mozilla\Firefox\Profiles\your_version
@ElvisDream commented on GitHub (Feb 22, 2024):
ok thanks
@ElvisDream commented on GitHub (Feb 22, 2024):
thanks