We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ValueError: There is no existing handler with id 0
ArchivingOrchestrator.run() is not idempotent, so sequential programmatic calls raise exceptions.
ArchivingOrchestrator.run()
Known case:
auto-archiver/src/auto_archiver/core/orchestrator.py
Line 239 in 6d43bc7
will throw ValueError: There is no existing handler with id 0
if the auto-archiver is executed > 1 times in the same programatic setup.
The text was updated successfully, but these errors were encountered:
Fix issue #200
e5677e8
eb60b27
Merge pull request #210 from bellingcat/logger_fix
5211c5d
Fix issue #200 + Refactor _LAZY_LOADED_MODULES
Fixed by #210
Sorry, something went wrong.
No branches or pull requests
ArchivingOrchestrator.run()
is not idempotent, so sequential programmatic calls raise exceptions.Known case:
auto-archiver/src/auto_archiver/core/orchestrator.py
Line 239 in 6d43bc7
will throw
ValueError: There is no existing handler with id 0
if the auto-archiver is executed > 1 times in the same programatic setup.
The text was updated successfully, but these errors were encountered: