carpediemus
BBuildShip
•Created by serge on 3/6/2024 in #💬・general
serge - hello please add claude 3 function call...
Yes please
4 replies
BBuildShip
•Created by serge on 3/6/2024 in #💬・general
serge - hello please add claude 3 function call...
4 replies
BBuildShip
•Created by carpediemus on 2/14/2024 in #❓・buildship-help
weatherapi problem
Thank @Gaurav Chadha .
Running the code with parameters keeps sending the "API key has been disabled." error.
Any clue why it might be happening?
{
"error": {
"code": 2008,
"message": "API key has been disabled."
}
}
9 replies
BBuildShip
•Created by carpediemus on 2/14/2024 in #❓・buildship-help
weatherapi problem
even when a code has a static value it tell me the API key was disabled, but if i run the same url in the browser it works fine.
import fetch from 'node-fetch';
export default async function fetchWeatherForecast({
cityName,
apiKey
}) {
const url = 'https://api.weatherapi.com/v1/forecast.json?key=e6e9ccf035494de1b6f145150241502&q=rehovot&days=3';
const response = await fetch(url);
const data = await response.json();
return data;
}
9 replies
BBuildShip
•Created by carpediemus on 2/14/2024 in #❓・buildship-help
weatherapi problem
now it keep saying that ,y api key is disabled, but when i run the url directly it works fine:
https://api.weatherapi.com/v1/forecast.json?key=e6e9ccf035494de1b6f145150241502&q=rehovot&days=3
9 replies
BBuildShip
•Created by carpediemus on 2/14/2024 in #❓・buildship-help
weatherapi problem
hi there , thanks for the update.
Unfortunatly i keep getting an error:
{"error":{"nodeId":"test-node-1707946936528","nodeName":"Validate URL and Fetch 3-Day Weather Forecast","stage":"building node","errorObject":{"errors":[{"id":"","location":null,"notes":[],"pluginName":"","text":"Failed to write to output file: close /usr/src/app/bucket/builtNodes/test-node-1707946936528/1708008594719.cjs: interrupted system call"}],"warnings":[]}},"buildId":"1708008594719"}
9 replies
BBuildShip
•Created by carpediemus on 2/14/2024 in #❓・buildship-help
weatherapi problem
Sent, thanks
9 replies