Skip to content

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
Discussion options

You must be logged in to vote

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

TELEMETRY_ENDPOINT_URl: "{{ .Values.telemetry_url }}" 

should be

TELEMETRY_ENDPOINT_URL: "{{ .Values.telemetry_url }}" 

URL, the L needs to be capital.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by heungheung
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant