jacroe / pidora

A Raspberry Pi Radio. Includes Pandora (via pianobar) and NPR Hourly News
http://pidora.jacroe.com/
GNU General Public License v3.0
38 stars 12 forks source link

TLS read failed #38

Closed ghost closed 11 years ago

ghost commented 11 years ago

Hey there...

I'm getting the dreaded "Login... Network error: TLS read failed."

I've tried every solution I can find, including the one you posted - to no avail. It's happened on both of my Pi's, so I don't think it's a local issue.

Any solutions? This just now started happening the other day.

Thanks so much, you're the best!

jacroe commented 11 years ago

I've been getting these intermittently as well. I'm working on a solution.

jacroe commented 11 years ago

As I'm writing this comment, I do not see the the error. I have seen it so I know it exists, but do you see it right now?

ghost commented 11 years ago

Yes, still getting it.... :/ On Sep 4, 2013 8:22 PM, "Jacob Roeland" notifications@github.com wrote:

As I'm writing this comment, I do not see the the error. I have seen it so I know it exists, but do you see it right now?

— Reply to this email directly or view it on GitHubhttps://github.com/jacroe/pidora/issues/38#issuecomment-23839977 .

jacroe commented 11 years ago

Execute this bit of code:

sudo apt-get remove libpiano0 pianobar -y && sudo apt-get install libao-dev libmad0-dev libfaad-dev libgnutls-dev libjson0-dev libgcrypt11-dev -y && git clone https://github.com/PromyLOPh/pianobar.git -q && cd pianobar/ && sudo make install && sudo reboot

It'll remove the old pianobar, clone the pianobar repo, build it, and then reboot. This should fix this problem.

ghost commented 11 years ago

Awesome, thanks! On September 5, 2013 at 8:42:46 PM, Jacob Roeland (notifications@github.com) wrote:

Execute this bit of code:

sudo apt-get remove libpiano0 pianobar -y && sudo apt-get install libao-dev libmad0-dev libfaad-dev libgnutls-dev libjson0-dev libgcrypt11-dev -y && git clone https://github.com/PromyLOPh/pianobar.git -q && cd pianobar/ && sudo make install && sudo reboot

It'll remove the old pianobar, clone the pianobar repo, build it, and then reboot. This should fix this problem.

— Reply to this email directly or view it on GitHub.