-
-
Notifications
You must be signed in to change notification settings - Fork 870
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: std.uri.URIException@/usr/lib/ldc/x86_64-linux-gnu/include/d/std/uri.d(228): Expected two hexadecimal digits after '%' #2815
Comments
@emirvmendoza |
Happens every time I run "onedrive --confdir='/home/[REDACT]/.config/onedrive/accounts/[REDACT]' --monitor -v" Triggered when I installed the latest update to onedrive client Goes away when I apply the fix described here: bpozdena/OneDriveGUI#185 (comment) |
This issue was never seen in >12 months of testing, it could be unique to your environment. The reason for this is, the updated OpenSuSE package deployed today will help provide debug details for this:
Without this being correctly decoded / debuged in your environment, this issue cannot be investigated to be resolved. This needs action on your behalf. |
Please backout your 'fix' and trigger the issue again please ...... I need to understand the root cause. |
Backed out the "fix" and triggered issue again. Sent two logs to the email address indicated at https://github.com/abraunegg/onedrive/wiki/Generate-debug-log-for-support |
@emirvmendoza Please can you compile the following PR:
To build the PR, please follow the steps to prepare your system to build the client as detailed here: https://github.com/abraunegg/onedrive/blob/master/docs/install.md#building-from-source---high-level-requirements When building the client, please use the following:
To run the PR, you need to run the client from the PR build directory:
To install the PR, you will need to perform When running the PR, your version should be: When the client encounters files online that it cannot 'decode' the following error messages will be printed:
|
Thank you. OneDrive client works fine after compiling and running the PR using Terminal. Provided log to email. |
Thanks for confirmation - will merge this fix into 'master' |
Thank you again. Closing now. |
I am keeping this open for the moment. Unfortunately, if closed, and someone else has the same issue, they generally open another issue .... even though its resolved and closed ... case in-point 2810 and 2813 .... |
Just wanted to note that I'm having the same issue. Synchronization stops with |
@pililac Please build your client from source to get this particular fix |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Describe the bug
OneDrive client leads to a series of error messages after database vacuum is complete
From terminal:
Operating System Details
Linux [REDACTED] 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux Distributor ID: Linuxmint Description: Linux Mint 22 Release: 22 Codename: wilma
Client Installation Method
From 3rd Party Source (PPA, OpenSuSE Build Service etc)
OneDrive Account Type
Personal
What is your OneDrive Application Version
onedrive v2.5.0-1+np2+2.1
What is your OneDrive Application Configuration
What is your 'curl' version
Where is your 'sync_dir' located
Local
What are all your system 'mount points'
What are all your local file system partition types
How do you use 'onedrive'
OneDrive account shared across multiple systems / platforms / Operating Systems and in use at the same time
Steps to reproduce the behaviour
Type in terminal: "onedrive --confdir='/home/[REDACT]/.config/onedrive/accounts/[REDACT]' --monitor -v"
As suggested here: bpozdena/OneDriveGUI#185 (comment)
Complete Verbose Log Output
Screenshots
No response
Other Log Information or Details
No response
Additional context
Same issue as reported here, but on LMDE 6: bpozdena/OneDriveGUI#185
The text was updated successfully, but these errors were encountered: