Stremio / stremio-addon-sdk

🧙 A Node.js SDK for creating and publishing Stremio add-ons
https://www.stremio.com/addon-sdk
MIT License
647 stars 174 forks source link

About extension not being displayed as expected #83

Closed mozgbrasil closed 5 years ago

mozgbrasil commented 5 years ago

Hello good afternoon brother

According to images

I made some changes to my extension but note that in the Stremio program the change is not being displayed, it still persists in appearing the old photo and the old name, any tips?

Captura de tela de 2019-06-19 17-55-11 Captura de tela de 2019-06-19 17-59-28

But if I copy the link from the extension

https://app.strem.io/shell-v4.4/#/addons/community/all?addon=https%3A%2F%2Frequency.html.herokuapp.com%2Fmanifest.json

The change is displayed if I access via browser, as shown below

Captura de tela de 2019-06-19 18-02-46

sleeyax commented 5 years ago

Did you republish the url to your manifest file to the addons collection? (also keep in mind that it might take some time to update)

Ivshti commented 5 years ago

Yes, if the addon is not using our SDK and calling publishToCentral, then you need to republish

On Thu, 20 Jun 2019 at 01:45, Sleeyax notifications@github.com wrote:

Did you republish https://github.com/Stremio/stremio-addon-sdk/blob/master/docs/README.md#publishtocentralurl the url to your manifest file to the addons collection? (also keep in mind that it might take some time to update)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Stremio/stremio-addon-sdk/issues/83?email_source=notifications&email_token=AAJQTDOGOD74QDUTQCJM5CTP3KZJPA5CNFSM4HZNJZLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYDPVYA#issuecomment-503773920, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJQTDNVD3JWW2NPJNAH7ZTP3KZJPANCNFSM4HZNJZLA .

--

[image: photo] Ivo Georgiev Founder & CEO, Stremio

https://www.stremio.com http://www.stremio.com

GPG: AC692BE9EB6E024B5C58A8EAC1E94996BC56BACE http://www.stremio.com http://www.facebook.com/stremio/ http://twitter.com/stremio http://www.instagram.com/stremioofficial/ http://www.reddit.com/r/Stremio/ http://blog.stremio.com/

https://play.google.com/store/apps/details?id=com.stremio.beta https://itunes.apple.com/us/app/stremio/id987232010?mt=8

mozgbrasil commented 5 years ago

Hi. Good morning, brother.

Must already complete 48 hours on stremium does not display extension change

The extension is being made available in

https://github.com/mozgbrasil/stremio-dublados

The extension is being published as

https://github.com/mozgbrasil/stremio-dublados/blob/master/server.js#L9

I noticed that in the following environment there is no longer being displayed the extension that was in position 11

https://app.strem.io/shell-v4.4/#/addons/community/all

Yesterday on the following link I was in 11 position

https://api.strem.io/addonscollection.json

Today I am in position 31

We see the extension server in operation

https://stremio-dublados.herokuapp.com/

I have changed the version in the manifest but so far the occurrence persists

https://stremio-dublados.herokuapp.com/manifest.json

mozgbrasil commented 5 years ago

Working Captura de tela de 2019-06-26 17-58-32