I'm trying to use the BugBug tool on Composio, but all requests are failing with the following error:
error: "HTTPSConnectionPool(host='api.bugbug.io', port=443): Failed to establish a new connection: [Errno -2] Name or service not known"
Upon checking the logs and documentation of BugBug, I noticed these issues:
1.Incorrect host – The requests are being made to api.bugbug.io, but the correct host should be app.bugbug.io.
2.Missing authentication header – BugBug requires the API key to be passed in the header as: Authorization: Token <API_KEY>
Please help me out with a fix for this bug. Thank you.
@neat lintel @dull patio