Invalid addon publish - too many addons published. Please try again later error.
svetlozardraganov opened this issue · 2 comments
I'm getting the following error when trying to publish my addon from the UI:
https://stremio.github.io/stremio-publish-addon/index.html
Tried multiple times but always got this error.
I'm able to find my addon in the following list. Does this mean the addon is successfully published?
https://api.strem.io/addonscollection.json
The addon is not available in the community addon list:
https://stremio-addons.netlify.app/
I'm also getting the following error when using publishToCentral() function in my code:
node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^
[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<Object>".] {
code: 'ERR_UNHANDLED_REJECTION'
}
Found the following page for submitting unofficial addons:
And made a request to include my addon to the list:
danamag/stremio-addons-list#334
the initial publish link you pasted is for Stremio's internal addon catalog, which only allows to publish 1 addon every 24h, this is because this endpoint has been abused in the past by bad actors that spammed the addon list with many duplicate addons, so we had to drastically rate limited it