-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webUIUpload/upload.feature:22
failed on recent nightly build
#6741
Comments
Sometimes PUT request fails: {
method: 'PUT',
requestData: {
lastModified: 1649745623076,
lastModifiedDate: '2022-04-12T06:40:23.076Z',
name: 'lorem.txt',
progress: 100,
size: 699,
type: 'text/plain',
webkitRelativePath: 'CUSTOM/lorem.txt'
},
responseData: '',
responseHeaders: 'access-control-allow-credentials: true\r\n' +
'access-control-allow-origin: *\r\n' +
'access-control-expose-headers: Location\r\n' +
'content-length: 0\r\n' +
"content-security-policy: default-src 'none';\r\n" +
'date: Tue, 12 Apr 2022 06:40:23 GMT\r\n' +
'vary: Origin\r\n' +
'x-content-type-options: nosniff\r\n' +
'x-download-options: noopen\r\n' +
'x-frame-options: SAMEORIGIN\r\n' +
'x-permitted-cross-domain-policies: none\r\n' +
'x-robots-tag: none\r\n' +
'x-xss-protection: 1; mode=block\r\n',
status: 'error',
statusCode: 404,
url: 'https://host.docker.internal:9200/remote.php/dav/files/Alice/CUSTOM/lorem.txt'
} |
oCIS server log: {
"level":"error",
"service":"storage",
"pkg":"rgrpc",
"traceid":"00000000000000000000000000000000",
"error":"remove /var/lib/ocis/storage/users/spacetypes/personal/3e7b3241-73f8-4924-a77a-04fcf3d9eb7c.flock: no such file or directory",
"node":"marshaling error: json: unsupported value: encountered a cycle via *node.Node",
"time":"2022-04-12T07:09:05Z",
"message":"could not convert to storage space"
} |
This was referenced Apr 26, 2022
will be tracked in #6796 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
webUIUpload/upload.feature:22
has failed on this nightly build:suspicious ocis logs https://drone.owncloud.com/owncloud/web/24491/64/10
The text was updated successfully, but these errors were encountered: