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

OverflowError: argument 1 overflowed: value must be in the range -2147483648 to 2147483647 #1543

Closed
sentry-io bot opened this issue Oct 27, 2020 · 0 comments · Fixed by #1550
Closed
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Oct 27, 2020

Sentry Issue: PARSEC-QT7

OverflowError: argument 1 overflowed: value must be in the range -2147483648 to 2147483647
  File "parsec/core/gui/files_widget.py", line 629, in on_files_dropped
    self.import_all(files, total_size)
  File "parsec/core/gui/files_widget.py", line 529, in import_all
    wl = LoadingWidget(total_size=total_size + len(files))
  File "parsec/core/gui/loading_widget.py", line 15, in __init__
    self.progress_bar.setMaximum(total_size)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant