jnnow  
                
                  
                    June 12, 2018, 12:39am
                   
                  1 
               
             
            
              Hi all,
I’ve been getting the notification that an update is available, but whenever I try to get the update, I get a 404 error.
I’ve got Plex installed on my Raspberry Pi, and dev2day.de  has been providing the updates.  Can anyone help me get updated please?
Thanks!
             
            
              
            
           
          
            
            
              What server / url / command is responding with 404? Please post the output of sudo apt update && sudo apt upgrade .
             
            
              
            
           
          
            
              
                jnnow  
              
                  
                    June 12, 2018,  2:57am
                   
                  3 
               
             
            
              Here’s the output:
Hit http://mirrordirector.raspbian.org  jessie InReleasehttp://archive.raspberrypi.org  jessie InReleasehttps://dev2day.de  stretch InRelease [302 B]https://dev2day.de  stretch InReleasehttps://dev2day.de  stretch Release.gpg [304 B]https://dev2day.de  stretch Release.gpghttps://dev2day.de  stretch Release [300 B]https://dev2day.de  stretch Releasehttps://dev2day.de  stretch/main armhf Packages [323 B]https://dev2day.de  stretch/main Translation-en_US [324 B]https://dev2day.de  stretch/main Translation-en [321 B]https://dev2day.de  stretch/main armhf Packages [323 B]https://dev2day.de  stretch/main Translation-en_US [324 B]https://dev2day.de  stretch/main Translation-en [321 B]https://dev2day.de  stretch/main armhf Packages [323 B]https://dev2day.de  stretch/main Translation-en_US [324 B]https://dev2day.de  stretch/main Translation-en [321 B]https://dev2day.de  stretch/main armhf Packages [323 B]http://archive.raspberrypi.org  jessie/main armhf Packageshttps://dev2day.de  stretch/main Translation-en_US [324 B]http://archive.raspberrypi.org  jessie/ui armhf Packageshttps://dev2day.de  stretch/main Translation-en [321 B]https://dev2day.de  stretch/main armhf Packages [323 B]Err https://dev2day.de  stretch/main armhf Packages https://dev2day.de  stretch/main Translation-en_US [324 B]https://dev2day.de  stretch/main Translation-en_UShttps://dev2day.de  stretch/main Translation-en [321 B]https://dev2day.de  stretch/main Translation-enhttp://mirrordirector.raspbian.org  jessie/main armhf Packageshttp://mirrordirector.raspbian.org  jessie/contrib armhf Packageshttp://mirrordirector.raspbian.org  jessie/non-free armhf Packageshttp://archive.raspberrypi.org  jessie/main Translation-en_UShttp://mirrordirector.raspbian.org  jessie/rpi armhf Packageshttp://archive.raspberrypi.org  jessie/main Translation-enhttp://archive.raspberrypi.org  jessie/ui Translation-en_UShttp://archive.raspberrypi.org  jessie/ui Translation-enhttp://mirrordirector.raspbian.org  jessie/contrib Translation-en_UShttp://mirrordirector.raspbian.org  jessie/contrib Translation-enhttp://mirrordirector.raspbian.org  jessie/main Translation-en_UShttp://mirrordirector.raspbian.org  jessie/main Translation-enhttp://mirrordirector.raspbian.org  jessie/non-free Translation-en_UShttp://mirrordirector.raspbian.org  jessie/non-free Translation-enhttp://mirrordirector.raspbian.org  jessie/rpi Translation-en_UShttp://mirrordirector.raspbian.org  jessie/rpi Translation-enhttps://dev2day.de/pmt/dists/stretch/main/binary-armhf/Packages   HttpError404
E: Some index files failed to download. They have been ignored, or old ones used instead.
             
            
              
            
           
          
            
            
              
@jnnow  said:
 
W: Failed to fetch https://dev2day.de/pmt/dists/stretch/main/binary-armhf/Packages   HttpError404
 
You have a typo somewhere in your apt list files. It is https://dev2day.de/pms not https://dev2day.de/pmt /etc/apt/sources.list.d
             
            
              
            
           
          
            
              
                jnnow  
              
                  
                    June 12, 2018, 11:29am
                   
                  5 
               
             
            
              I don’t have a sources.list.d ?  Should I create one?  A cursory Google search didn’t turn up much on a sources.list.d file…
I double-checked my /etc/apt/sources.list, and it’s the correct path.
             
            
              
            
           
          
            
            
              This directory is definitively there on Debian / Raspbian. But nevertheless, just fix the file where you added my repo. Take a look at the setup instructions you used to add the dev2day.de  repo to find the broken file and to fix your typo.
             
            
              
            
           
          
            
              
                jnnow  
              
                  
                    June 12, 2018, 12:36pm
                   
                  7 
               
             
            
              Silly me, I didn’t realize sources.list.d was a directory; I was trying to edit it like a file.  Once I checked the directory, I found that my pms.list file did in fact contain the typo.
Thanks for your help!!