twisted http context has byte method names, spyne wants unicode #674
Unanswered
pacanukeha
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running spyne 2.13.16 with twisted 21.7.0 on python 3.8 (ubuntu 18.04)
using Postman to test, I hit line 194 in soap11.py and the value of http_verb coming from the twisted http method context is b'POST' which fails http_verb == "POST"
twisted really seems to like ascii, it's all over their documentation - any suggestions as to how I can resolve this incompatibility? do I need to move away from twisted?
Beta Was this translation helpful? Give feedback.
All reactions