John Wheeler

Results 10 comments of John Wheeler

Hi All, I'm getting this error consistently on response.read() ``` ssl.SSLError: ('The read operation timed out',) ``` Does this issue mean that this can't be handled currently? Thank you for...

Thank you for the quick response. Handled was a poor word choice since it connotes exception handling. I was wondering if there's a way to stop this error from occurring...

Please disregard. I just don't know what I'm doing. I think I'm trying to interact with a HTTP/2 service in an HTTP/1 way and didn't make it far enough in...

Hi, I deleted my last comment because I realized HTTP20Connection's `connect` is not part of the public API. Does it make sense to add to add a `timeout` parameter to...

@dinghui0712, Did you end up supporting urn:ietf:wg:oauth:2.0:oob as a redirect URI?

@zhangusc Thank you. If you don't mind me asking, how do you pass the OAuth Access Token to the CEP Panel once it's received on the page on the hosted...

So @aadarsh-nagrath, I did some digging and I think this is incorrect. It definitely looks like they're using ffmpeg filters https://github.com/remotion-dev/remotion/blob/main/packages/renderer/src/create-ffmpeg-complex-filter.ts https://github.com/remotion-dev/remotion/blob/main/packages/renderer/src/create-ffmpeg-merge-filter.ts https://github.com/remotion-dev/remotion/blob/main/packages/renderer/src/ffmpeg-filter-file.ts Also, there's a lot of Puppeteer stuff...

Why is this happening? Is this another crippled feature of the open source version that I'm slowly learning is just taking up so much of my time because it can't...

When OPENAI_BASE_URL is not defined in the environment variables, the application crashes during LLM extraction with the error: Failed to generate schema after all attempts. Last error: Failed to parse...