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
stat works fine for other files only for this json file:
{
"content-type": "application/octet-stream"
}
TypeError: he.decode is not a function
at Object.decodeHTMLEntities (/Users/sytolk/IdeaProjects/tagspaces-common/common-webdav/node_modules/webdav/dist/node/tools/encode.js:9:19)
at prepareFileFromProps (/Users/sytolk/IdeaProjects/tagspaces-common/common-webdav/node_modules/webdav/dist/node/tools/dav.js:77:29)
at Object.parseStat (/Users/sytolk/IdeaProjects/tagspaces-common/common-webdav/node_modules/webdav/dist/node/tools/dav.js:117:12)
at Object.<anonymous> (/Users/sytolk/IdeaProjects/tagspaces-common/common-webdav/node_modules/webdav/dist/node/operations/stat.js:69:34)
at step (/Users/sytolk/IdeaProjects/tagspaces-common/common-webdav/node_modules/webdav/dist/node/operations/stat.js:33:23)
at Object.next (/Users/sytolk/IdeaProjects/tagspaces-common/common-webdav/node_modules/webdav/dist/node/operations/stat.js:14:53)
at fulfilled (/Users/sytolk/IdeaProjects/tagspaces-common/common-webdav/node_modules/webdav/dist/node/operations/stat.js:5:58)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
The text was updated successfully, but these errors were encountered:
I have this error on
stat works fine for other files only for this json file:
The text was updated successfully, but these errors were encountered: