fourdim
fourdim
Closed by toeverything/blocksuite#5964. An update to AFFiNE 0.11.3 (Already released) will fix this issue.
Press `crtl/cmd+shift+i` and copy logs to here will help.
Fixed in the latest release.
> > Fixed in the latest release. > > Hi! I am a self-host user, I pulled the docker image(ghcr.io/toeverything/affine-graphql:stable) today, and I found I cannot copy the text from...
> Hi! Here are the details about this bug: > > 1. I could copy text/image/URL/etc from other places and paste it to the affine webpage in the browser. >...
Related to AFFiNE's optimization which transforms https://github.com/toeverything/blocksuite/blob/2b5bb47533b022cea0cef72422cf8ba31721f280/packages/blocks/src/attachment-block/attachment-service.ts#L16 to ```ts e=>e.type.startswith("image/") ``` 
> The new version for self hosted is running but i have this message :  > > My server not gonna save my note ? or it's a UI...
It's removed. You can type "/" for commands to insert blocks.
https://github.com/PyO3/pyo3/discussions/3732
https://github.com/PyO3/pyo3/issues/1305 TLDR: tokio multithreading will cause a GIL deadlock. The GIL is acquired by accessing the callback parameter.