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

Cannot add a Sharepoint Shared Library with spaces in its name #163

Open AcidWindsurf opened 5 months ago

AcidWindsurf commented 5 months ago

Describe the bug When trying to add a Shared Library with spaces in its name, for example "Some Shared Library", clicking in "Create Profile" does nothing, only option working is "Cancel". No warning or errors showing.

To Reproduce Steps to reproduce the behavior:

Expected behavior After following those steps, "Next" button becomes available and clicking on it creates a profile, which can be later customized.

Screenshots imagen

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

2024-04-09 14:14:56,956 [OneDriveGUI.py:2100][fn=read_stdout][INFO] - [UTN] Sync with OneDrive is complete 2024-04-09 14:15:36,149 [OneDriveGUI.py:1143][fn=stop_unsaved_changes_timer][DEBUG] - [GUI] Stopping timer for unsaved changes checker 2024-04-09 14:15:36,149 [OneDriveGUI.py:448][fn=create_library_profile][INFO] - [GUI] Available Libraries: {'Class Materials': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'Documentos': 'zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz'}

(real IDs hidden for privacy)

System Info

OneDriveGUI info How did you install OneDriveGUI?: AppImage What is the name of the AppImage file (if applicable)? : OneDriveGUI-1.0.3-x86_64.AppImage

Additional context Add any other context about the problem here.

bpozdena commented 5 months ago

Hi @AcidWindsurf ,

thanks for the report. This issue is already fixed in the v1.1 releases.

Could you please test OneDriveGUI v1.1.0rc1 ?

Just note that this version is only compatible with the latest OneDrive Client Version v2.5.0-rc1, which you will need to manually compile.

NOTE: OneDrive Client Version v2.5.0-rc1 does not allow listing of shared libraries while sync is running. You will need to temporarily stop the sync while adding the Shared Library.

abraunegg commented 5 months ago

@bpozdena

NOTE: OneDrive Client Version v2.5.0-rc1 does not allow listing of shared libraries while sync is running. You will need to temporarily stop the sync while adding the Shared Library.

FYI - that issue was fixed via https://github.com/abraunegg/onedrive/pull/2661/commits/68d6921a11244113600552d03e72a01ac2dbbc71 3 weeks ago ..