[Support] binhex - Flaresolverr


Recommended Posts

Overview: Support for Docker image arch-flaresolverr in the binhex repo.

Application: Flaresolverr - https://github.com/FlareSolverr/FlareSolverr

Docker Hub: https://hub.docker.com/r/binhex/arch-flaresolverr/

GitHub: https://github.com/binhex/arch-flaresolverr

Documentationhttps://github.com/binhex/documentation

 

If you appreciate my work, then please consider buying me a beer 😁

 

btn_donate_SM.gif
 

For other Docker support threads and requests, news and Docker template support for the binhex repository please use the "General" thread here

Link to comment

Hey, hey,

First of all: thanks @binhex for all that work!
Insane what you are pulling off and make available.
Thank you so much for that!

I'm still new to the whole Home-Server, Docker and Unraid business.
And even though I try to read through most of the documentation I do sometimes lose track of why something might not work in the end.
Most of it all is still a new language to me.

 

So, I thought I was on a good track with Prowlarr, Sonarr and friends but now require flaresolverr in order to use them.
When I start flaresolverr however, the webUI shows the following:
 

error: "Method not allowed."
status_code: 405

 

I already installed python pack 3 but am kind of lost how to get it up and running.

Installing Ungoogled-Chromium also didn't seem to help.

 

Any idea or hint what the issue might be and how to solve it?

Link to comment
41 minutes ago, IMACRAB said:

When I start flaresolverr however, the webUI shows the following:

There is no webui for this image, it is purely command line and there is nothing to configure on the flaresolverr end, you simply point prowlarr/jackett at flaresolverr and you are done.

 

i am using this myself, an example setup defined in prowlarr:-

image.png.31f63a4d2330382ba6469d1a1413857f.png

 

once defined here you then add 'tags' to each index site which then links it to flaresolverr.

Link to comment

For completeness here is what the Jackett configuration looks like for Flaresolverr, just go to Jackett WebUI scroll down to 'Jackett Configuration' and configure the URL for Flaresolverr, e.g.:-
image.thumb.png.f2ac7a62a801b5c9039ee4bb80f4bc7c.png

Link to comment
8 hours ago, binhex said:

For completeness here is what the Jackett configuration looks like for Flaresolverr, just go to Jackett WebUI scroll down to 'Jackett Configuration' and configure the URL for Flaresolverr, e.g.:-
image.thumb.png.f2ac7a62a801b5c9039ee4bb80f4bc7c.png

Thanks for coming back to me on this!

That's very odd, because that is exactly what I did.

I did not change anything throughout the installation of FlareSolverr either.


And I got the following error from prowlarr when clicking to 'test':

FlareSolverr.png.d824d3ec29e35881a44ed932e722f07b.png

Link to comment
1 minute ago, IMACRAB said:

Thanks for coming back to me on this!

That's very odd, because that is exactly what I did.

I did not change anything throughout the installation of FlareSolverr either.


And I got the following error from prowlarr when clicking to 'test':

FlareSolverr.png.d824d3ec29e35881a44ed932e722f07b.png

are you sharing networkkng with another container, for example vpn container? if you are and you are using one of my images then you will need to define the port in/out (depeds on setup).

Link to comment

What would be a good way to figure that out?
I'm currently using mostly images made by you.

That includes:

  • FlareSolverr
  • Prowlarr
  • Sonarr
  • QBitTorrent <- I should have succeeded to get my VPN up and running for this one

 

Link to comment
18 hours ago, IMACRAB said:

What would be a good way to figure that out?

do this:-

 

Left click the prowlarr container and select 'Edit', make any change to a value, then switch it back to what it was and click on 'Apply', then copy and paste the 'Command execution' shown to a file, ensuring to remove any reference to username and password, then attach the file here.

Link to comment
On 3/5/2024 at 4:17 PM, binhex said:

do this:-

 

Left click the prowlarr container and select 'Edit', make any change to a value, then switch it back to what it was and click on 'Apply', then copy and paste the 'Command execution' shown to a file, ensuring to remove any reference to username and password, then attach the file here.


Thanks for the tip.
Is it this one?
 

docker run
  -d
  --name='binhex-prowlarr'
  --net='bridge'
  -e TZ="Europe/Paris"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Gordon"
  -e HOST_CONTAINERNAME="binhex-prowlarr"
  -e 'UMASK'='000'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:9696]/'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/prowlarr-icon.png'
  -p '9696:9696/tcp'
  -v '/mnt/user/appdata/binhex-prowlarr':'/config':'rw' 'binhex/arch-prowlarr'
e55bf9753161d07da6aeb272004338a0f3b9fea8b369d53840417411057cf307

The command finished successfully!

 

Link to comment
  • 2 weeks later...
On 3/6/2024 at 9:57 PM, IMACRAB said:


Thanks for the tip.
Is it this one?
 

docker run
  -d
  --name='binhex-prowlarr'
  --net='bridge'
  -e TZ="Europe/Paris"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Gordon"
  -e HOST_CONTAINERNAME="binhex-prowlarr"
  -e 'UMASK'='000'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:9696]/'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/prowlarr-icon.png'
  -p '9696:9696/tcp'
  -v '/mnt/user/appdata/binhex-prowlarr':'/config':'rw' 'binhex/arch-prowlarr'
e55bf9753161d07da6aeb272004338a0f3b9fea8b369d53840417411057cf307

The command finished successfully!

 

sorry i completely forgot about this post!, the above looks fine and i can see its using 'bridge' and not sharing the network with any vpn docker containers, so i am puzzled as to why prowlarr cannot connect, the URL you are entering into prowlarr for the 'host' is that the ip address of your unraid server, right?.

 

 

Link to comment
  • 2 weeks later...
On 3/15/2024 at 12:07 AM, binhex said:

sorry i completely forgot about this post!, the above looks fine and i can see its using 'bridge' and not sharing the network with any vpn docker containers, so i am puzzled as to why prowlarr cannot connect, the URL you are entering into prowlarr for the 'host' is that the ip address of your unraid server, right?.

 

 

Hey, hey,

 

I was off for a moment myself - thanks for looking into it again.

Yes, it's the IP address of my Unraid Server.

For reference, prowlarr uses the exact same address, but with a :9696 at the end.

 

The :8191 is also not used by any other docker.

Link to comment
15 hours ago, IMACRAB said:

Hey, hey,

 

I was off for a moment myself - thanks for looking into it again.

Yes, it's the IP address of my Unraid Server.

For reference, prowlarr uses the exact same address, but with a :9696 at the end.

 

The :8191 is also not used by any other docker.

ok then im out of ideas, all i can say is i use this image and it works for me *shrug*.

Link to comment
On 3/26/2024 at 10:28 AM, binhex said:

ok then im out of ideas, all i can say is i use this image and it works for me *shrug*.

 

Hey, hey,

 

I looked into it again and both yours and also the 'official' docker didn't work initially.


After ticking off the 'Use Proxy' options within prowlarr it worked however.

Would you know if I just misconfigured the Proxy options for prowlarr in that case or was it never meant to work with 'Use Proxy' turned on?

 

These were my options:
image.png.57a30889ad88682be4296189166b3f9c.png

 

Thanks again for your help!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.