-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
event loop in thread not starting #25
Comments
I have same problem |
@abdi-El @artel1992 Thanks for raising. I need some more information on your set-up before I can diagnose the issue.
Any information you can share about your project set-up so I can attempt to reproduce the issue would also help. |
Perhaps this will help you |
@artel1992 possibly that's related, I'm not sure. What version of graphene-django are you using? |
this is the first time that i'm using graph_wrap. I didn' know that using django >= 4.0 was an issue, i'll try to downgrade and see what happens |
@abdi-El Looking into it, it looks like the issue (graphql-python/graphene-django#1284) on graphene-django which was blocking graph wrap supporting Django >= 4 is now resolved, so I should work on adding support for that soon. Until then it would be good if you could try downgrading Django to let me know if the issue persists. Please also try downgrading graphene-django to version 2.15.0. |
@PaulGilmartin @artel1992 I tried to downgrade an that wasn't the only issue, I resolved by doing this:
|
@abdi-El I would have thought that graphql-python/graphene-django#1387 (comment) only pertains to graphene-django > 3.0 and that downgrading to 2.15.0 would be enough without the quick fix. I'm glad you managed to resolve it anyway. I will add support for Django > 4 and graphene-django 3.0 as soon as possible. I will probably wait until I also see a proper solution for the linked issue graphql-python/graphene-django#1387 (comment). |
a got this error while configuring my urls: {"errors":[{"message":"There is no current event loop in thread 'Thread-1 (process_request_thread)'.","locations":[{"line":2,"column":7}],"path":["model"]}],"data":{"model":null}}
The text was updated successfully, but these errors were encountered: