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
Read/Write Files from Disk node fails to return data if the filename (or directory/folder name) contains both "(" and ")".
Only affects Read part.
Write part works ok.
Read will work if only ) is present.
Read will work if only ( is present.
Read will not work if both ( and ) are present, either in Filename or Directory Name.
To Reproduce
Create two files locally - "test1.txt" ; "test(1).txt"
Create a Read/Write Files from Disk node (Operation: "Read File(s) From Disk")
test1.txt returns 'data'; test(1).txt doesn't:
Without ( and ):
With ( and ) in filename:
With ( and ) in foldername:
Expected behavior
Read should work with files and folder containing ( and ).
Operating System
MacOS - Sonoma 14.6.1
n8n Version
1.66.0
Node.js Version
v20.18.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
tautv
changed the title
No 'data' in Read/Write Files from Disk
No binary data returned in Read/Write Files from Disk
Nov 8, 2024
Bug Description
Read/Write Files from Disk node fails to return data if the filename (or directory/folder name) contains both "(" and ")".
Only affects Read part.
Write part works ok.
Read will work if only ) is present.
Read will work if only ( is present.
Read will not work if both ( and ) are present, either in Filename or Directory Name.
To Reproduce
Without ( and ):
With ( and ) in filename:
With ( and ) in foldername:
Expected behavior
Read should work with files and folder containing ( and ).
Operating System
MacOS - Sonoma 14.6.1
n8n Version
1.66.0
Node.js Version
v20.18.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: