You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run "sendria --help" within the docker container, but the command is not found.
When I tried to exectue directly"./home/sendria/.local/bin/sendria", I get the following error:
Traceback (most recent call last):
File "./home/sendria/.local/bin/sendria", line 5, in
from sendria.cli import main
ModuleNotFoundError: No module named 'sendria'
I wanted to activate the password for the GUI, maybe someone has an example config.toml?
The text was updated successfully, but these errors were encountered:
Hi,
I tried to run "sendria --help" within the docker container, but the command is not found.
When I tried to exectue directly"./home/sendria/.local/bin/sendria", I get the following error:
Traceback (most recent call last):
File "./home/sendria/.local/bin/sendria", line 5, in
from sendria.cli import main
ModuleNotFoundError: No module named 'sendria'
I wanted to activate the password for the GUI, maybe someone has an example config.toml?
The text was updated successfully, but these errors were encountered: