-
Notifications
You must be signed in to change notification settings - Fork 21
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
goblin not working with aiohttp (server) #109
Comments
brean
changed the title
goblin not working with aiohttp
goblin not working with aiohttp (server)
Oct 16, 2018
downgrading does not work. I tried downgrading to
but this only ends in another error:
|
Looks like this pull request has not made it into a released version, yet? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
(UPDATE!) I got it running monkey-patching this pull request into my code. When is this planned to be released?
I am looking for an example of aiohttp and goblin happily working together. I tried to create my own but I am not able to get goblin and aiohttp to work at the same time.
Can you point me to the right versions of aiohttp, goblin and aiogremlin that work together?
You can take a look at a simple example script I wrote here:
https://gist.github.com/brean/cb2630fc3bbe0ce8654bc995829908f3#file-goblin_aiohttp_server-py
I have these versions installed (I am using the current gremlin 3.3.3, but I can downgrade if that solves the issue for now):
The error message I get is:
and because that did not finish correctly the code runs into a timeout:
So the error occurs in aiogremlin/driver/aiohttp/transport.py:22 which is not an async call, but I am not sure if this deserves a bug report in aiogremlin or here.
The text was updated successfully, but these errors were encountered: