-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
open failed: ENOTDIR (Not a directory) when calling zeep.unzip #1
Comments
I figured out the difference. If I create the archive from windows explorer's Send To -> Compressed (zipped) folder context menu zeep will throw the exception above. Is this expected? |
I understand the issue. I'll run it through with a Window Explorer created zip |
Hi, Thnx. |
@GuillermoOdone also on android, correct? |
@carlsonad even I am facing the same issue....please respond if it is solved.. |
Fix unzip on windows (fixes issue #16)
HI, I am getting the following error when calling zeep.unzip in an android cordova application:
/data/user/0/com.testApp.test/cache/1.0.0.0/www/test/test.html: open failed: ENOTDIR (Not a directory)"
I've been able to use this on an emulator with no problem. However, when attempting to use it on a physical Samsung Galaxy Tab3 I get the above exception message.
Any idea, what would cause this or how to work around it?
The text was updated successfully, but these errors were encountered: