Can't log in with epic games

I tried to log in with my epic games account, but this error popped up after logging in
An error has occurred! Try to Logout and Login on your Epic account.
Traceback (most recent call last):
File "legendary/cli.py", line 3061, in <module>
File "legendary/cli.py", line 2945, in main
File "legendary/cli.py", line 48, in setup_threaded_logging
File "multiprocessing/context.py", line 103, in Queue
File "multiprocessing/queues.py", line 43, in __init__
File "multiprocessing/context.py", line 68, in Lock
File "multiprocessing/synchronize.py", line 162, in __init__
File "multiprocessing/synchronize.py", line 57, in __init__
PermissionError: [Errno 13] Permission denied
[42690] Failed to execute script 'cli' due to unhandled exception!
An error has occurred! Try to Logout and Login on your Epic account.
Traceback (most recent call last):
File "legendary/cli.py", line 3061, in <module>
File "legendary/cli.py", line 2945, in main
File "legendary/cli.py", line 48, in setup_threaded_logging
File "multiprocessing/context.py", line 103, in Queue
File "multiprocessing/queues.py", line 43, in __init__
File "multiprocessing/context.py", line 68, in Lock
File "multiprocessing/synchronize.py", line 162, in __init__
File "multiprocessing/synchronize.py", line 57, in __init__
PermissionError: [Errno 13] Permission denied
[42690] Failed to execute script 'cli' due to unhandled exception!
No description
9 Replies
manual-pink
manual-pinkOP2y ago
using linux manjaro
harsh-harlequin
harsh-harlequin2y ago
i got that on an arch based distro one time recently, i closed everything, opened it up again, tried to log in, and was successful. Have you made multiple attempts?
manual-pink
manual-pinkOP2y ago
yeah, I've tried 3 times, but I'll try again It seems that the problem persists
manual-pink
manual-pinkOP2y ago
I also get this when I launch the app
No description
harsh-harlequin
harsh-harlequin2y ago
The devs will probably want a last log from the Read Me First post after you get the error
CommandMC
CommandMC2y ago
You're using the Snap package... Don't
manual-pink
manual-pinkOP2y ago
oh yeah installing it with flatpack seemed to work why doesn't it work through snap tho?
CommandMC
CommandMC2y ago
The Snap package is experimental (published on the "Edge" branch, meaning things might not work / break); in this case the error is caused by Python's Multiprocessing module trying to write to a file in /tmp (that it doesn't have permission to access because Snap is a very fun packaging format) I've searched for solutions for this a couple times, but last I checked it was a bunch of "Just don't use Snap lol" answers
manual-pink
manual-pinkOP2y ago
oh alright, thanks for the explaination! I'll try to avoid using snap for now

Did you find this page helpful?