-
Notifications
You must be signed in to change notification settings - Fork 1
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
AssertionError in libmodule-python when decoding the request. #70
Comments
Hi, The traceback you give is on the client-side error, and caused by the 500 error, so this traceback does not help. However, I see you originally submitted the server-side traceback, which is the cause of the 500 error:
It means that the construction of the Request object from the data sent by the client failed ( This is likely an error in our code, not yours. I will investigate that. |
I cannot reproduce the error. Can you give me the output of |
apparmor==2.10.95 |
i am getting json for another quetion as follow: |
Could you try with release versions of |
I will try with release versions of model and let you know if error is still there or not. |
As i m getting dict instead of str in previous error, i have change following: WARNING:router:Module _Module(name=u'ask_formularetrieval', url=u'http://localhost:9001/', coefficient=1, filters={}, method='http') returned 500: Internal server error. Sorry :/ WARNING:router:Module _Module(name=u'platypus_core', url=u'http://core.frontend.askplatyp.us/', coefficient=1, filters={}, method='http') returned 405: Bad method, only POST is supported. See: https://github.com/ProjetPP/Documentation/blob/master/module-communication.md#frontend Am i doing wrong somewhere? |
The first two errors are caused by the NLP. Ping @Ezibenroc. |
Any update regarding this error? `` |
Found the root of this error but don't know how to fix it . May be you can give a try to fix this. I have tried to use Corenlp server with ppp_cli modude for the same question use in webUI. |
Hi, i am writing one module to give mathematical formula for given question but i am having some trouble with json decoder. i got following error when i tried to post request and also got 500 -Internal server error. My module is running completely fine with the use of classes to send request but with the use of post it gives error.
CMD :python3 -m ppp_cli --api "http://localhost:8080/" --parse "(ENS de Lyon, location, ?)"
I have search for internal server error but nothing helped to solve my error.
Any suggestions how to deal with this problem?
The text was updated successfully, but these errors were encountered: