-Coin icon indicating copy to clipboard operation
-Coin copied to clipboard

Random bugs

Open red0queen opened this issue 11 years ago • 2 comments

I obtain frequently errors like :Failed to retrieve data from the daemon, please check your configuration, and ensure that your coin daemon is running: exception 'Exception' with message 'Unable to connect to http://bitcoinrpc:password@localhost:1234' in /var/www/jsonRPCClient.php:140 Stack trace: #0 /var/www/header.php(19): jsonRPCClient->__call('getinfo', Array) #1 /var/www/header.php(19): jsonRPCClient->getinfo() #2 /var/www/index.php(10): include('/var/www/header...') #3 {main} The app has working fine some hours with one wallet, and failed when adding a second. Now it dosent work with only the original account. When I test with curl, the daemons are responding fine.

red0queen avatar Jun 27 '14 03:06 red0queen

Seems strange. Are the daemons synchronizing? If you're downloading blocks, +Coin will act very strange because the RPC is unresponsive when syncing blocks.

if it works over cURL, then it should work fine from the WebUI.

Someguy123 avatar Jun 27 '14 15:06 Someguy123

Thanks for your reply. Some problems was probably due to the block sync. Now, litecoind & bitcoind are sync, and I have always a problem if I enable the two wallet in the config file : -when enabling the tow, only the litecoin wallet was available -I disable litecoin, the bitcoin wallet give me 'Unable to connect to http://:@:' and after some days it works -I re-enable the litecoin wallet in the php file config, only the bitcoin wallet stay available... I don't know how to describe more precisely the problem. I will probably lauch two instance with one wallet by instance.

red0queen avatar Jul 04 '14 20:07 red0queen