Skip to content

no data stored in bookshelves_ebooks_dict.pkl and bookshelves_categories_dict.pkl after successful running #45

@kaapivalli

Description

@kaapivalli

Hi, ran the program successfully and got 'rdf-files.tar.bz2' and 'metadata.csv' files created. They both have the data as they should respectively. But the two pickled files although got created, are empty when read. I tried:

ebookInfo = pickle.load(open("./metadata/bookshelves_ebooks_dict.pkl", "rb"))
print(ebookInfo)

and it produced {} empty dict as output. Kindly look into the matter and resolve it asap. Kindly tell me where I went wrong if I did.
I ran the program as mentioned in the read.md file and didn't add/remove any part of the coding. Thank you in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions