Skip to content

TypeError: __call__() missing 1 required positional argument: 'send' #1736

Answered by Zhaoxun
Zhaoxun asked this question in Help!
Discussion options

You must be logged in to vote

Try changing path(conf["intranet"]["address"].split("/")[3]+"/", Trade)
to path(conf["intranet"]["address"].split("/")[3]+"/", Trade.as_asgi())
As nstadelmaier-dev suggested.

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@vitormhenrique
Comment options

@Zhaoxun
Comment options

@Zhaoxun
Comment options

@Zhaoxun
Comment options

@nstadelmaier-dev
Comment options

Comment options

You must be logged in to vote
1 reply
@shanda0409
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Zhaoxun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help!
Labels
None yet
6 participants
Converted from issue

This discussion was converted from issue #1735 on August 08, 2021 10:12.