Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to connect #16

Closed
S7ewie opened this issue Dec 23, 2023 · 17 comments
Closed

Failed to connect #16

S7ewie opened this issue Dec 23, 2023 · 17 comments

Comments

@S7ewie
Copy link

S7ewie commented Dec 23, 2023

I've followed the instructions to the best of my ability. When I run the command in step 2 I get:

Attempting to connect to Samsung TV at IP address 192.168.20.10
* Server is not running. Start it now on port 26099 *
* Server has started successfully *
connecting to 192.168.20.10:26101 ...
failed to connect to 192.168.20.10:26101
Attempting to get the TV name...
Found TV name: QE55S90CATXXU
Attempting to install jellyfin-tizen-builds version:
https://github.com/jeppevinkel/jellyfin-tizen-builds/releases/tag/2023-11-29

Then it runs all the way through to 100% but finishes with:

There is no connected target.

It seems to have failed to connect for some reason, though it is able to get the the TV name.

@TheQuantumPhysicist
Copy link

I solved this problem by putting the IP address of the source machine. This can be done at the same place where you enable developer mode. I believe this is a security option so that not anyone can connect to the TV and install crap on it.

@mkfyi
Copy link

mkfyi commented Dec 24, 2023

Just do what @TheQuantumPhysicist told you - which can be also found in the official documentation.

I also had to adjust the parameters for docker run otherwise the installation crashed with "unable to allocate file descriptor table". I found the solution here.

docker run --net=host -it --ulimit nofile=122880:122880 -m 3G --rm georift/install-jellyfin-tizen <TIZEN_IP>

@skyw33
Copy link

skyw33 commented Dec 26, 2023

I have the same issue and I have already indicated the source IP address.

@S7ewie
Copy link
Author

S7ewie commented Dec 27, 2023

Yeah I had the correct IP. I could connect to the TV in Tizen Studio with no issues.

I ran the command in /jeppevinkel/jellyfin-tizen-builds and it worked so I'm not really sure why this one wasn't working

@Georift
Copy link
Owner

Georift commented Dec 27, 2023

@skyw33 @S7ewie you might find hard rebooting your TV may help the problem.

@dawsmac
Copy link

dawsmac commented Jan 20, 2024

Just an FYI if running from Kubernetes

kubectl run jellyfin --restart=Never --rm -i --tty --image georift/install-jellyfin-tizen <TIZEN_IP>,

Works but like others have said make sure you put in your host IP of the machine running docker or K8 into the tv.

@bishumoharana
Copy link

bishumoharana commented Feb 2, 2024

Strangely enough after restart of TV (After multiple restart), the connection on Tizen Device manager got disconnected and with that disconnected status I executed the command
And Wolah! it works

@zorrograndeepee
Copy link

I tried everything and still, the message at the end "There is no connected target." what can I do ?

@AdventureSMBW
Copy link

Having the same problem. However, I cant enter the Host PC IP on my Samsung TV. In the developer mode window, the Host PC IP is 0.0.0.0 and cannot be changed. Nothing happens when I click it. Tried getting in and out of dev mode and hard rebooting. How can I enter that IP address?

@DavidWittman
Copy link

Having the same problem. However, I cant enter the Host PC IP on my Samsung TV. In the developer mode window, the Host PC IP is 0.0.0.0 and cannot be changed. Nothing happens when I click it. Tried getting in and out of dev mode and hard rebooting. How can I enter that IP address?

You need to enter the IP address using the "123" button on the remote just like you did to enable Developer mode.

@AdventureSMBW
Copy link

You need to enter the IP address using the "123" button on the remote just like you did to enable Developer mode.

You literally just solved my weeklong problem. Jellyfin is installed. THANK YOU!!!!!

@tahasalim
Copy link

Solved it!

You MUST set the Host IP and press OK, then leave the TV.

If you're still having the issue, you can verify the connection by doing the following:
Install Tizen Studio Device Manager and connect to the TV. Then actively disconnect from the TV in the device manager (since you've verified the connection) and try running the script again.

Voila!

@Toupycat
Copy link

Toupycat commented Apr 7, 2024

Solved it!

You MUST set the Host IP and press OK, then leave the TV.

If you're still having the issue, you can verify the connection by doing the following: Install Tizen Studio Device Manager and connect to the TV. Then actively disconnect from the TV in the device manager (since you've verified the connection) and try running the script again.

Voila!

THANKS!
Tried everything while the host and target IPs were correctly set. Turns out I had Device Manager running and connected to the tv while trying to run the script. You really have to UNCHECK the connection in Device Manager for it to be able to find the device in the terminal.

@rras3k
Copy link

rras3k commented Jun 1, 2024

Mistake I made. I put the TV in dev mode and entered the IP of my PC, then I turned off the TV and turned it back on. The problem is that my PC's IP address is not saved when the TV is turned off.
So you have to do it in 2 times.

  1. Put the TV in dev mode.
  2. Turn off the TV and turn it back on
  3. Enter the PC address
  4. Send Docker command.
    It worked very well for me.

@JakubKopys
Copy link

Solved it!
You MUST set the Host IP and press OK, then leave the TV.
If you're still having the issue, you can verify the connection by doing the following: Install Tizen Studio Device Manager and connect to the TV. Then actively disconnect from the TV in the device manager (since you've verified the connection) and try running the script again.
Voila!

THANKS! Tried everything while the host and target IPs were correctly set. Turns out I had Device Manager running and connected to the tv while trying to run the script. You really have to UNCHECK the connection in Device Manager for it to be able to find the device in the terminal.

Same! For some reason, the connection has to be unchecked in the Device Manager before you run the script. I did that and it worked well.

@Georift
Copy link
Owner

Georift commented Sep 30, 2024

Looks like we have proper solutions here so I'll close this for now. Feel free to open another if things crop up.

@Lyqed
Copy link

Lyqed commented Oct 12, 2024

For anyone having issues, and you're tv is in right-to-left language — you need to type in the ip of the computer you are trying to connect from backwards. I.e if your pc IP is 192.168.1.2, type 2.1.168.192

yeah.... I'm truly dumbfounded by this behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests