-
Notifications
You must be signed in to change notification settings - Fork 8
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
Extraction can not complete (stuck on Ready Player One) #66
Comments
Looking at the log, I'm pretty sure I happened to fix this yesterday (sunday) in the v.0.2.7 draft (975656e). I'm not sure but I think something changed in Audible somewhat recently that caused this issue. In general this upcoming version has better error handling in the extraction process. I waited until fixing a few obvious bugs to reply to you. Would you mind trying the newest draft? It may have it's own set of bugs though. My to-do list doesn't have any major bugs, but even today I added like 7 new ones, so there's that, but it is fairly stable. The installation instructions are the same as for the dev releases, except you can download the current draft here ⬇️. You should be able to download it by clicking the filename and then the download button on the right. And disable any current installs of the extension.
|
I realized that I forgot to add a fail safe in that fix... Which would basically check if the cover image exists and then try to fetch the url from it using that
|
So while I think it was already fixed in that prior commit, I've now (6555d23) improved it so it should never stop the extraction process by accident. Of course, that doesn't mean something else won't.
@CatHerderCam, I've also updated the dist-zip. I'd like you to try it to see if that fixes the issue. |
Can do, I've been at several conferences the past week, but as soon as I get a few I will test it. |
Looks like it works in this build, also it is blazing fast, great optimisation job. |
Great! I'm going to close this post, but you can still comment to it if needed. Since this is essentially a beta version that I had you install, you should know that there's now data import & export, so when the stable release comes out, you can import your data without having to do a full extraction... and I don't think I'll be changing anything in the data structure that would require a full extraction going from the Also, starting from this version you can right-click on any page to open a context menu that lets you jump straight to the gallery or to your audible library. As an extra thing, I thought I'd also tell you about the wallpaper creator, which you can find by navigating to any page in the gallery with books and click the icon at the top right corner of the navigation bar:
|
bug for Audible Library Extractor v0.2.6 public release.
Over the past few weeks, I have not been able to finish an extraction. It seams that it is hanging on "fetching additional data from store pages..." explicetly on Ready Player One. Looking at the console the only things I see is the errors listed below, and they seem to happen on every call, not just this one book.
Image of the screen when it hangs up:
And the only other notice I see is
launch-3111109c87da.min.js:29 🚀 _satellite.notify is deprecated. Please use the `_satellite.logger` API.
But this seems to be a Audible SEO issue not one with the plug in.
My thoughts are that it is the video on that page that might be causing the issue, but I am unsure on exactly how the extrntion operates to say that for sure that the video is the issue.
Link to page as per Curl
https://www.audible.com/pd/Ready-Player-One-Audiobook/B005FRGT44
Things atempted to resolve issue on my side
Atached is the console log from chrome of one atempted run.
www.audible.com-1634580026467.log
Please let me know if you need me to run anything to get you more info if you are not able to repoduce it.
The text was updated successfully, but these errors were encountered: