HTTP-APIs/hydra-python-agent

Getting error while running python agent.

Closed this issue · 0 comments

I'm submitting a

  • bug report.
  • feature request.

Current Behaviour:

I am trying to create a complete demo of hydra using the MovieApi doc used in the new documentation (https://github.com/Purvanshsingh/hydra-MovieApi-demo).
While connecting python agent getting the following error:

redis.exceptions.ResponseError: errMsg: Invalid input '@': expected a property name, '}' or a parameter line: 1, column: 23, offset: 22 errCtx: CREATE (Entrypoint:id{@id:"vocab:Entrypoint",supportedOperation:"GET",url:"ht... errCtxOffset: 22

Please let me know if I am doing anything wrong.

pip version 20.3.3
python version 3.6.12
OS Ubuntu 20.4

running docker image successfully : docker run -p 6379:6379 -it --rm redislabs/redisgraph

Screenshot from 2021-01-27 19-44-52

Expected Behaviour:

It should connect to localhost without any error

Steps to reproduce:

clone https://github.com/Purvanshsingh/hydra-MovieApi-demo
python3 hydra-python-agent/agent.py

Do you want to work on this issue?