Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: 🏰 TradeFortress 🏰 on January 02, 2013, 05:12:17 AM



Title: Fatal error: Uncaught BitcoinClientExeception: Didn't receive 200 OK
Post by: 🏰 TradeFortress 🏰 on January 02, 2013, 05:12:17 AM
I'm getting this error when I try to call gettransaction with a valid TX, getreceivedbyaddress.. But I can call getblock, getaccounts, getblockhash, etc..

What's the problem?


Title: Re: Fatal error: Uncaught BitcoinClientExeception: Didn't receive 200 OK
Post by: gmaxwell on January 02, 2013, 06:01:04 AM
What interface/library are you trying to use to talk to bitcoin here? More details please.


Title: Re: Fatal error: Uncaught BitcoinClientExeception: Didn't receive 200 OK
Post by: 🏰 TradeFortress 🏰 on January 02, 2013, 06:06:01 AM
What interface/library are you trying to use to talk to bitcoin here? More details please.


Sorry for not including more detail, I'm using bitcoin-php with some added function wrappers to match the new API calls.