Skip to content

How do I troubleshoot why the worker has no tools deployed? #503

Discussion options

You must be logged in to vote

Hi @amurauyou after looking at your toolkit, you have an error on line 34 in utils.py. The double quotes surrounding your secret are tripping up Python. Try "Authorization": f"Bearer {context.get_secret('POLYGON_API_KEY')}" instead.

This was not obvious though. We'll be working to improve error messages so that this type of thing can be caught early!

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@amurauyou
Comment options

Comment options

You must be logged in to vote
2 replies
@amurauyou
Comment options

@EricGustin
Comment options

Answer selected by EricGustin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants