arcade-mcp/arcade/arcade
Renato Byrro d91e417c8d
Improve error message when an exception is raised at toolkit import time upon Worker startup (#327)
Upon Worker startup, when an exception raised in a toolkit at import
time, the worker logged output will not display the cause of the
exception, or even that there was an exception raised in the toolkit.

Instead, the worker logs only a not very useful message:

```
 Failed to start Arcade Worker: Could not find tool {tool_name} in module {toolkit_name}.tools.{module_name}
```

This PR improves the logged message by adding the cause of the error.
2025-03-24 22:31:49 -03:00
..
cli Allow workerup to run without login (#296) 2025-03-15 14:47:43 -07:00
core Improve error message when an exception is raised at toolkit import time upon Worker startup (#327) 2025-03-24 22:31:49 -03:00
sdk feat: Add Reddit and Twitch named providers (#294) 2025-03-14 13:52:46 -07:00
templates/{{ toolkit_name }} Relax arcade-ai dep for arcade new (#308) 2025-03-17 17:13:27 -07:00
worker Deployment Secrets (#301) 2025-03-17 21:17:17 -07:00
__init__.py Fix arcade-ai versions in arcade new cmd` (#111) 2024-10-17 13:51:16 -07:00
py.typed Add lookup_tweet_by_id to X Toolkit (#165) 2024-11-27 17:07:12 -08:00