I click on run once ,it does what it does and it give Handled Error Type: runtime error

:bullseye: What is your goal?

build this ai agent to leatrn how to build my forst ai ,iam trying my best to follow woth the make ai course and that is the example given in the course!

:thinking: What is the problem & what have you tried?

I click on run once ,it does what it does and it give Handled Error Type: runtime error

:clipboard: Error messages or input/output bundles

Handled error
type RuntimeError

1 Like

runtime error just means one module is failing.

run it again and check which module turns red. open that one and look at the bundle. most likely something isnโ€™t mapped or itโ€™s getting an empty value.

the error itself is generic, the failing module will tell you whatโ€™s wrong.

2 Likes