lanceseidman / PiCAST

PiCAST turns your $35 Raspberry Pi in to a Chromecast like Device.
https://munchron.com
1.77k stars 263 forks source link

Some unauthenticated packages failed to install; should use --force-yes? #56

Closed apastel closed 7 years ago

apastel commented 7 years ago

After I ran the setup script, PiCast would not start because forever was not an available command and had not been installed. So I looked at the setup script and ran sudo npm install forever manually, but npm hadn't been installed.

So I ran sudo apt-get install python-dev python-pip nodejs npm youtube-dl lame mpg321 mplayer livestreamer git build-essential -y just to make sure all the packages were installed, but this command failed with the following error

WARNING: The following packages cannot be authenticated!
  librtmp1 rtmpdump
E: There are problems and -y was used without --force-yes

I am currently trying to install those packages, but I'm getting a 403 Forbidden on the dl.bintray.com/pippleware distros, maybe this is what's causing the issue. I'm going to leave this here in case anyone else is having this problem and/or has a solution while I work on it.

apastel commented 7 years ago

Nevermind, it seems like those dl.bintray.com sources got added when I installed Kodi on my box. I've removed the sources and the packages are installing now.