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 believe this is Python IO error and not permission error.
When i submit sample for analysis i got this error.
ERROR: Analysis failed: The package "modules.packages.exe" start function encountered an unhandled exception: [Errno 22] invalid mode ('w') or filename: 'C:\3596.ini'
Something is wrong with python code of cuckoo. why There are 4 slashes before the name of .ini file ... Is it the issue of calling function ???
Hi All,
I believe this is Python IO error and not permission error.
When i submit sample for analysis i got this error.
ERROR: Analysis failed: The package "modules.packages.exe" start function encountered an unhandled exception: [Errno 22] invalid mode ('w') or filename: 'C:\3596.ini'
Something is wrong with python code of cuckoo. why There are 4 slashes before the name of .ini file ... Is it the issue of calling function ???
Earlier i had permission denied issue which was solved with the help of http://www.thewindowsclub.com/you-dont-have-permission-to-save-in-this-location
Please help..
The text was updated successfully, but these errors were encountered: