Skip to content
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

thread 'main' panicked at 'overflow when subtracting durations' #323

Open
dokutan opened this issue May 18, 2023 · 1 comment
Open

thread 'main' panicked at 'overflow when subtracting durations' #323

dokutan opened this issue May 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@dokutan
Copy link

dokutan commented May 18, 2023

When trying to export files immediately after logging in, the following error occurs:

thread 'main' panicked at 'overflow when subtracting durations', library/core/src/time.rs:936:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

This can be reproduced by running:

dsc login --password "..." && dsc export --target target

As a workaround i added a small sleep:

dsc login --password "..." && sleep 0.5 && dsc export --target target
@eikek
Copy link
Member

eikek commented May 19, 2023

Thank you for reporting!

@eikek eikek added the bug Something isn't working label May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants