-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: NoFixVersionApplicable
-
Fix Version/s: 5.2.2
-
Component/s: OS Integration
-
Release Notes Summary:Improved handling of files with no associated application in Direct Edit
-
Release Notes Description:
-
Epic Link:
-
Tags:
-
Team:DRIVE
-
Sprint:nxDrive 11.2.22
-
Story Points:1
Issue
OSError: [WinError 1155] Aucune application n’est associée au fichier spécifié pour cette opération: 'C:/Users/USER/AppData/Roaming/ndrive/edit/4e99b1b7-e5d0-458d-9063-128d0079aa73_file-content/eee.ico' File "nxdrive\manager.py", line 447, in open_local_file File "nxdrive\osi\windows\windows.py", line 136, in open_local_file [OS] Failed to find an editor for WindowsPath('C:/Users/USER/AppData/Roaming/ndrive/edit/4e99b1b7-e5d0-458d-9063-128d0079aa73_file-content/eee.ico')
Analysis
This happens when one tries to open, let's say, a PowerPoint file without having a software to open it (Microsoft Office, LibreOffice, ... ).
Here is the "doc" for the error.
Fix
A simple and proper dialog box should be prompted to the user:
There is currently no associated software to open the file %1.
Please install an appropriate software and retry.
- Is referenced in