-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artifact unpacking issue #1068
Comments
@DT540821 can you send a screenshot of the error from the process log so we can know the line and file it's erroring from? |
Hello @DT540821, Thank you for spotting this issue. But to be able to try to fix it, I need some more details. With elements you provided, I suspect something related to the extraction of timestamps from search_files.py module.. |
Hi guys, thanks for pointing me in the right direction. Essentially all we need to do is assign some empty variables ahead of time to this function. Probably needs to get fixed or you lose the modification time as well. |
Thank you very much @DT540821 . You're right. There was an issue in the This was fixed. |
Hello
Writing a module, some files have been failing to be unpacked from the extractions with this error.
"Could not write file to filesystem, path was *** data cannot access local variable 'creation_time' where it is not associated with a value.
The files that have failed indeed do not have timestamps within the extractions.
Unsure if this is by design or a bug. Any work around to be able to parse these with __artifacts__v2?
No exceptions are raised, so no line or file showing. I assume it will be from the unzipping trying to preserve original timestamps.
The text was updated successfully, but these errors were encountered: