Closed ProfMoo closed 11 months ago
Hi there, sorry for the late response. Thanks for trying out Buildarr.
Would you be able to share what type of indexer you have configured?
If possible, it'd be great if you can run Buildarr in debug mode (by either passing --log-level DEBUG
on the command line, or setting the BUILDARR_LOG_LEVEL
environment variable to DEBUG
), and then share a transcript of the resulting API logs surrounding the error (with any API keys and passwords redacted.) If you'd like help doing this, please let me know.
Hi 😄
Would you be able to share what type of indexer you have configured?
Yes no problem. When I first ran into this issue, I only had OPS and RED. Right now I have ANT, MTV, OPS, and RED. I just verified that I have the same issue with all 4.
If possible, it'd be great if you can run Buildarr in debug mode (by either passing --log-level DEBUG on the command line, or setting the BUILDARR_LOG_LEVEL environment variable to DEBUG)
No problem. I've attached a file or a full run in debug mode with the keys redacted:
Thank you for the debug logs. I have found the issue and will create a PR to patch Buildarr shortly.
Thanks for waiting. the fix for this issue has been released as:
buildarr-prowlarr==0.4.1
callum027/buildarr:0.6.4
Please give the new version a try to check that it resolves your issue.
Hi! Nifty tool 😄. Always seemed odd to me that all the Arr tools were so click-ops centric. I'm looking to integrate it into my stack.
While I was trying to onboard
buildarr-prowlarr
, I ran into this issue any time the plugin was trying to download the existing Prowlarr config:A few items of note:
dump-config
commandHere is my
builder.yml
that I was trying to startup with, but I don't think the configuration affects anything since I don't thinkbuildarr
got past downloading the remote config fromprowlarr
. Figured I'd send it just in case:Happy to provide any additional details or help debug. Thanks again for making this tool