activitysakhi throws exception with ERROR: Exception in ASGI application, TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' #110
Answered
by
heungheung
heungheung
asked this question in
Q&A
-
If anyone has seen something similar before, please give me a hand
I didn't dig into the source code yet. Purely from error message, I guess it is trying to concatenate none with a string when crafting the http response for the api call. Not sure why this happens. |
Beta Was this translation helpful? Give feedback.
Answered by
heungheung
Mar 22, 2024
Replies: 1 comment
-
Figure out the root cause of the error
should be
URL, the L needs to be capital. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
heungheung
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figure out the root cause of the error
https://github.com/Sunbird-AIAssistant/ai-bot-installer/blob/main/helmcharts/applications/charts/activitysakhi/configs/env.yaml#L24
should be
URL, the L needs to be capital.