Matthew Esposito
Matthew Esposito
I'd also add #184 to this project - we'd likely need a Hyper client adapter compatible with 0.14.x that would inherit the proper HTTP/S client environment variables. Something like https://lib.rs/crates/mz-http-proxy...
Do you happen to have what the specific error was? There should be a "report issue" button which includes the filled-out template that has more specific error messages.
That specifically showing up is very strange because nothing Redlib has will generate that error page. Is there a reverse proxy?
Nonetheless, I believe this was coincidentally fixed in 0b15250cc83776d48c6247c553d40adeb79ac9cf. It should render a proper error page mentioning a "rate limit" - this language is a bit vague since technically it...
Reopening this - what is the behavior with the latest container image? I removed the special case in the commit above since it wasn't correct but I do want to...
Ooh. I didn't notice that was still a problem. That should be an easy fix to the github actions to not replace the binary unless it's a tagged release. Thank...
unfortunately doesn't appear that this info is exposed to the JSON api at all anymore :( this would rely on the big transition to the new GQL API. Got some...
I think this is still a relevant issue. The error code being 414 specifically makes me think it's still an error in the way we send subscription URLs - if...
More info please. Are you the instance operator?
For anyone looking to work on this: seems like the sort parameter isn't being parsed correctly around here: https://github.com/redlib-org/redlib/blob/bbe5f8191475ea20e41e5a4eb1572fbd2a45d8b3/src/subreddit.rs#L588 Leading to the default case 'hot' being chosen at all times.