Cannot run/use OneDrive client on Ubuntu 22.04 after upgrade to 2.5.0 #2820
-
I was successfully using the OneDrive linux client to synchronize my personal OneDrive account files to my linux machine. The linux Ubuntu OneDrive client prompted me to upgrade. Clicking on the dialog link led to a missing page, see. I followed the installation instructions here. I may have missed something during the installation - but I tried to follow the instructions to the letter.
I see message: onedrive v2.5.0-1+np2+2.1 Creating files or folders on the OneDrive webpage after the upgrade, these do not appear on the linux machine running the client. When I run the following command: I get the following messages:
I notice under ~/.config/onedrive I see files: config and config_backup and directory accounts that contains When I rename the config file using: mv config config_xx Then run: The following messages are displayed:
Then run: The following messages are displayed:
If I rename config to config_yy, then run command: I get following messages:
Is there something I can fix in the config file to reconnect the OneDrive client to my personal OneDrive account? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@cliverlong-1961
What dialog link where? I know that there is an issue here (https://abraunegg.github.io/) as this requires GitHub actions to be setup to re-deploy the site, but were is this 'dialog link' ???
This is generally an issue if you have been using the OneDrive GUI - https://github.com/bpozdena/OneDriveGUI - have you installed / used this at all and have you upgraded your GUI to be compatible with onedrive v2.5.0? The v2.5.0 checks for invalid 'config' file entries, and the GUI, at one point in time created all entries with default values - and this one blank - which cannot be blank ... which leads to this error message. The way you resolve this is:
As per the documentation and the error message ... you must tell the client what you want to do .. you are missing those parameters. The error output is really clear on why you are getting this error message.
Please read the documentation first. Once you have done this, please run:
This will clean up your database and your |
Beta Was this translation helpful? Give feedback.
-
As a link to this issue - I think the majority of issues were due to an old version of the OneDriveGUI client trying to communicate with OneDrive client 2.5. 1. I deleted as much as the "old" material as possible, 2. performed a OneDrive client --sync --resync of 66GB of date which ran overnight (I had issues with my network link now resolved) and 3. launched correct OneDriveGUI client making corrections to the config file settings - all described here. Overall I think I had older versions of the two clients installed from Ubuntu repositories and the updated code mainly required a change to the Ubuntu startup of the OneDriveGUI client startup and the correct config file. I have provided the link and summary here if someone has a similar issues in future. |
Beta Was this translation helpful? Give feedback.
@cliverlong-1961
So lets start with the basics - please read the documentation:
What dialog link where?
I know that there is an issue here (https://abraunegg.github.io/) as this requires GitHub actions to be setup to re-deploy the site, but were is this 'dialog link' ???
This is generally an issue if you have been using the OneDrive GUI - https://github.com/b…