I have noticed that my flow got Permission denied ...
# ask-community
a
I have noticed that my flow got Permission denied for write in home directory. Does anyone knows about this error? File "/usr/lib/python3.9/os.py", line 225, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: '/MboiTui' I have changed the permission for my home '/MboiTui' as 777, with chmod.
k
What is the code that caused this? registering a flow?
a
running a flow
k
Did you define Storage when you registered a flow?
a
yes... I have defined at my home folder
k
Can I see how you defined it?
A bit confused why the traceback is trying to make a folder. Seems like it would be during registration
a
sorry sorry!
I have fixed the error...
I did not declare the correct full path of my home folder
sorry for occuping your time
k
Ah no worries I was suspecting something like that 😄
Happy to help!