Brandon Davis

Results 231 comments of Brandon Davis
trafficstars

I'm hitting the same thing right now with basically the same rule configuration. Whitelist is just being completely ignored.

I resolved this issue, I was using an "allow" rule with "whitelist" when I should have used "auth" This is a documentation bug from the README: ``` # Allow [email protected]...

This issue will be fixed by #297

@27Bslash6 Sorry to necro this, but since I think this repo is dead, I need to merge these changes into my own fork. How does this enable per-host loggin? I...

@zrthstr is the primary maintainer here, so I'll let them decide about that change.

What version of python are you running? This application is python3 only. Preferably 3.7+ Looks like your interpreter doesn't know what to do with f-strings. 2 is completely deprecated now,...

Looks like you're running it under python 3.5 `File "/home/user/.local/lib/python3.5/site-packages/libgen_seedtools/cli.py", line 37` f-strings were introduced in 3.6 Looks like you may need to reconfigure your default python3: https://unix.stackexchange.com/questions/410579/change-the-python3-default-version-in-ubuntu You'll probably...

You are a hero. This should be added to the readme.

``` TTPConnectionPool(host='localhost', port=9091): Max retries exceeded with url: /transmission/rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) ``` It's trying to contact transmission torrent server....

I think this is in-scope if someone wants to do it. Could use GH actions and GHCR to do it. Mostly copy-paste from https://github.com/subdavis/kobo-book-downloader