Troubleshooting: Having errors when running tool SearchYoutubeVideos #434
Replies: 1 comment 4 replies
-
Try In the "execute" section of the dashboard playground (https://api.arcade.dev/dashboard/playground/execute) you can try out tools and generate the python or JS code to call them. ![]() |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi so I am trying to use the tool SearchYoutubeVideos. I have a function that should execute the tool and return links to videos, but an Error code: 400 - {'name': 'malformed_request', 'message': 'invalid tool name'} keeps popping up. I read the tool documentation and the tool name should be SearchYoutubeVideos. I am not sure whether I am using the wrong syntax for calling on it or whatever it is. My functions code is below:
Beta Was this translation helpful? Give feedback.
All reactions