RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Skyscraper stuck on version 3.7.7 for Raspberry pi 5. [solved]

    Scheduled Pinned Locked Moved Help and Support
    pi5raspberry pi 5screenscraperscraper
    33 Posts 4 Posters 6.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mituM
      mitu Global Moderator
      last edited by mitu

      I can't reproduce this error with the latest RetroPie-Setup. Does the 3.14 shows up in the Skyscraper scraping interface when you start it ?

      What is the output of the the following command shows:

      cd $HOME/RetroPie-Setup
      sudo ./retropie_packages.sh skyscraper _check_ver
      
      S 1 Reply Last reply Reply Quote 0
      • S
        sleve_mcdichael @mitu
        last edited by

        @mitu said in Skyscraper stuck on version 3.7.7 for Raspberry pi 5.:

        sudo ./retropie_packages.sh skyscraper _check_ver
        

        Note: _get_ver is the one that will actually report a version number. _check_ver will only show the error (or not.)

        1 Reply Last reply Reply Quote 0
        • S
          Scraperdude @Scraperdude
          last edited by Scraperdude

          Does nothing apparently.

          @mitu Capture.PNG

          mituM 1 Reply Last reply Reply Quote 0
          • mituM
            mitu Global Moderator @Scraperdude
            last edited by mitu

            @Scraperdude said in Skyscraper stuck on version 3.7.7 for Raspberry pi 5.:

            Does nothing apparently.

            Which is puzzling since this is actually the part that prints the error you're getting (The version of Skyscraper you have installed is incompatible with options used by this script. Please update Skyscraper to the latest version to continue).

            How exactly are you starting/accessing the scraping menu ?

            S 1 Reply Last reply Reply Quote 0
            • S
              Scraperdude @mitu
              last edited by

              @mitu I'm accessing the scraping menu via RetroPie Setup via SSH from my PC.

              mituM S 2 Replies Last reply Reply Quote 0
              • mituM
                mitu Global Moderator @Scraperdude
                last edited by mitu

                @Scraperdude Can you show the screenshot with the error ? And the result of the command:

                cd $HOME/RetroPie-Setup
                sudo ./retropie_packages.sh skyscraper _get_ver
                
                S 2 Replies Last reply Reply Quote 0
                • S
                  Scraperdude @mitu
                  last edited by

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • S
                    Scraperdude @Scraperdude
                    last edited by

                    I don't get an error with this. This is all that happens:

                    @mitu Capture.PNG

                    mituM 1 Reply Last reply Reply Quote 0
                    • S
                      Scraperdude @mitu
                      last edited by

                      Here's the error I get when trying to use Skyscraper:

                      @mitu Capture.PNG

                      1 Reply Last reply Reply Quote 0
                      • mituM
                        mitu Global Moderator @Scraperdude
                        last edited by

                        @Scraperdude There's something fishy here, this should print the version of Skyscraper, something like:

                         cd $HOME/RetroPie-Setup
                        sudo ./retropie_packages.sh skyscraper _get_ver
                        
                        = = = = = = = = = = = = = = = = = = = = =
                        Running action '_get_ver' for 'skyscraper' : Scraper for EmulationStation
                        = = = = = = = = = = = = = = = = = = = = =
                        
                        3.14.0
                        

                        What's the output of the command:

                        /opt/retropie/supplementary/skyscraper/Skyscraper  --version
                        
                        S 2 Replies Last reply Reply Quote 0
                        • S
                          Scraperdude @mitu
                          last edited by

                          @mitu said in Skyscraper stuck on version 3.7.7 for Raspberry pi 5.:

                          /opt/retropie/supplementary/skyscraper/Skyscraper --version

                          Capture.PNG

                          1 Reply Last reply Reply Quote 0
                          • S
                            Scraperdude @mitu
                            last edited by

                            @mitu I installed Raspberry pi OS LITE (64-BIT) rather than Raspberry Pi OS (64-bit) as that was advised to make Skyscraper work on the Pi 5. Might that be an issue?

                            mituM 1 Reply Last reply Reply Quote 0
                            • mituM
                              mitu Global Moderator @Scraperdude
                              last edited by

                              @Scraperdude No, that's not an issue - who advised you to not install the Lite version ?

                              Your error is very strange, I don't understand why Skyscraper tries to copy some configuration files, since CACHE.md is definitely not a configuration file and it's definitely not needed for it to run.

                              @Lolonois any idea what happens here ? I can't reproduce this error with a fresh 3.14 installation, even if I remove my previous user configs.

                              1 Reply Last reply Reply Quote 0
                              • mituM
                                mitu Global Moderator
                                last edited by

                                @Scraperdude you can try and completely remove Skyscraper and install a clean version. Run the following commands:

                                rm -fr $HOME/.skyscraper
                                rm -fr /opt/retropie/configs/all/skyscraper
                                

                                and then re-install Skyscraper from RetroPie-Setup.

                                S 2 Replies Last reply Reply Quote 0
                                • S
                                  Scraperdude @mitu
                                  last edited by

                                  I got this message after removing it.

                                  @mitu Capture.PNG

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    Scraperdude @mitu
                                    last edited by Scraperdude

                                    Unfortunately the issue persists.

                                    @mitu said in Skyscraper stuck on version 3.7.7 for Raspberry pi 5.:

                                    rm -fr $HOME/.skyscraper
                                    rm -fr /opt/retropie/configs/all/skyscraper

                                    Capture.PNG

                                    LolonoisL 1 Reply Last reply Reply Quote 0
                                    • LolonoisL
                                      Lolonois @Scraperdude
                                      last edited by

                                      Things de-rail when there is a /usr/local/etc/skyscraper/ path present on a RetroPie installation, while it should not be there, unless Skyscraper was installed manually.

                                      https://github.com/Gemba/skyscraper/blob/065d39fc5b3397a008fef6d70e71559ee9afed2e/src/config.cpp#L158-L163

                                      I will make this section more robust soon, but for now move or remove the skyscraper folder from /usr/local/etc.

                                      Then you should get proper Skyscraper -h and Skyscraper --version output.

                                      S 1 Reply Last reply Reply Quote 2
                                      • S
                                        Scraperdude @Lolonois
                                        last edited by Scraperdude

                                        @Lolonois It won't let me move the Skyscraper folder.

                                        It says permission is denied.

                                        EDIT: I managed to move it through the cmd line.

                                        Skyscraper is now working. Moving the folder did the trick.

                                        Thank you both @mitu and @Lolonois for your help!

                                        1 Reply Last reply Reply Quote 1
                                        • LolonoisL
                                          Lolonois
                                          last edited by

                                          @Scraperdude cool. One more thing: Please edit the subject of the very first post of this thread and add [solved] or similar. Thanks & happy scraping!

                                          S 1 Reply Last reply Reply Quote 1
                                          • S
                                            Scraperdude @Lolonois
                                            last edited by

                                            @Lolonois I now have an issue where it's scraping some systems and not others, and when I scrape individual systems, some of the scraped systems are undone.

                                            Could this be because I moved the cache folder?

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.