-
Notifications
You must be signed in to change notification settings - Fork 137
Issue while open json file #706
Copy link
Copy link
Open
Description
We are trying to open json file same as lcpl file but we get an error "An error occurred while attempting to decode the content. "
file:///data/user/0/com.samawy.readerapp/files/manifest_1007319.json
val url = File(book.href.toSafetyString()).toUrl()
assetRetriever.retrieve(url).getOrElse {
return Try.failure(
OpeningError.PublicationError(
com.samawy.readerapp.readium.testapp.domain.PublicationError(it)
)
)
}
readium_version = '3.0.3'
json File
error image :
FYI : The book is not LCP-protected. but you need pass ( Signature , App-Check , Authorization )
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels