You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading system logs in Windows, the produced file gives repeated errors like "Error 0x80070057: The parameter is incorrect". I believe this is because the logfiles use : (colon) as a delimiter, which is disallowed on Windows.
Steps to reproduce
Download System Logs to Windows.
Right click on file and choose "Extract All"
Primary pain point(s)
No response
Additional context
No response
Prerequisites
I have checked to make sure that a similar request has not already been filed or fixed.
The text was updated successfully, but these errors were encountered:
Users who use a tool like 7-Zip or Bandizip probably won't see this error - these tools translate the filename to a legal windows filename, replacing : with _. But I would get rid of the separators anyway; they don't significantly enhance readability.
rotu
added a commit
to rotu/BlueOS
that referenced
this issue
Oct 18, 2024
1. Remove dividers - these are unnecessary and the colon causes problems (bluerobotics#2969)
2. Switch order from month,day,year to year,month,day. This ensures correct collation when sorted
1. Remove dividers - these are unnecessary and the colon causes problems (#2969)
2. Switch order from month,day,year to year,month,day. This ensures correct collation when sorted
Bug description
When downloading system logs in Windows, the produced file gives repeated errors like "Error 0x80070057: The parameter is incorrect". I believe this is because the logfiles use
:
(colon) as a delimiter, which is disallowed on Windows.Steps to reproduce
Primary pain point(s)
No response
Additional context
No response
Prerequisites
The text was updated successfully, but these errors were encountered: