Pluto TV On Screen Message "Pluto TV is no longer available on this device"

Thanks, 10.0.0.139 is my Mac where it is running

well, i assume thats right.. open up Chrome and go to 10.0.0.139:7777 and tell us what version you are running

image

It was v1.22 but now it can’t connect to server

[edit] seems ip address had changed to 10.0.0.169 for some reason and it is working now. Thanks!

Assuming you have Docker installed this should be a one-liner install (change username/password)

docker run -d --restart unless-stopped \
  -p 7777:7777 \
  -e PLUTO_USERNAME='[email protected]' \
  -e PLUTO_PASSWORD='yourpassword' \
  --name pluto-for-channels \
  kineticman/pluto-for-channels:main

Yes that’s what I used. See above seems to be working now, thanks

You might want reserve that ip address on your router so that it doesn’t change

Yes I thought that was the case, turns out my Mac had switched to another wireless network I have running for a different part of the house, so back to the original one now.

Is anyone else seeing duplicate channels on your Channel Collections? For example, I have two Pluto sources setup now. So also, I have double listings of each channel - usually a 10000 channel number range and another in the 20000 range.

On the two pluto sources you setup you have to tell it to use Prefer channel-number from M3U. Otherwise channels will duplicate the channels numbers so they don't overlap.

Thanks for the Docker Video. Got it installed and Pluto up and running.

1 Like