Zip plugin error

Hi, 

Help, please, file the file in corona sdk. An error occurs and an empty text describing the error. Thank you.

Version 2018.3294

Source:

 local zipOptions = { zipFile = "new.zip", zipBaseDir = system.ResourceDirectory, dstBaseDir = system.DocumentsDirectory, files = { "temp.db" }, listener = zipListener } zip.uncompress( zipOptions )  

Settings: 

 ["plugin.zip"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone = true , android = true , osx = true , win32 = true } },

Listner: 

 local function zipListener( event ) if ( event.isError ) then print( "Error!" ) print ( event["type"] ) common.print\_r ( event ) else print ( event["type"] ) --\> uncompress end end

Result: 

09:17:42.844 new.zip 09:17:43.523 Error! 09:17:43.523 uncompress 09:17:43.523 table: 061CF068 { 09:17:43.523 [type] =\> "uncompress" 09:17:43.523 [name] =\> "zip" 09:17:43.523 [errorMessage] =\> "" 09:17:43.523 [isError] =\> true 09:17:43.523 [response] =\> table: 061CF068 { 09:17:43.523 } 09:17:43.523 }

If you need to file a bug, look at the top of the page for the ‘report a bug link’

However, before you do that, make a tiny project demonstrating the problem, zip it up, and share it here by:

  1. Clicking ‘more reply options’ below.

  2. Attaching it to the post (see picture below).

You need to do this to file a bug, and it is better to first do it here so others can verify your work and give suggestions.

attaching_files.jpg

If you need to file a bug, look at the top of the page for the ‘report a bug link’

However, before you do that, make a tiny project demonstrating the problem, zip it up, and share it here by:

  1. Clicking ‘more reply options’ below.

  2. Attaching it to the post (see picture below).

You need to do this to file a bug, and it is better to first do it here so others can verify your work and give suggestions.

attaching_files.jpg