Closed koaning closed 3 years ago
Possibly related, because of https://github.com/RasaHQ/rasa/issues/9998 I changed the httplib2/auth/auth_param_name.py
file such that;
auth_param_name = token.copy().setName("auth-param-name").addParseAction(pp.downcaseTokens)
becomes
auth_param_name = token.copy().setName("auth-param-name").addParseAction(pp.pyparsing_common.downcaseTokens)
Without it, main
is broken for a different reason.
I can confirm this is no longer an issue on RC1, so I'm closing this issue.
I am also getting the AttributeError: 'Route' object has no attribute 'parameters'
on rasa run --debug
(i think rasa shell --debug
does down a similar path calling run under the hood) using rasa version 2.7.1 and Rasa SDK Version 2.7.0 (what's the difference between these?).
Any suggestions how may I investigate the source code to see why the code runs a different path (i assume that's why it broke with --debug and runs properly without) when debug option is given? Or how may I debug rasa open source and actions server?
I am testing the new slot configurations on main and I fear there's a big bug in the shell.
via
rasa interactive
First I figured I'd try running my form in interactive mode.
via
rasa shell
Since the interactive shell did not work, I figured I'd move on to the normal shell. This gives the same error.
Debug
I also ran
rasa shell --debug
which gave the following: