nikitakatchik / smarttv-twitch

Twitch app for Samsung Smart TV
GNU General Public License v3.0
290 stars 84 forks source link

Twitch App Installtion #48

Open theflyingmanson opened 9 years ago

theflyingmanson commented 9 years ago

Hi,

i have a Problem with the Installation of the twitch app. Everything works well until the tv is installing the app. the installationloader is going to 100 percent and then the tv Shows me this eroor message "Failed to install. For more information, visit http://www.samsungdforum.com/Support/TVAppsSecurity" . On the Website Samsung tells me, that the APIs not listed in API Reference.

I have no idea! Maybe Firmware Update?

theflyingmanson commented 9 years ago

Update: I've updated the FW from .1004 to .2104. Nothing happened! The TV Model is UE46F6270 connected with Wi-Fi and a 6 MBit Internet Speed.

I have no idea what i can do.

Yesterday i installed my own app Server. everything worked well. but my tv wont install the app. it Shows the same message "Failed to install. For more information, visit http://www.samsungdforum.com/Support/TVAppsSecurity" .

they sad to me that i have to sign up a developer account at Samsung to use unsubscribed api.

ment0 commented 9 years ago

It sounds like you didn't change the widget.xml file, like stated in the readme.

theflyingmanson commented 9 years ago

i changed the widget.xml. my find the internal Server i made and find the "official" Server with ip 188.226.130.26.

The Problem is at the Moment where the tv is installing the app and then he give me the error message i prevousliy wrote. After I read myself in the subject, I assume that i can't install any user made apps on my tv. only official apps from the samsung app store

easyMaxi commented 9 years ago

Did you login as a developer? It's mentioned on this page: https://github.com/mkvd/smarttv-twitch Just use the user "develop"

theflyingmanson commented 9 years ago

i am logged in as an developer with the username "develop"....without that, you can't type the ip you want conncet to!

I tried it another time and the same message... "Failed to install. For more information, visit http://www.samsungdforum.com/Support/TVAppsSecurity"

Maybe the tv is a cheap Customer Version, where you can't install user generated apps

easyMaxi commented 9 years ago

mh ... ok I have no clue. Sorry! Maybe @mkvd has an idea.

theflyingmanson commented 9 years ago

thanks @easyMaxi ! i also have no clue. i'm still waiting for mkvd.

nikitakatchik commented 9 years ago

Hi,

This issue happened to me many times during the development. It appeared when I tried using API which is not supported by my tv. That time it was because some of the API's being much older than the tv. And every time it happened I simply reverted my changes.

So it seems like some API used in the app is not supported by your tv but it is really strange because your tv is very similar to mine (UE40F6400). The only recommendation I which comes to my mind now is - keep an eye on the firmware updates.

Otherwise you could try to find the reason yourself by modifying the code and trying over and over again.

theflyingmanson commented 9 years ago

thanks for the answer!!!

i did a Firmware update on march, but it did not changed the Problem.

i looked in the code, but i have no idea where the important code for the api is. i thought...hm maybe i will find the lines of code to deactivated the api step by step?!

nikitakatchik commented 9 years ago

Well first I'd try to empty ALL the function bodies in both source files to make sure it installs after that. Then I'd reverse the changes and try removing usage of API's. For example you can begin with something starting with 'sf.'.

theflyingmanson commented 9 years ago

OK. thanks i will give it a try when i am at home!

Thanks for the fast reply!

another question...is there a Login for registered twitch user in the twitch app?

nikitakatchik commented 9 years ago

another question...is there a Login for registered twitch user in the twitch app?

No login

monkeyphysics commented 9 years ago

@theflyingmanson any update; is your issue solved?