-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Receiving Error for book 'None" #121
Comments
I can remember your answer here. The library output missing important values for titles and other. Maybe these issues are the same?! |
Yes, I think you are onto something. I just ran the library export function 5 times, and it only worked correctly twice. So this issue must have to be with large libraries. I guess a feature request would be do ignore the chapter files as it quickly fills up a folder with garbage. There seems to be two versions of the chapters.json file. Out of 6 chapers.json files, 3 were blank, then the others were like: VERSION 1
VERSION 2
VERSION 3
The blank ones are easy to filter out, VERSION 1 seems like it would be easy to detect. I'm not sure if anything from VERSION 2 or 3 has anything other than name None? |
Can you explain me the chapter file thing with other words? I does not know what you mean. If you could do me a favor? Please test the library export command after some cooldown hours again. If you run into the same error again, this should be not a rate limit issue. |
The Chapter file that gets downloaded is what I mean:
I believe at this point it has nothing to do with cooldown period. I think it is when the library is too big - I seem to be able to avoid by setting the start/end days |
I've an idea. How much items you have in your library and what is your bunch size option? FYI: There is a limit on Amazon/Audible with pagination when fetching the library. As far as I know only 40 pages can be fetched. If you set a bunch size of 200 this would be a maximum of 8000 items. After reaching this limit the server has an unexpected behave. |
@johnlescault If you have more than 10k, I can write a workaround and maybe you can test these out? |
So sorry for not getting back to you earlier. It does seem like it has to do with a large file quantity as the issue. |
Can you try out this branch? This will reduce the number of pages, if the book limit of 10,000 is reached. If this works and don’t give |
Once again, thanks for everything you do!
|
The issue for this is, that the purchase date is None. Can you try the export command and verify, that there is a purchase date?! |
Luckily I had just exported last night (rename to tsv) |
Thank you. Can you try it again with my new code please?! |
Sure - unfortunately I had a script running over night deleting some books, I'm still above 10k though. It seems to be missing quite a bit of info in the tsv export
|
None of you books in the library has a title, subtitle, etc. That’s really strange. Have to figure out why. It seams, this is not a book limit issue. I'll change the code now. Please be patience. |
Can you test out the library export with this branch. This will count all |
It does seem like the no title issue occurs when I get the whole library and not just parts using the start/end date option I ran the new export, I stopped it as it seemed to be giving the same results over and over:
|
I ran it fully, just in case:
|
I should of also updated the file, it seems like it did add titles even though I got those errors (at least the last time I ran it, I didn't check the first time - it does seem slightly random) |
The last command should work. There are no None titles. I‘ve add a commit to the branch. Can you try it out again 3 times and report if there are None tiles or missing response groups. |
Here are missing response groups in the response. That’s why there are no titles, etc. |
FYI: |
Sorry to keep bugging you - this one is a first error so figured I'd post it.
I'm currently at what we believe is the 'daily' limit. I got the standard errors (including the html one) for unreleased. Then I got the following using:
Not only did it start looking for book 'None' but it also created chapers using the asin as filename.
Full disclosure: These errors could be that my account has been blocked from downloading (or atleast partially) as I have sync'ed almost the whole Audible Plus (aycl) canadian library.
I did keep the whole output until I cancelled it just incase you wanted it - but I don't think I see anything that would help.
The text was updated successfully, but these errors were encountered: