GGyll / audible-bookmark-extractor

A tool allowing a user to download their audiobooks from Audible and transcribe the bookmarks into text, which can be exported to Notion and Excel (.csv)
41 stars 8 forks source link

"Killed" error when getting bookmarks #17

Closed agrohe21 closed 5 months ago

agrohe21 commented 9 months ago

Enter the index number of the book you would like to download, or enter --all for all available books: 15 Getting bookmarks for Impact Players Killed

agrohe21 commented 9 months ago

adding print statements into the file, it seems to be when loading the mp3 audio_book = AudioSegment.from_mp3( f"{os.getcwd()}/audiobooks/{title}/{title}.mp3")

          I do not see a configurable timeout setting.
GGyll commented 8 months ago

Interesting, how many bookmarks do you have?

agrohe21 commented 8 months ago
  1. I wrote some code that only read the mp3 for each bookmark one at a time. I can submit a PR if you are interested?

On Mon, Feb 19, 2024, 6:07 PM Gustaf @.***> wrote:

Interesting, how many bookmarks do you have?

— Reply to this email directly, view it on GitHub https://github.com/GGyll/audible-bookmark-extractor/issues/17#issuecomment-1953297542, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGDBYK6TBXJBTJUQCC5TUDYUPSNDAVCNFSM6AAAAABB535JHGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJTGI4TONJUGI . You are receiving this because you authored the thread.Message ID: @.***>

GGyll commented 8 months ago

Looks like you are running into memory issues. Yes please submit a PR

GGyll commented 5 months ago

Closed due to inactivity, unable to debug without further details