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
{{ message }}
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
A user is reporting that he's unable to access some of its folders.
Having a look at the logs, there are a lot of error 500 when trying to get the thumbnails.
Here are the logs:
/usr/local/cozy/apps/files/build/server/controllers/files.js:488
stream.resume();
^
TypeError: stream.resume is not a function
at LaterStream.callback (/usr/local/cozy/apps/files/build/server/controllers/files.js:488:14)
at LaterStream.module.exports.LaterStream._onStreamingDone (/usr/local/cozy/apps/files/node_modules/cozydb/lib/utils/later_stream.js:42:21)
at LaterStream._onStreamingDone (/usr/local/cozy/apps/files/node_modules/cozydb/lib/utils/later_stream.js:4:61)
at /usr/local/cozy/apps/files/node_modules/cozydb/lib/utils/later_stream.js:75:26
at IncomingMessage.<anonymous> (/usr/local/cozy/apps/files/node_modules/cozydb/lib/utils/later_stream.js:19:41)
at emitNone (events.js:72:20)
at IncomingMessage.emit (events.js:166:7)
at endReadableNT (_stream_readable.js:921:12)
at nextTickCallbackWith2Args (node.js:442:9)
and
/usr/local/cozy/apps/files/build/server/controllers/files.js:521
stream.resume();
^
TypeError: stream.resume is not a function
at LaterStream.callback (/usr/local/cozy/apps/files/build/server/controllers/files.js:521:14)
at LaterStream.module.exports.LaterStream._onStreamingDone (/usr/local/cozy/apps/files/node_modules/cozydb/lib/utils/later_stream.js:42:21)
at LaterStream._onStreamingDone (/usr/local/cozy/apps/files/node_modules/cozydb/lib/utils/later_stream.js:4:61)
at /usr/local/cozy/apps/files/node_modules/cozydb/lib/utils/later_stream.js:75:26
at IncomingMessage.<anonymous> (/usr/local/cozy/apps/files/node_modules/cozydb/lib/utils/later_stream.js:19:41)
at emitNone (events.js:72:20)
at IncomingMessage.emit (events.js:166:7)
at endReadableNT (_stream_readable.js:921:12)
stream is a LaterStream that has no resume method, only pipe and abort.
The error returned by getBinary is Error code 404 - {"error":"Not Found"}
A user is reporting that he's unable to access some of its folders.
Having a look at the logs, there are a lot of error 500 when trying to get the thumbnails.
Here are the logs:
and
stream
is a LaterStream that has noresume
method, onlypipe
andabort
.The error returned by
getBinary
isError code 404 - {"error":"Not Found"}
@aenario any thought?
The text was updated successfully, but these errors were encountered: