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

[BUG] Crashes after a while when uploading large amount of files #208

Open
JochemKuipers opened this issue Nov 25, 2024 · 4 comments
Open
Assignees

Comments

@JochemKuipers
Copy link

JochemKuipers commented Nov 25, 2024

Describe the bug
I am uploading a very large amount of files (hundres of thousands tiny files) and after a while (15-30 min) the window stops responding and most of the times crashes after a while after that.
the sync progress is not stopped but the window not being usable after a while is annoying since when you interact with it while not responding it will try to force close and i also cant turn off my pc without force killing both the python3 and onedrive process

To Reproduce
Steps to reproduce the behavior:

  1. Open OneDriveGUI by ...
  2. Start sync
  3. Upload very large amount of files
    ...

Expected behavior
it should just upload all files without crashing

Screenshots
image

Log
If applicable, add relevant output from log file /tmp/onedrive-gui/onedrive-gui.log.

log is 300 mb at this point so too large to upload so here is a link to it
https://file.io/KzckMi6oujl8
...

System Info

  • Linux distribution: Cachyos Arch Linux 6.12.1-2-cachyos
  • Desktop environment: KDE Plasma 6.2.3
  • Compositor: Wayland
  • Python version: 3.12.7
  • Version of OneDrive client: 2.5.3

OneDriveGUI info
How did you install OneDriveGUI?: AUR
What is the name of the AppImage file (if applicable)? : [e.g. OneDriveGUI-1.1.0-x86_64.AppImage ]

@bpozdena
Copy link
Owner

Can you please share how many files are in your sync dir? Also how many new files do you need to sync on daily bases?

@JochemKuipers
Copy link
Author

JochemKuipers commented Nov 25, 2024 via email

@bpozdena
Copy link
Owner

Ok, I never tested it past the recommended maximum of 300.000 .

The GUI probably becomes unresponsive when the number of items in the list is too huge. I never had a reason to limit this, but it looks like I will have to.

I'm not sure when I'll get time for new GUI release. For now I'd recommend you to complete the full sync using the CLI, or just keep the GUI hidden. Once all is in sync, you should not hit this issue on daily bases anymore.

@JochemKuipers
Copy link
Author

JochemKuipers commented Nov 25, 2024 via email

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

No branches or pull requests

2 participants