Configure FlareSolverr with Jackett | Managing Raspberry Pi

Поделиться
HTML-код
  • Опубликовано: 15 июл 2024
  • In this video we'll take a look at how to solve the 'A challenge has been detected but FlareSolverr is not configured' error message in Jackett.
    Commands used in this video:
    docker -v
    docker pull flaresolverr/flaresolverr
    docker run -d \
    --name=flaresolverr \
    -p 8191:8191 \
    -e LOG_LEVEL=info \
    --restart unless-stopped \
    ghcr.io/flaresolverr/flaresolverr:latest
    docker ps (returns running docker containers)
    docker ps -a (returns all dockers regardless of run state)
    00:00 Intro
    00:20 Why is this happening?
    02:28 Final Warning
    03:03 Check Docker is running
    03:26 Install FlareSolverr
    03:49 Run the FlareSolverr CLI Command
    05:12 Validate FlareSolverr is running
    05:47 Configure Jackett
    08:02 Outro
  • НаукаНаука

Комментарии • 30

  • @tompipes5205
    @tompipes5205 11 месяцев назад

    Thank you for taking the time to explain the docker version, it gave me the basics needed to understand the basic idea of flaresolverr

  • @Flarocket
    @Flarocket 9 месяцев назад

    This fixes not only RasPi but also PC. Thanks a ton!!

  • @sterlingbrown5
    @sterlingbrown5 2 года назад +1

    Thanks a ton man, I'm operating on Unraid but the principle carried over. Great and very helpful video!

  • @Justincool69
    @Justincool69 5 месяцев назад +1

    Thanks man, worked like a charm!

  • @theblazkowicz
    @theblazkowicz 10 месяцев назад

    It appears that I did not configure the FlareSolverr API URL. Your video was the only one that helped me, thanks a lot!

  • @rudolfgardel6742
    @rudolfgardel6742 5 месяцев назад

    Thanks for the tip, how flaresolverr works and it's configured. It helps a lot.

  • @TheLizardNerd
    @TheLizardNerd 2 года назад

    Dude thank you for this tutorial!

  • @mennoscholten1905
    @mennoscholten1905 Год назад +1

    Thanks for your tutorials. Especially your Plex tutorials were the only ones that are clear, and worked for me! Without your tutorials I didn't have a nice media server today. Are you planning to upload again soon?

    • @BlackbeardSupport
      @BlackbeardSupport  Год назад +1

      Great!
      I would like to, but I've found a limit to my free time lately, unfortunately. Every time I intend to get back into it, something happens like my apartment flooding! So I'm trying, just not there yet.

  • @racing_duck
    @racing_duck 5 месяцев назад

    thanks man, worked :D

  • @mrfailure93
    @mrfailure93 2 года назад +1

    Good explanation, but docker-compose FTW!

  • @trentnissen5311
    @trentnissen5311 5 месяцев назад

    You are a young Russell Crowe.

  • @KazukiFuse99
    @KazukiFuse99 2 года назад

    Getting 'Message: Cloudflare Error: No challenge selectors found, unable to proceed.' After entering URL (checked if it was running, it was running) any suggestions? Thanks :)

    • @BlackbeardSupport
      @BlackbeardSupport  2 года назад

      In general it means the destination site (that you're trying to reach) is either down or has decided to block FlareSolverr. Has the issue been happening long? Sometimes it goes away after a few hours if this site is just down.

    • @KazukiFuse99
      @KazukiFuse99 2 года назад

      @@BlackbeardSupport Site was down, it works now. Thanks!

    • @BlackbeardSupport
      @BlackbeardSupport  2 года назад +1

      @@KazukiFuse99 Great to hear!

  • @MichmanRay
    @MichmanRay 2 года назад

    Such a problem. "The cookies provided by FlareSolverr are not valid". Please tell me what to do.

    • @BlackbeardSupport
      @BlackbeardSupport  2 года назад

      Is FlareSolverr on the same network as Jackett? If not, it needs to be. Make sure you're not using a VPN in between either!

    • @MichmanRay
      @MichmanRay 2 года назад

      @@BlackbeardSupport Only one torrent tracker gives such an error. He's under DDoS attack right now, which is probably why. Thank you anyway.

    • @BlackbeardSupport
      @BlackbeardSupport  2 года назад

      That could also be it, yes!

  • @p060477
    @p060477 6 месяцев назад

    hi, first thxs so much indeed for yr beautiful video tutorial, in my case when run the test i got this error: "An error occurred while testing this indexer
    Exception (cpasbien): FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Error: Error solving the challenge. string index out of range: FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Error: Error solving the challenge. string index out of range"..... what does it means..??...what have i to do...? thxs so much in adv . cheers

  • @moobsessive821
    @moobsessive821 2 года назад +1

    how the F u get FlareSolverr API URL link

    • @BlackbeardSupport
      @BlackbeardSupport  2 года назад +1

      Hi Mo, the API URL would be the IP address of the machine FlareSolverr is running on, at the port it's listening on. For example, it would be 192.168.0.10:8191, where '192.168.0.10' is the local IP of the machine that's running FlareSolverr on your local network.

    • @moobsessive821
      @moobsessive821 2 года назад

      @@BlackbeardSupport well , thank you mate

    • @BlackbeardSupport
      @BlackbeardSupport  2 года назад

      No worries.

  • @thegameksk
    @thegameksk Год назад

    I need help. I get Exception (1337x): The cookies provided by FlareSolverr are not valid: The cookies provided by FlareSolverr are not valid

    • @BlackbeardSupport
      @BlackbeardSupport  Год назад +2

      In general this happens when FlareSolverr is on a different network than Jackett. Is that the case?