Rohit Kumar
Rohit Kumar
For all the Batch API call errors **Follow this thread ------> https://github.com/nickmccullum/algorithmic-trading-python/issues/53#issuecomment-1495485369 I have answered all the errors/changes occuring**
 Just use this piece of code The request error can arise due to the requesting a large number of Batch API calls all at once Therefore for that...
@mishdgr8 @egutierrez130 I did change the ethers version as mentioned but after that its throwing a new error: ``` Error: could not detect network (event="noNetwork", code=NETWORK_ERROR, version=providers/5.7.2) at Logger.makeError (/home/rohit_kumar/prac/ethers-simple-storage/node_modules/@ethersproject/logger/lib/index.js:238:21)...
 ``` function createCampaign(address _owner, string memory _title, string memory _description, uint256 _target, uint256 _deadline, string memory _image) public returns (uint256) { Campaign storage campaign = campaigns[numberOfCampaigns]; require(campaign.deadline <...