Ashley Sommer
Ashley Sommer
@ahopkins I think there might've been some miscommunication around what the WebsocketClosed exception is for. In #2248, WebsocketsClosed exception was added as a replacement for throwing `sanic.ServerError` exceptions if a...
The difference as I see it: `WebsocketClosed` is an error. It is triggered by trying to do something you cannot do. Writing to a closed socket is not possible, so...
Hi @RobbeSneyders Looks like you're actually seeing two different errors here: First, the `MemoryObjectReceiveStream` issue that you've described. As far as I'm aware, Sanic-in-ASGI-mode was not tested with Starlette middleware,...
I've got the same issue, on Ubuntu 20.04 too.
```bash Status: Downloaded newer image for sickcodes/docker-osx:latest ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 nohup: appending output to 'nohup.out' ++ id -u ++ id -g + sudo chown...
I just realized its probably because I'm running Wayland and not X11. Would that cause it?
Note, I'm getting the same error on Catalina, Big Sur, and Monterey. This is the monterey output (its much longer, but same error) https://gist.github.com/ashleysommer/3cc9b02ac448f313641fc4966d22c1fc
I had this same problem. I ran `v4l2-ctl -D --list-devices` and saw that my fake device was actually on `/dev/video6` So I changed v4l2loopback-path in config.ini to `/dev/video6` (and changed...
I'm hitting this same issue in my TerriaMap build for TERN-Landscapes. It affects not only the basemaps, but also WMS layers served by MapServer. Only happens in Safari on macOS,...
@finchMFG I think a trashcan icon would be more appropriate (removing a node is not the same as closing a window, for example), and changing text to "remove" as suggested...