Chainlink Function calling Alpaca API multiple times instead of once
I’m running into an issue with Chainlink Functions that call the Alpaca API. The function completes successfully but seems to execute multiple times, causing 3 orders to be placed instead of just 1. This does not happen in the simulation; it’s only reproducible on-chain.
Chainlink Function calling Alpaca API multiple times instead of once
I’m running into an issue with Chainlink Functions that call the Alpaca API. The function completes successfully but seems to execute multiple times, causing 3 orders to be placed instead of just 1. This does not happen in the simulation; it’s only reproducible on-chain.
Chainlink Function calling Alpaca API multiple times instead of once
I’m running into an issue with Chainlink Functions that call the Alpaca API. The function completes successfully but seems to execute multiple times, causing 3 orders to be placed instead of just 1. This does not happen in the simulation; it’s only reproducible on-chain.
ERRORED message while doing transact in the chainlink GUI job run, and no value after calling CurrentPrice
actually im new to this, im trying to learn from the documentation. so in the fulfilling request page im doing exactly what it was told there( https://docs.chain.link/chainlink-nodes/v1/fulfilling-requests) im getting ERRORED message.
Chainlink function fulfilment conuter malfunction
Wrote this code as a sample chainlink function consumer to test my end points, everything works and I get desired response and no errors but for some reason, the chainlink function fulfilment counter in the dashboard does not update rather it remains at 0. I also had to had code the name ‘philip’ as the value for the character as the information returned from my endpoint may not fit into that variable however this was for a test purpose, the main code will not have that.
Chainlink automation custom logic not triggering but working manually
I’ve got a problem and i can’t understand it.
I have a custom logic automation on polygon blockchain.
taking input tokenURI in CCIP Chainlink NFT
NFT Contract
Error encountered during the callback with Chainlink Functions
I need help with Chainlink Functions, I have a smart contract deployed and working, the problem is when I call the “RequestNFT” function, I enter a link with metadata, specifically image, name and description.
Which Chainlink’s price feeds still have `minAnswer` and `maxAnswer` checks?
Chainlink’s website says minAnswer
and maxAnswer
are deprecated on most Price Feeds, so the questions is, is it possible to know the specific Price Feeds where these are not deprecated yet? Unfortunately, can’t see it on your website.
Chainlink Functions Callback Error: One frequent reason for failure is too much gas being used
I’m currently developing a feature for my project that requires the use of a Chainlink function for the BlockMagic Hackathon. However, I’m encountering a callback error(see image) when using it. I have increased and decreased the gas limit.