-
Hi,
I cannot get Websockets to work using the code example :
`const websocket = async () => {
const ws = new WebSocket('wss://tennis.sportdevs.com/live/score?token={myapikey}', ['updates'])
…
-
### Describe the bug
I am opening this bug here instead of in the Python repo, because while the Python version hasn't been updated in the last few months, this error is not happening in Surreal 1.x.…
-
### Environment information
- `ape` and plugin versions:
```
$ ape --version
# 0.8.14
$ ape plugins list
alchemy 0.8.2
etherscan 0.8.3
vyper 0.8.5
```
- Python V…
-
Hi Team,
Thanks for the help in issue # 1, I can connect the call. But seeing the media IP negotiated by the server is 127.0.0.1 in the final 200 SDP:
**200 OK SDP from Server:**
SIP/2.0 200…
-
Happy to see Bottle get a version bump. I read through the patch notes and noticed added support for `aiohttp` and `uvloop` server adapters. I'm hoping to add a basic websocket implementation to my bo…
-
Python 3.8.19
pyppeteer 1.0.2 2.0.0
场景:访问google时,出现验证码,处理完验证码后,抛出异常
异常堆栈:
connection unexpectedly closed
Task exception was never retrieved
future:
Traceback (most recent call la…
-
To test the basic usage of [websockets](https://pypi.org/project/websockets/), I want to start a server and test the return string from client, I think server and client should be in separate thread.
…
-
Proxies with basic authorization do not work in Unirest 4 but works fine in 3.14.1.
It looks like the native Java client does not work correctly.
I setup a squid server with basic authorization.…
-
### Description
Visual Studio 2022 breaks on an unhandled WebSocketException when browser.CloseAsync() is called. This only happens on .NET 8. When using .NET 6 there is no exception. I got same exce…
-
Currently, the `web_video_server` uses http to serve video using the `async_web_server_cpp` library. This library has support for websockets, as I understand it. Are there any plans to use websocket…