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
Error :
Probably not a Flatpak environment. Trying to find the system's aria2c and yt-dlp...
Traceback (most recent call last):
File "/usr/local/share/varia/../../bin/varia-py.py", line 37, in
sys.exit(main(VERSION, aria2cexec, ytdlpexec))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/share/varia/varia/variamain.py", line 398, in main
if (os.path.exists(GLib.get_user_special_dir(GLib.UserDirectory.DIRECTORY_DOWNLOAD))):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 19, in exists
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
The text was updated successfully, but these errors were encountered:
The part where it says "Probably not a Flatpak environment. Trying to find the system's aria2c and yt-dlp..." shows you have the next branch installed. It's not supposed to be on the AUR. Are you sure you have it installed through the AUR? The next branch is not guaranteed to be built outside Flatpak.
Application crashed after installation.
OS : Arch
Istallall Media : AUR (yay)
Error :
Probably not a Flatpak environment. Trying to find the system's aria2c and yt-dlp...
Traceback (most recent call last):
File "/usr/local/share/varia/../../bin/varia-py.py", line 37, in
sys.exit(main(VERSION, aria2cexec, ytdlpexec))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/share/varia/varia/variamain.py", line 398, in main
if (os.path.exists(GLib.get_user_special_dir(GLib.UserDirectory.DIRECTORY_DOWNLOAD))):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 19, in exists
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
The text was updated successfully, but these errors were encountered: