Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: lnasonHi JP - I tried a test using your code above on a handful of files and didn't see any issues with it.
When you say that you tried to unzip the files manually one by one, can you clarify the "manual" part a little? For example, were you using the unzip node to to unzip the files one by one?....or do you mean that you were using the Windows unzip utility (or something similar) to to unzip the files?
Another question, does the error occur on the same files each time you try to run the unzip node? or does it seem to be more random in nature?
It's hard to make any educated guess about what's going on based on the error message you included, so any other supporting information you can think of would be helpful in assisting you.
Finally, one additional tip/request for this issue and other issues you post about in the future. Instead of posting the python code as you have above (which is good)...it's even more helpful if you include everything about the node by saving the node as a "brn" file. You can do this by following the steps below:
1. Select the node in BRE and copy it (Edit->Copy or Ctrl+C)
2. Paste the node into a text editor like Notepad
3. Save the Notepad file with a ".brn" extension, such as PythonTest.brn (Also select "All Files" in the Save as Type picklist)
4. Upload this file to the forum thread.
You'll notice that you can take a ".brn" file and drag it from your desktop into the BRE canvas and the node will be added to the canvas. Posting the brn makes it easier for us to take a look at what you have configured. In some cases, the error might be caused by something you have configured elsewhere in the node (besides the python code itself).
Cheers,
Luke