John Wheeler

Results 6 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...