Georift / install-jellyfin-tizen

Install Jellyfin on your Samsung TV
https://tim.wants.coffee/posts/install-jellyfin-on-a-samsung-tv/
385 stars 29 forks source link

Error: There is no connected target #12

Closed Ard3ny closed 8 months ago

Ard3ny commented 8 months ago

Hi, I'm getting this error "There is no connected target"

`docker run --rm georift/install-jellyfin-tizen 192.168.100.170

Thanks to https://github.com/jeppevinkel for providing the pre-packaged jellyfin-tizen builds!
These builds can be found at https://github.com/jeppevinkel/jellyfin-tizen-builds

Attempting to connect to Samsung TV at IP address 192.168.100.170

Georift commented 8 months ago

Thanks for the report, there are a few issues similar to this. I'm not exactly sure why we're able to get the TV name but SDB is having issues connecting to the TV.

I'll take a look when I have some time.

Georift commented 8 months ago

In the mean time, I've heard some reports that folks have had success rebooting their TV. Pressing and holding the power button until it turns off entirely. When starting again it should show a QLED or Samsung logo for a lot longer than normal.

Ard3ny commented 8 months ago

Yea, I tried that. I was trying other methods as well and none of them were working, so I realized there must be something wrong with my setup. After a few hours of googling around, I've found the solution.

In the TV apps setting, where you activate the DEVELOPER MODE with (12345), there is also an IP address you can fill out. I thought that It defaults to dynamic and this option was only if I want to have it static, but I was wrong.

I had to manually enter the IP of my PC which I was executing the connection from (tizen studio) .

I don't know that if it's such a banality nobody is mentioning it or just my TV is weird, but that fixed it for me.

Georift commented 8 months ago

Thanks for reporting back. I have noticed that too, in my TV it defaulted it 0.0.0.0 as a placeholder, which I assumed was "allow any IP address".

I'll try catch this case and add a note suggesting that people add their IP address.

AndreWohnsland commented 7 months ago

Thanks for this. I couldn't get it working until I specified the exact IP, also thought that it would allow all.

Sylk commented 6 months ago

How can I access the IP config settings for this in the older Samsung TV's such as the ones from 2013?

Marcosaurios commented 6 months ago

Worked like a charm. Same here, needed to introduce the host's IP to connect properly

azcn2503 commented 5 months ago

For me, I had the IPs set correctly, and had to run the following command:

docker run -it --ulimit nofile=122880:122880 -m 3G --rm georift/install-jellyfin-tizen 192.168.86.60

But it refused to work until I powered the TV off physically and turned it back on again.