Bitcoin Forum
May 27, 2024, 02:11:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: What is wrong with bitcoind  (Read 1072 times)
Anonymous
Guest

October 10, 2011, 09:45:44 PM
 #1

Alright, so I just upgraded my bitcoind to version .4, and now I am having rpc troubles. For a project I was working on, I needed to secure the php scripts so they never directly talked with bitcoind, so to achieve that I created a daemon that reads transactions from bitcoind, json encodes them, signs that string with rsa, and then puts that into a location that my scripts can access. This daemon logs everything, so I looked at the log and saw that I have been having issues with bitcoind's rpc.
Code:
[10-Oct-2011 11:00:49] Log entry 24: Error with **ACCOUNT** Incorrect response id (request id: 1, response id: )
[10-Oct-2011 11:01:33] Log entry 25: Error with  **ACCOUNT** Incorrect response id (request id: 1, response id: )
[10-Oct-2011 11:01:42] Log entry 27: Error with  **ACCOUNT** Incorrect response id (request id: 1, response id: )
why am I having incorrect response ids? I have it a lot, if you look at the log:
Code:
[10-Oct-2011 11:15:30] Log entry 44: Error with **ACCOUNT** Incorrect response id (request id: 1, response id: )
[10-Oct-2011 11:20:52] Log entry 53: Error with **ACCOUNT** Incorrect response id (request id: 1, response id: )
[10-Oct-2011 11:23:38] Log entry 55: Error with **ACCOUNT** Incorrect response id (request id: 1, response id: )
[10-Oct-2011 11:51:06] Log entry 66: Error with **ACCOUNT**Incorrect response id (request id: 1, response id: )
[10-Oct-2011 11:58:40] Log entry 70: Error with **ACCOUNT**Incorrect response id (request id: 1, response id: )
[10-Oct-2011 12:08:16] Log entry 77: Error with **ACCOUNT**Incorrect response id (request id: 1, response id: )
[10-Oct-2011 12:18:28] Log entry 86: Error with **ACCOUNT**Incorrect response id (request id: 1, response id: )
[10-Oct-2011 12:43:08] Log entry 93: Error with **ACCOUNT**Incorrect response id (request id: 1, response id: )
[10-Oct-2011 12:43:51] Log entry 94: Error with **ACCOUNT**Incorrect response id (request id: 1, response id: )
[10-Oct-2011 12:46:55] Log entry 96: Error with **ACCOUNT**Incorrect response id (request id: 1, response id: )
[10-Oct-2011 12:47:50] Log entry 97: Error with **ACCOUNT**Incorrect response id (request id: 1, response id: )
[10-Oct-2011 12:50:57] Log entry 102: Error with **ACCOUNT**Incorrect response id (request id: 1, response id: )
[10-Oct-2011 12:56:20] Log entry 106: Error with **ACCOUNT**Incorrect response id (request id: 1, response id: )
[10-Oct-2011 12:58:44] Log entry 109: Error with **ACCOUNT**Incorrect response id (request id: 1, response id: )
[10-Oct-2011 13:00:22] Log entry 110: Error with **ACCOUNT**Incorrect response id (request id: 1, response id: )
as you can see, I am having this problem a lot during a two hour period. I also noted that the account was the same in every entry.

Thanks,
macintosh264


PS:

those lines are created with the following code:
Code:
$line = "Log entry $index: Error with $account $jsonRPCErrorString";
and the $jsonRPCErrorString comes from my implementation of a jsonRPC client for php.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!