ItsEthra / typst-live

Hot reloading for your typst files
MIT License
71 stars 8 forks source link

Error on macOS #2

Closed beeb closed 1 year ago

beeb commented 1 year ago

The server starts fine but after the first edit I see the following error:

ERROR typst_live::routes: Failed to send message to the client: Error { inner: Io(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }) }
ItsEthra commented 1 year ago

It means that server upgraded to websocket connection but failed to send message to the client. If you can provide more information like browser and console logs I might be able to see what the issue is.

beeb commented 1 year ago

Doesn't happen with the new -R option, maybe it was a conflict with the VSCode extension