tking2
tking2
I think I've spotted the issue here, at least in a case I've been facing. As part of commit db6b1d1ab2dd2f26ac34c146de13de655d8b4032, a new newznab provider has been overriden here: sickchill/oldbeard/providers/newnewznab.py. Haven't...
The PR _might_ not fix things if there are other changes as a result of the `xml` language setting, but hopefully those more familiar with the code will be able...
@brianjmurrell do you have any debug logs you can share when it attempts to search for an episode? The PR did fix my use case and all is working for...
Already supported: https://github.com/aws-samples/bedrock-access-gateway/blob/main/src/api/models/bedrock.py#L76-L82
Hey @rdpinformacao, I had a quick look at your logs. It's not a blocking issue, but if you want to scale this to production I would recommend: 1. On production,...
How did the upgrade go @rdpinformacao?
Spotting bigger issues than just the `operation_name` variable. https://github.com/graphql-python/graphql-server/blob/main/src/graphql_server/static/graphiql.html#L187C42-L187C55 `locationQuery` has been removed from this file, but we're still seeing a reference here. I'm pinned to 3.0.0b7 while 3.0.0 is...