Closed wkloucek closed 1 year ago
The ownCloudSQL storage driver is returning a different reference then other drivers. This makes the cs3orgh/wopiserver fail when opening a file.
Steps to reproduce the behavior:
The office document opens fine
The office document does not open
{"module": "cs3iface", "msg": "Invoked stat", "fileref": "1931576", "inode": "1284d238-aa92-42ce-bdc4-0b0000009157-MTkzMTU3Ng==", "filepath": "/Hello.ods", "elapsedTimems": "5.5"} {"module": "cs3iface", "msg": "Failed stat", "fileref": "/Hello.ods", "reason": "stat:owncloudsql: error resolving reference: strconv.Atoi: parsing '/Hello.ods': invalid syntax"} {"module": "wopi", "msg": "Requested file not found", "filename": "/Hello.ods", "token": "ALKAeST3BTiWQ34OKqNI", "error": "stat:owncloudsql: error resolving reference: strconv.Atoi: parsing \"/Hello.ods\": invalid syntax"}
closing because currently not a focus item
Describe the bug
The ownCloudSQL storage driver is returning a different reference then other drivers. This makes the cs3orgh/wopiserver fail when opening a file.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
The office document opens fine
Actual behavior
The office document does not open