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 was archived by the owner on May 7, 2022. It is now read-only.
letuser=constnews=newRSS3({endpoint: 'https://prenode.rss3.dev',// this is an random account with some items already posted to the prenodeprivateKey: '081ad9420a223dee54414be198bc6a07d23fa2028b00be6386aa389f9f2071e7',});letitem=awaituser.items.custom.post({"title": `test`})console.log(item.id)awaituser.files.sync();
Prenode returns:
{
"code": 4004,
"message": "Items date error"
}
It seems that there is an error when backend is parsing the repacked item list.
RSS3 SDK version:
"rss3": "^0.8.19"The code below can cause a 400 Bad Request:
Prenode returns:
{ "code": 4004, "message": "Items date error" }It seems that there is an error when backend is parsing the repacked item list.
Thank you.