Patrick Arminio
Patrick Arminio
@jkimbo I don't think so, let's close for now 😊
This seems to be related to websockets, I'll see if this is something we need to fix on our end 😊
hi @s3rius, sorry for the late reply! Looks like this is happening when doing websockets connections, which might not happen anymore in your case (we upgraded to GraphiQL 2 and...
@Kludex I reproduced this by using the fastapi template provided above and trying to do a subscription, I can see if I can make a more minimal reproduction in the...
yes, we should change that 😊 feel free to make a PR!
@Jatinbalodhi96 I'll assign you to this issue :) We have a small contribution guide here: https://github.com/strawberry-graphql/strawberry/blob/master/CONTRIBUTING.md#contributing-to-code We also have a cli setup (which should be refactored I reckon): https://github.com/strawberry-graphql/strawberry/blob/master/strawberry/cli/__init__.py So...
@Jatinbalodhi96 uh, never seen that error, what os and python version are using?
@Jatinbalodhi96 oh interest, I never tried strawberry or event GraphQL core on windows, I'll see if I can add tests for that, I don't have a windows machine at the...
@Jatinbalodhi96 yes :) can you try with `poetry run strawberry` ?
@Jatinbalodhi96 yes, poetry works a bit differently than pip, here's the docs on add: https://poetry.eustace.io/docs/cli/#add do use it like `pip install -e .` you need another poetry project as far...