This repository was archived by the owner on Sep 8, 2023. It is now read-only.
This repository was archived by the owner on Sep 8, 2023. It is now read-only.
Repost api doesn't work anymore? #314
Open
Description
I get the following error when I try to repost:
- error Error [AxiosError]: Request failed with status code 500
at settle (/redacted/node_modules/axios/dist/node/axios.cjs:1909:12)
at IncomingMessage.handleStreamEnd (/redacted/node_modules/axios/dist/node/axios.cjs:2989:11)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
digest: undefined
}
When I catch and print the error, I see:
data: {
message: 'Exception occurred during repost creation.',
status: 'fail'
}
Can somebody verify if the repost api is still working for them?