alexandercerutti / passkit-generator

The easiest way to generate custom Apple Wallet passes in Node.js
MIT License
893 stars 109 forks source link

PKZipArchiver: archive_read_next_header failed - Extra data overflow #181

Closed alexandercerutti closed 11 months ago

alexandercerutti commented 11 months ago
PKZipArchiver: archive_read_next_header failed - Extra data overflow: Need 28519 bytes but only found 0 bytes.

i am getting this error can any one help what is the issue in pkpass

Originally posted by @rahul2104 in https://github.com/alexandercerutti/passkit-generator/issues/82#issuecomment-1857782716 (comment have been deleted by the comment owner)

alexandercerutti commented 11 months ago

Hi @rahul2104, thanks for using passkit-generator!

I'm cannot be sure what could be the issue if you don't post your code. A common issue is about writing the pass to the File System and then reading it when sending it. It already happen but I wasn't able to replicate the issue. It may be an issue of PKZipArchiver or the filesystem you are reading from.

Let me know!