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
Hi, I have using bibi epub reader for a while, and I noticed that there are a few epub that I have can't be loaded with bibi for some reason, And all have the same error.
"Cannot read properties of undefined (reading 'style')"
`Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'style')
at Object.setStyle (bibi.js:11:6983)
at g.style (bibi.js:11:8276)
at Object.renderReflowableItem (bibi.js:11:77082)
at bibi.js:11:76687
at new Promise (<anonymous>)
at Object.layOutItem (bibi.js:11:76611)
at Object.layOutSpreadAndItsItems (bibi.js:11:73287)
at bibi.js:11:44260`
Since the javascript has been made to be just one line, I am having problem understanding what causes this issue. My best guess is that bibi fails to read the style (css?) file of the epub, and just stopped. Are there any ways for me to make so that if bibi encounters a style issue, it just loads a default stylesheet instead?
Thank you
The text was updated successfully, but these errors were encountered:
Hi, I have using bibi epub reader for a while, and I noticed that there are a few epub that I have can't be loaded with bibi for some reason, And all have the same error.
"Cannot read properties of undefined (reading 'style')"
`Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'style')
Since the javascript has been made to be just one line, I am having problem understanding what causes this issue. My best guess is that bibi fails to read the style (css?) file of the epub, and just stopped. Are there any ways for me to make so that if bibi encounters a style issue, it just loads a default stylesheet instead?
Thank you
The text was updated successfully, but these errors were encountered: