Skip to content
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

ERR_READ in Firefox/Safari, but not Chrome/IE10? #55

Closed
twchapman opened this issue Jun 3, 2013 · 2 comments
Closed

ERR_READ in Firefox/Safari, but not Chrome/IE10? #55

twchapman opened this issue Jun 3, 2013 · 2 comments

Comments

@twchapman
Copy link

So, I don't know if this is just me not knowing what I'm doing or if you even have interest in maintaining this project anymore, but I've recently been working on something where your library has come very much in handy - super props for that.

However, I ran into an odd issue - I've started testing in other browsers than Chrome, and IE10 works flawlessly - unfortunately, Safari and Firefox seem to silently fail when I try to read a zipped blob file. I can provide more information if needed, but I'm wondering if I'm the only person experiencing this.

@gildas-lormeau
Copy link
Owner

Hi,

Thanks for filling the issue

I'm really sorry but I can't work on zip.js issues currently. I hope I'll find some free time in one week or two... Anyway, you can provide more data about this issue because as far as I know, demos work fine in Firefox. I can't test them on the latest Safari version because I don't have a Mac but they sould work correctly too.

@twchapman
Copy link
Author

Basing my code heavily off of your examples, given that I'm very
inexperienced with binary junk, I ended up with this function:

entry.getData(new zip.TextWriter(), function(text) { /* Do stuff with data
here */ })

However, the TextWriter appears to error out when trying to read (I tried
to debug the problem to see if it was my code, but it ended up going
through terminate() with the read error).

Obviously I don't expect you to drop everything and help me out, but I
appreciate your consideration :P If you wanna know anything else, feel free
to ask; I'll be able to answer anything during the day, probably.

On Mon, Jun 3, 2013 at 3:52 PM, gildas-lormeau notifications@github.comwrote:

Hi,

Thanks for filling the issue

I'm really sorry but I can't work on zip.js issues currently. I hope I'll
find some free time in one week or two... Anyway, you can provide more data
about this issue because as far as I know, demos work fine in Firefox. I
can't test them on the latest Safari version because I don't have a Mac but
they sould work correctly too.


Reply to this email directly or view it on GitHubhttps://github.com//issues/55#issuecomment-18866394
.

Travis Chapman
http://twchapman.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants