linuxserver / docker-jackett

GNU General Public License v3.0
390 stars 96 forks source link

Option 'ProxyConnection' is unknown. #111

Closed Anzic23 closed 3 years ago

Anzic23 commented 3 years ago

linuxserver.io


Expected Behavior

Start with a configured proxy.

Current Behavior

error to start container

Steps to Reproduce

 environment:
  - RUN_OPTS=--ProxyConnection=172.23.0.57:8118

Environment

OS: synology CPU architecture: arm64 How docker service was installed: from the official docker repo

Command used to create docker container (run/create/compose/screenshot)

jackett: image: linuxserver/jackett networks: default: ipv4_address: 172.23.0.54 container_name: jackett environment:

Jackett v0.17.159

github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the issue template!

aptalca commented 3 years ago

I'm confused. Are you making a statement or asking a question?

The error is self explanatory. Jackett doesn't understand the option you're trying to pass.

What exactly is the purpose of this ticket?

RoelSG commented 3 years ago

Had the same behaviour:

Using the - RUN_OPTS=--ProxyConnection=proxyip

This option is directly mentioned in the parameter documentation. I removed the RUN_OPTS variable and the container started normally. I think something changed in upstream Jackett or some parsing, I haven't changed the variable in ages.

Roxedus commented 3 years ago

Yes. https://github.com/Jackett/Jackett/commit/edce56f36311767f9bff3f1944ea1f0d929ab0e0

RoelSG commented 3 years ago

Very clear-cut. I think only a documentation change is needed, but apparently the option also did nothing before.

Roxedus commented 3 years ago

Correct