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
constzip=newAdmZip(`file.osz`)//please rename attatched .zip to .oszconstnvZip=newAdmZip()constentries=zip.getEntries()for(constentryofentries){if(entry.entryName.includes(".avi")||entry.entryName.includes(".mp4")||entry.entryName.includes(".flv"))continue;console.log(entry.entryName)//<- watch how it get stuck at audio.mp3nvZip.addFile(entry.entryName,entry.getData())//<- out of range error at 2643799 bytes (2.5MB?)}console.log(nvZip.getEntryCount())//<- this never runsconstbuffer=awaitnvZip.toBufferPromise()
file.zip
The text was updated successfully, but these errors were encountered: