geesefs icon indicating copy to clipboard operation
geesefs copied to clipboard

[SerializationError] geesefs failed into stuck when s3 file's name with Se'$'\002''cretly

Open eric-epsilla opened this issue 3 months ago • 2 comments

filename is

'From Words to Numbers- Your Large Language Model Is Se'$'\002''cretly A Capable Regressor When Given In-Context Examples.pdf'
  • geesefs error log is
2024/04/14 17:22:48.412668 s3.DEBUG DEBUG: Unmarshal Response s3/ListObjects failed, attempt 3/3, error SerializationError: failed to decode REST XML response
	status code: 200, request id: 2RW99SXY3VE6Y12N
caused by: XML syntax error on line 2: illegal character code U+0002
2024/04/14 17:22:48.412774 s3.WARNING http=200 failed to decode REST XML response s3=SerializationError request=2RW99SXY3VE6Y12N

2024/04/14 17:22:48.412873 s3.WARNING Error listing objects with prefix= delimiter= start-after=From Words to Numbers- Your Large Language Model Is Secretly A Capable Regressor When Given In-Context Examples.pdf max-keys=0 (attempt 7): SerializationError: failed to decode REST XML response
	status code: 200, request id: 2RW99SXY3VE6Y12N
caused by: XML syntax error on line 2: illegal character code U+0002

  • reproduce it

you can just mount one s3 bucket to local folder and touch one file with this name,

geesefs -f -o allow_other --endpoint=https://s3.amazonaws.com --debug_s3 --debug_fuse --debug ${bucketname} /bucketname

cd /bucketname

touch 'From Words to Numbers- Your Large Language Model Is Se'$'\002''cretly A Capable Regressor When Given In-Context Examples.pdf'

then you will encounter

-----------------------------------------------------
2024/04/14 17:33:37.977050 s3.DEBUG DEBUG: Unmarshal Response s3/ListObjects failed, attempt 3/3, error SerializationError: failed to decode REST XML response
	status code: 200, request id: 3RYY7SS0MPDMJGEK
caused by: XML syntax error on line 2: illegal character code U+0002
2024/04/14 17:33:37.977072 s3.WARNING http=200 failed to decode REST XML response s3=SerializationError request=3RYY7SS0MPDMJGEK

2024/04/14 17:33:37.977083 s3.WARNING Error listing objects with prefix= delimiter= start-after=.git max-keys=0 (attempt 5): SerializationError: failed to decode REST XML response
	status code: 200, request id: 3RYY7SS0MPDMJGEK
caused by: XML syntax error on line 2: illegal character code U+0002

2024/04/14 17:33:37.977092 s3.WARNING http=200 failed to decode REST XML response s3=SerializationError request=3RYY7SS0MPDMJGEK

eric-epsilla avatar Apr 14 '24 17:04 eric-epsilla