epubjs-rn icon indicating copy to clipboard operation
epubjs-rn copied to clipboard

Undefined is not an object (evaluating 'this.createBlob')

Open Leafeanking opened this issue 7 years ago • 2 comments

I wish there was just a forum or something to chat about issues since this is probably a one off thing with config of my server but I don't know. I'm having a strange issue when I try to get Epub files from my heroku app. I've tried two .epub's so far. The first says Error: Message length must be 8 and the second is as in the title here `undefined is not an object (evaluating 'this.createBlob'). If anyone has run into this and could shed some light that would be great.

Leafeanking avatar Mar 29 '17 22:03 Leafeanking

[UPDATE] You have to use streamer like in the sample app. Do not provide the url directly to the Epub src.

valinaga avatar Apr 23 '17 05:04 valinaga

I am getting similar error: I get this error even if I do not use Epubjs-rn but only import it.

Initially I got error of Ambiguous resolution I resolved it by deleting react-native from epubjs-rn directory. and now it is showing this error.

rushiraj111 avatar Oct 25 '17 08:10 rushiraj111