joonaspaakko/audible-library-extractor

I just see a blank screen

Closed this issue · 4 comments

Hello. I love the idea of this tool. However, upon execution, I just see a blank screen. My repository and associated site are below:

https://github.com/michaelschwob/my-audible-library

https://michaelschwob.github.io/my-audible-library/

It's looking for some important files from a folder called data and it's missing entirely in your repository. It should be in the folder root after unpacking the zip file in the current version 0.2.8 (see the screenshot below).

So the question is... is it possible that the data folder got misplaced after you saved the zip file and unpacked it or was it never there? Some "program" error could've caused it to be excluded, but I'm hoping that's not the case as it will be difficult to debug.

If the data folder just doesn't exist in the zip, to speed things up, could you open audible, then the extractor, where you can export the raw data and send that to me. The file doesn't contain any sensitive data, but if it's easier, my GitHub profile has my email if you want to send it there. This file may help me debug why the data folder doesn't appear if it's related to the specific data that you have extracted with the extension.

image

Thanks for the quick reply. I see the issue. When I attempted to upload my data folder, I received an error that says "Yowza, that’s a lot of files. Try again with fewer than 100 files." Any tips on how I can upload the data folder altogether within having the upload all the files in batches?

My best guess is you tried to upload through the website, which has these limitations. The easiest way to get around it would be using Github desktop client.

Since you already have the repository made, you probably have to (should) use the desktop client to clone (download) the repository first then follow these update instructions.

If it makes things simpler, you could delete the current repository on the website and start all over with these github desktop client uploads instructions.

Okay, thank you for the suggestion!