Help fix please - bottles issue

what causes this an were an what do i need to fix

flatseal config


cause USER ERROR!.
fix!
REPLACE with new user :slight_smile:

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.

also 1. *args and **kwargs — Python Tips 0.1 documentation

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)

1 Like

thanks ill try that