bpozdena / OneDriveGUI

A simple GUI for OneDrive Linux client, with multi-account support.
GNU General Public License v3.0
704 stars 33 forks source link

Unsupported OneDrive client! reported for v2.4.25 #162

Closed andyhardy closed 5 months ago

andyhardy commented 5 months ago

Describe the bug Installed latest version of onedrive and installed latest version of OneDriveGUI appimage.

Running OneDriveGUI reports that the version of onedrive is not compatible and needs upgrading.

Log 2024-04-06 19:14:12,538 [connectionpool.py:549][fn=_make_request][DEBUG] - https://api.github.com:443 "GET /repos/abraunegg/onedrive/releases/latest HTTP/1.1" 200 1244 2024-04-06 19:14:12,560 [OneDriveGUI.py:2424][fn=client_version_check][DEBUG] - [GUI] Client version check: {'latest_client_version': 'v2.4.25', 'installed_client_version': 'v2.4.25'} 2024-04-06 19:14:12,564 [OneDriveGUI.py:2498][fn=autostart_monitor][DEBUG] - [xxx@xxx] Compatible client version found: False

System Info

OneDriveGUI info How did you install OneDriveGUI?: (https://github.com/bpozdena/OneDriveGUI/releases What is the name of the AppImage file (if applicable)? : OneDriveGUI-1.1.0rc1-x86_64.AppImage

bpozdena commented 5 months ago

Glad to see all works as expected...

andyhardy commented 5 months ago

So... v2.4.25 is the latest version of onedrive but it's not supported by OneDriveGUI and the error message is to install the latest version of onedrive?

claudio-walser commented 4 months ago

I want to support @andyhardy, 2.4.25 is the current stable release and you don't support it. What is the intention of this? Pre-Releases aren't in official package repos as well, everybody would have to compile it from source.

claudio-walser commented 4 months ago

Additionally, you seem to support 2.4.15 as a minimum version, this seem not to work properly: https://github.com/bpozdena/OneDriveGUI/blob/main/src/OneDriveGUI.py#L164

FYI: it works well running the source directly from the main branch, the AppImage does not work as expected.

bpozdena commented 4 months ago

You are complaining about a pre-release version OneDriveGUI-1.1.0rc1. Please read the description of what you are downloading : https://github.com/bpozdena/OneDriveGUI/releases/tag/v1.1.0rc1

Use the standard release v1.0.3 AppImage with OneDrive client v2.4.X.

claudio-walser commented 4 months ago

Thank you, this works. I was not scrolling down enough in your releases, since i've seen alpha releases after the rc1 :see_no_evil: Thank you for clarification.