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
I have checked and am using the latest version of the library.
What type of session are you experiencing this issue on?
Multi-device and I have set multiDevice to true in my config OR am using the --multi-device flag
What type of host account are you experiencing this issue on?
Business account
Mode
My own code
Current Behavior
Code not coding. Work not working.
Expected Behavior
Expected it to work ;3
Steps To Reproduce
The following StickerMetaData options and processOptions are broken, and return all basically the same errors.
StickerMetaData options that are broken:
{ "circle": true,"cornerRadius": 50 }
Message: Request failed with status code 550
Name: AxiosError
Stack: AxiosError: Request failed with status code 550
at settle (E:\AmecaCore\node_modules\axios\dist\node\axios.cjs:2019:12)
at IncomingMessage.handleStreamEnd (E:\AmecaCore\node_modules\axios\dist\node\axios.cjs:3135:11)
at IncomingMessage.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
at Axios.request (E:\AmecaCore\node_modules\axios\dist\node\axios.cjs:4287:41)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Are you using the latest version of the library?
What type of session are you experiencing this issue on?
Multi-device and I have set multiDevice to true in my config OR am using the --multi-device flag
What type of host account are you experiencing this issue on?
Business account
Mode
My own code
Current Behavior
Code not coding. Work not working.
Expected Behavior
Expected it to work ;3
Steps To Reproduce
The following StickerMetaData options and processOptions are broken, and return all basically the same errors.
StickerMetaData options that are broken:
{ "circle": true,"cornerRadius": 50 }
at settle (E:\AmecaCore\node_modules\axios\dist\node\axios.cjs:2019:12)
at IncomingMessage.handleStreamEnd (E:\AmecaCore\node_modules\axios\dist\node\axios.cjs:3135:11)
at IncomingMessage.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
at Axios.request (E:\AmecaCore\node_modules\axios\dist\node\axios.cjs:4287:41)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[Request Configuration]
"Accept": "application/json, text/plain, /",
"Content-Type": "application/json",
"User-Agent": "axios/1.7.7",
"Content-Length": "196673",
"Accept-Encoding": "gzip, compress, deflate, br"
}
"xhr",
"http",
"fetch"
]
[Response Details]
create() code OR full CLI command + CONFIG
No response
DEBUG INFO
Environment
Screenshots/Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: