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

    Screenscraper error API closed for non-registered members

    Scheduled Pinned Locked Moved Help and Support
    scraperscreenscrapersselph scraperapi closederror
    39 Posts 11 Posters 16.3k 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.
    • ClydeC
      Clyde @Colombia20102018
      last edited by Clyde

      @colombia20102018 I don't have a video for you, but I also don't think that one is necessary for the few steps in this matter.

      1. As you already said, press F4 in Emulation Station.
      2. Enter the command nano ~/.skyscraper/config.ini
      3. You're now in the text editor "nano". Press Ctrl+End or use the cursor keys to get to the end of the file, and append the following lines. (Replace USER and PASSWORD with your own Screenscraper username and password, but keep them separated by a colon.)
      [screenscraper]
      userCreds="USER:PASSWORD"
      
      1. Exit nano by pressing Ctrl+x, answer the save question with y, and press Enter to confirm the file name. You should be back in the command line after that.
      2. [Optional] Enter the command tail ~/.skyscraper/config.ini to display the last 10 lines of the config file, and check if your changes were saved.
      3. Exit the command line by either entering exit or pressing Ctrl+d. This should return you to Emulation Station automatically.

      Now, Skyscraper should use your credentials to log into Screenscraper if you choose the latter as the scraping source.

      Alternatively, if your Pi is connected to your LAN, you should be able to access it via Samba like it's described here. Skyscraper's config files should be accessible at the Samba network address \\retropie\configs\all\skyscraper, see here. You should be able to make the changes described in #2 this way, too.

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

        @colombia20102018 said in Screenscraper error API closed for non-registered members:

        hello, I am having a lot of issues understanding the information

        Using Skyscraper in RetroPie is described in detail in the Docs. The advanced options menu will allow you to edit the configuration file and add your ScreenScraper credentials.

        C 1 Reply Last reply Reply Quote 0
        • C
          Colombia20102018 @Clyde
          last edited by

          @clyde hello. Thank you for the steps. I followed them and checked that the user and password were saved. When I try the screen scraper it tells me invalid character F for all roms. When I try Skyscraper it tells me to sign up for an account. I did a reboot and tried again and still got the same messages. What else am i missing? Thanks

          1 Reply Last reply Reply Quote 0
          • C
            Colombia20102018 @mitu
            last edited by

            @mitu I read the docs one more time plus the troubleshooting section. I do not see the steps to enter the user and password anywhere. Where is this information? Thanks

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

              @colombia20102018 said in Screenscraper error API closed for non-registered members:

              Where is this information? Thanks

              The advanced options menu will allow you to edit the configuration file and add your ScreenScraper credentials.

              C 1 Reply Last reply Reply Quote 0
              • C
                Colombia20102018 @mitu
                last edited by

                @mitu the advance configuration section does not explain how to do any of that. This might me intuitive for some people but not for me 😊
                This is the message I am getting now:0531D8BD-57B4-4883-8591-F5CDC3462575.jpeg

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

                  @colombia20102018 said in Screenscraper error API closed for non-registered members:

                  the advance configuration section does not explain how to do any of that.

                  The advanced options section has an entry to edit your configuration:

                  64786408-41cb-4a04-9bd3-8f813df67cba-image.png

                  When you select it, an editor is opened to edit the file and you can enter the user and password in the [screenscraper] section, as @Clyde explained to you.

                  This is the message I am getting now:

                  This means you didn't properly add your user and password and Skyscraper doesn't use your registered account to access ScreenScraper.

                  C 1 Reply Last reply Reply Quote 0
                  • C
                    Colombia20102018 @mitu
                    last edited by

                    @mitu I checked both ways. The configuration file shows the correct user and password. I am assuming the user is the pseudo name and not my email address, correct? Maybe it takes some time for the system to sync?

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

                      @colombia20102018 said in Screenscraper error API closed for non-registered members:

                      The configuration file shows the correct user and password.

                      Post the configuration file, obscuring or removing the password.

                      I am assuming the user is the pseudo name and not my email address, correct? Maybe it takes some time for the system to sync?

                      I don't think there's any sync involved, if you're able to login to the site, your account is valid.

                      C 1 Reply Last reply Reply Quote 0
                      • C
                        Colombia20102018 @mitu
                        last edited by

                        @mitu this is how it looks:
                        There is a : between user and password.
                        Thanks
                        721636B1-75DB-47F5-8191-B14D4AA0CE01.jpeg

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

                          @colombia20102018 said in Screenscraper error API closed for non-registered members:

                          There is a : between user and password.

                          Yeah, that's not what @Clyde indicated you to add. Add the information exactly as specified. Your configuration file has only comments (lines starting with #), that are ignored.

                          C 2 Replies Last reply Reply Quote 1
                          • C
                            Colombia20102018 @mitu
                            last edited by

                            @mitu @clyde that’s the only place that says user or password. Where do I need to change it? This will be so easy with a video 😊

                            1 Reply Last reply Reply Quote 0
                            • C
                              Colombia20102018 @mitu
                              last edited by

                              @mitu @Clyde ok I think I figured it out. I thought I was supposed to overwrite the user and password right on the script. I know zero about scripts. I think I go it right now. Thanks for your patience.

                              ClydeC 1 Reply Last reply Reply Quote 0
                              • ClydeC
                                Clyde @Colombia20102018
                                last edited by

                                @colombia20102018 Well, I never told you to overwrite anything, but to add said lines to the end of the config file. A video wouldn't help much more if you don't follow it exactly either, and you don't have to know anything about scripts just to add two lines at their end (besides that the config file isn't a script anyway).

                                Follow instructions exactly as given, lest you stand in your own way on the path to success.

                                This only as a friendly word of advice for the future – imagine the sentence in bold print shouted in an overacting, dramatic voice like in bad movies. πŸ˜‰

                                I'm glad that it's working for you now. Have fun with RetroPie!

                                1 Reply Last reply Reply Quote 1
                                • 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.