Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

find which file is causeing "could not load file in library" #273

Closed
keokitsune opened this issue Sep 24, 2018 · 3 comments
Closed

find which file is causeing "could not load file in library" #273

keokitsune opened this issue Sep 24, 2018 · 3 comments
Assignees

Comments

@keokitsune
Copy link

is it possible to add a list when the error comes up to say what files it cant load?

@johanneszab
Copy link
Owner

So you mean there is usually more than one blog failing that you need a list of blogs? It never happened to me, thus I've implemented it that stops at the first serialization exception.

@johanneszab
Copy link
Owner

Related to #253 #6.

@johanneszab johanneszab self-assigned this Sep 27, 2018
@johanneszab
Copy link
Owner

Hmm, I see.
I've implemented showing all failing blogs for loading the .tumblr* databases, but for the _files.tumblr* there is actually nothing that handles anything. I must have forgotten that during the splitting of the databases.

I'll postpone adding this to the weekend. I'll upload a new release with all the latest commits then as well.

johanneszab added a commit that referenced this issue Sep 28, 2018
- Correctly handles SerializationExceptions in the IFiles databases. Previously, the exception wasn't handled at all and would stuck the crawler.
- Displays a list of blogs that failed to deserialize at startup instead of stopping at the first blog.
- Continues to load and add all remaining successfully deserialized blogs to the manager.
johanneszab added a commit that referenced this issue Sep 28, 2018
- Correctly handles SerializationExceptions in the IFiles databases. Previously, the exception wasn't handled at all and would stuck the crawler.
- Displays a list of blogs that failed to deserialize at startup instead of stopping at the first blog.
- Continues to load and add all remaining successfully deserialized blogs to the manager.
johanneszab added a commit that referenced this issue Sep 28, 2018
- Correctly handles SerializationExceptions in the IFiles databases. Previously, the exception wasn't handled at all and would stuck the crawler.
- Displays a list of blogs that failed to deserialize at startup instead of stopping at the first blog.
- Continues to load and add all remaining successfully deserialized blogs to the manager.
johanneszab added a commit that referenced this issue Sep 28, 2018
- Correctly handles SerializationExceptions in the IFiles databases. Previously, the exception wasn't handled at all and would stuck the crawler.
- Displays a list of blogs that failed to deserialize at startup instead of stopping at the first blog.
- Continues to load and add all remaining successfully deserialized blogs to the manager.
johanneszab added a commit that referenced this issue Sep 28, 2018
- Correctly handles SerializationExceptions in the IFiles databases. Previously, the exception wasn't handled at all and would stuck the crawler.
- Displays a list of blogs that failed to deserialize at startup instead of stopping at the first blog.
- Continues to load and add all remaining successfully deserialized blogs to the manager.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants