Rohit Kumar

Results 4 comments of 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**

![Screenshot (267)](https://user-images.githubusercontent.com/89246960/229718724-62a47060-22ad-4773-a67c-36085d2195f7.png) 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)...

![Screenshot (256)](https://user-images.githubusercontent.com/89246960/227569246-239236d5-d0ce-4425-9fce-041f876a9b30.png) ``` 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 <...