Getting an Error TypeError: Authorization header is `None`

I am getting an error when I am trying to have a conversation in rasa x

TypeError: Authorization header is `None`.

Hi @talhashaikh5, it would be great if you could provide some more information about your setup:

  • what version of rasa and rasa X are you running?
  • when does this error occur?
  • does it occur repeatedly, and can you share steps to reproduce it?
  • what is the full stacktrace?

Thanks!

Sorry for late reply, solved this issue.

how did you solve this issue?

@rashmi.metri try latest version of rasa

i have the latest version, it actually says {“reasons”:[“Authorization header not present.”],“exception”:“Unauthorized”}

@rashmi.metri what version of Rasa X are you running? Can you share steps to reproduce the issue?

I am also running into this problem. did anyone solve this?

Hi all,

I had this issue when upgrading rasa-x 0.41.1/2.7.1/2.7.1 implemented on kubernetes to 0.41.2/2.8.0/2.8.0.

I think the problem is linked to :

And the response is in :

How Rasa-x environment uses the tokens listed under rasa-x and rasa tags of the kubernete’s value.yml file is a bit confusing for me. The solution was to copy the token (reachable when you want to upload a model in rasa x) inside the tokens of rasa and rasa-x inside the values.yml file. I was thinking that those values were specifications for the cluster, it seems that it generates those tokens and we have to update them in the value.yml file and then upgrade the cluster with : helm upgrade --values ./values.yml --namespace NAMESPACE --reuse-values RELEASE_NAME rasa-x/rasa-x

Then you erase your models and train a new one, it will be working

Is that behaviour caused by the call of other rasa versions than the helm chart specifies (2.0.0 is linked to 0.41.1 and 2.7.1) ? Talking about that, what are the risks of doing such a thing ?