Giter VIP home page Giter VIP logo

Comments (7)

masteoo avatar masteoo commented on July 20, 2024 1

Try running it without -c. That's only necessary if you provide a cookie file.

@jo1gi hello, thanks for the hint, it works but now I am stuck here:(
Don't know why, I have also downloaded my audiobook in offline library.
Don't know if it's normal that I don't see the password typed.
Thanks a lot and sorry for my ignorance.

from audiobook-dl.

jo1gi avatar jo1gi commented on July 20, 2024

Try running it without -c. That's only necessary if you provide a cookie file.

from audiobook-dl.

akirataguchi115 avatar akirataguchi115 commented on July 20, 2024

This is most likely normal that the password is not shown. To double-check: have you added the book in your bookshelf?

from audiobook-dl.

masteoo avatar masteoo commented on July 20, 2024

This is most likely normal that the password is not shown. To double-check: have you added the book in your bookshelf?

@akirataguchi115 hello, thank you. Yes, I am listening to it in my app. Please note that it's not possible to listen to audiobooks directly in Storytel website but only in the app. On the website now it is only possible to see library but not to listen to it. Thanks again

from audiobook-dl.

akirataguchi115 avatar akirataguchi115 commented on July 20, 2024

Could you show a screenshot of the book added to your bookshelf in the app? Also Could you try to do this inside the clone and not Downloads folder?

from audiobook-dl.

akirataguchi115 avatar akirataguchi115 commented on July 20, 2024

That line tells that the program cannot find the book from your bookshelf. Could you try with a wrong username, re-check password and change a book if that would change the error message?

def find_book_info(bookshelf, book_id: str):
"""
Find book matching book_id in user bookshelf
:param bookshelf: Users current listening boooks
:param book_id: Id of book to download
:returns: Book information
"""
bookshelf = bookshelf.json()
for book in bookshelf["books"]:
if book["book"]["consumableId"] == book_id:
return book
raise MissingBookAccess

from audiobook-dl.

masteoo avatar masteoo commented on July 20, 2024

Solved, thanks to All for the support. I just wrote the url in a wrong way,
https://www.storytel.com/se/sv/books/shantaram-1404854?appRedirect=true
instead of
https://www.storytel.com/se/sv/books/shantaram-1404854

from audiobook-dl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.