what causes this an were an what do i need to fix
flatseal config
cause USER ERROR!.
fix!
REPLACE with new user
the file must exist in the path.
solution
check the file exist, is in the rite folder and the path to it is added to your path var.
result =self.task.func (*args.
is telling you and argument has incorrect parsing.
check the spelling/parsing of both arguments and filepaths.
try hovering over that yellow caution. it may offer you some tips if it has annotations enabled.
as its over every file it either cant find em or doesnt have permission to access them…
check your ENV and see if bottles is in the path. if not add it.
make sure you in its user group (may or may not need to be but its best to check) and check you have chmod’d it with the correct user access levels. (assuming you manually installed)
thanks ill try that