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
version is current v4 in master repo
node version 18.16.0
any idea what's the cause?
"404: Not Found","code":0,"reqId":"req-7" every time trying to upload file, upload is not successfully, seems not even started uploading at all.
{"level":30,"time":1682744200221,"reqId":"req-7","req":{"method":"POST","url":"/api/files/75c83136-1a7e-478c-9eb8-2e09b968f837","hostname":"ddrive.test.com:3003","remoteAddress":"158.32.1.2","remotePort":8620},"msg":"incoming request"}
(node:418271) ExperimentalWarning: buffer.File is an experimental feature and might change at any time
at emitExperimentalWarning (node:internal/util:238:11)
at new File (node:internal/file:41:5)
at makeEntry (/home/user1/git/ddrive/node_modules/undici/lib/fetch/formdata.js:242:11)
at FormData.append (/home/user1/git/ddrive/node_modules/undici/lib/fetch/formdata.js:49:19)
at RequestManager.resolveRequest (/home/user1/git/ddrive/node_modules/@discordjs/rest/dist/index.js:1213:20)
at async RequestManager.queueRequest (/home/user1/git/ddrive/node_modules/@discordjs/rest/dist/index.js:1150:35)
at async REST.request (/home/user1/git/ddrive/node_modules/@discordjs/rest/dist/index.js:1387:22)
at async AsyncStreamProcessorWithConcurrency.processChunk [as chunkProcessor] (/home/user1/git/ddrive/src/DFs/index.js:155:51)
{"level":50,"time":1682744200981,"message":"404: Not Found","code":0,"reqId":"req-7"}
{"level":30,"time":1682744200981,"reqId":"req-7","res":{"statusCode":500},"responseTime":759.7181599959731,"msg":"request completed"}
{"level":30,"time":1682744201005,"reqId":"req-8","req":{"method":"GET","url":"/api/directories/75c83136-1a7e-478c-9eb8-2e09b968f837","hostname":"ddrive.test.com:3003","remoteAddress":"158.32.1.2","remotePort":8620},"msg":"incoming request"}
{"level":30,"time":1682744201010,"reqId":"req-8","res":{"statusCode":200},"responseTime":4.445440001785755,"msg":"request completed"}
The text was updated successfully, but these errors were encountered:
version is current v4 in master repo
node version 18.16.0
any idea what's the cause?
"404: Not Found","code":0,"reqId":"req-7" every time trying to upload file, upload is not successfully, seems not even started uploading at all.
The text was updated successfully, but these errors were encountered: