RPi-Monitor icon indicating copy to clipboard operation
RPi-Monitor copied to clipboard

Cannot find releases using apt

Open dawez opened this issue 4 years ago • 4 comments

It seems that there are no more releases in the location specified in the doc:

This is coming from apt update

Hit:1 http://archive.raspberrypi.org/debian stretch InRelease                                                                                                                                                                                 
Get:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease [15.0 kB]                                                                                                                                                                    
Ign:3 http://giteduberger.fr rpimonitor/ InRelease                                                                                                                                                                                            
Err:4 http://giteduberger.fr rpimonitor/ Release                                                                                                                                                                                              
  Redirection loop encountered                                                                                                                                                                                                                
Reading package lists... Done                                                                                                                                                                                                                 
E: The repository 'http://giteduberger.fr rpimonitor/ Release' does no longer have a Release file.                                                                                                                                            
N: Updating from such a repository can't be done securely, and is therefore disabled by default.                                                                                                                                              
N: See apt-secure(8) manpage for repository creation and user configuration details.

It seems that the error comes from this url:

https://raw.githubusercontent.com/XavierBerger/RPi-Monitor/master/src/etc/apt/sources.list.d/rpimonitor.list

Which contains:

# RPi-Monitor official repository
deb http://giteduberger.fr rpimonitor/

dawez avatar May 28 '20 06:05 dawez

I had also this problem, this solves the problem: edited /etc/apt/sources.list.d/rpimonitor.list and changed the following line from

deb http://giteduberger.fr rpimonitor/

to

deb https://www.giteduberger.fr rpimonitor/

No more errors

steefje avatar May 29 '20 18:05 steefje

I had also this problem, this solves the problem: edited /etc/apt/sources.list.d/rpimonitor.list and changed the following line from

deb http://giteduberger.fr rpimonitor/

to

deb https://www.giteduberger.fr rpimonitor/

No more errors

Thanks for your suggestion. I was also having redirection loop issue. Chaning to deb https://www.giteduberger.fr rpimonitor/" solved the issue. Thank you very much.

cinetube avatar Jun 08 '20 18:06 cinetube

https no longer works.

Deses avatar May 15 '21 18:05 Deses

make sure you have the www. in the website, not just https://gitduberger

https no longer works.

wtt604 avatar Sep 07 '22 01:09 wtt604