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

Trying to open an EPUB from a collection fails #1718

Closed
5 tasks done
KarolS opened this issue Sep 30, 2024 · 2 comments
Closed
5 tasks done

Trying to open an EPUB from a collection fails #1718

KarolS opened this issue Sep 30, 2024 · 2 comments
Labels
bug Something isn't working released

Comments

@KarolS
Copy link

KarolS commented Sep 30, 2024

Steps to reproduce

  1. Have a library containing oneshots in EPUB format
  2. Create a collection containing one of those EPUBs
  3. Navigate to the collection
  4. Navigate to the book inside the collection
  5. Try reading the book (by clicking either of the READ buttons)
    The URL looks like this: http://localhost:25600/book/0HE82G5HZK5RV/read-epub?context=COLLECTION&contextId=0HE96QSRZK9JZ

Expected behavior

The book opens and can be read.

Actual behavior

Uncaught (in promise) Error: An error occurred while trying to retrieve readList: 404 NOT_FOUND
    getOneReadList komga-readlists.service.ts:49
    setup EpubReader.vue:415
    mounted EpubReader.vue:148
    VueJS 18
    init vue-router.esm.js:3005
    init vue-router.esm.js:3004
    updateRoute vue-router.esm.js:2414
    transitionTo vue-router.esm.js:2263
    confirmTransition vue-router.esm.js:2402
    t vue-router.esm.js:2084
    t vue-router.esm.js:2091
    Ge vue-router.esm.js:2095
    confirmTransition vue-router.esm.js:2397
    t vue-router.esm.js:2084
    t vue-router.esm.js:2088
    c vue-router.esm.js:2384
    Ue vue-router.esm.js:2162
    c vue-router.esm.js:2362
    t vue-router.esm.js:2087
    t vue-router.esm.js:2091
    t vue-router.esm.js:2088
    c vue-router.esm.js:2384
    88691 router.ts:312
    c vue-router.esm.js:2362
    t vue-router.esm.js:2087
    t vue-router.esm.js:2091
    t vue-router.esm.js:2091

Logs

No response

Komga version

v1.14.0-master

Operating system

Windows 10

Installation method

from download.komga.org

Other details

  • Opening the same EPUB from the BROWSE tab works fine.
  • Manually removing contextId from the URL allows reading the book.

Acknowledgements

  • I have searched the existing issues (open AND closed) and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I have checked the FAQ.
  • I have updated the app to the latest version.
  • I will fill out all of the requested information in this form.
@KarolS KarolS added the triage label Sep 30, 2024
@gotson gotson added bug Something isn't working and removed triage labels Oct 2, 2024
@gotson
Copy link
Owner

gotson commented Oct 2, 2024

thanks, it was fixed for the Divina reader but not the Epub reader.

Copy link
Contributor

🎉 This issue has been resolved in 1.14.1 (Release Notes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

2 participants