BlockIo / block_io-php

PHP library for Block.io
MIT License
56 stars 139 forks source link

Error while generating the wallet address through block.io #12

Closed Arunkumar9212 closed 7 years ago

Arunkumar9212 commented 7 years ago

Fatal error: Uncaught exception 'Exception' with message 'Failed: ' in /home/comsaintech/public_html/laxmicoin/block_io.php:121 Stack trace: #0 /home/comsaintech/public_html/laxmicoin/block_io.php(65): BlockIo->_request('get_new_address', Array) #1 /home/comsaintech/public_html/laxmicoin/dashboard/updatewallet.php(18): BlockIo->__call('get_new_address', Array) #2 /home/comsaintech/public_html/laxmicoin/dashboard/updatewallet.php(18): BlockIo->get_new_address(Array) #3 {main} thrown in /home/comsaintech/public_html/laxmicoin/block_io.php on line 121

This is the error i am getting when tried to generate the wallet address through block.io API. Not able to identify what's the problem. Anyone please help to get the solution.