Bitcoin Forum
May 10, 2024, 02:43:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: RPC error problems. .01btc bounty for guaranteed fix.  (Read 586 times)
lmfsthefounder (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
January 09, 2014, 01:08:54 AM
 #1

Error I am having:

Fatal error:  Uncaught exception 'Exception' with message 'Incorrect response id (request id: 1, response id: )' in /home/content/61/11420661/html/massivetest/jsonRPCClient.php:144


see full error where I am using it:
http://nobanchan.com/massivetest/index.php

Code I am trying to use:

Code:
<?php require_once 'jsonRPCClient.php';
 
  
$coinye = new jsonRPCClient('http://user:pass@66.227.203.224:41337/');
  echo 
"<pre>\n";
  
print_r($coinye->listaccounts());
  
print_r($btc->getinfo());

  echo 
"</pre>";
  
  
?>

name/pass changed here for security

Any takers on this?
1715352206
Hero Member
*
Offline Offline

Posts: 1715352206

View Profile Personal Message (Offline)

Ignore
1715352206
Reply with quote  #2

1715352206
Report to moderator
1715352206
Hero Member
*
Offline Offline

Posts: 1715352206

View Profile Personal Message (Offline)

Ignore
1715352206
Reply with quote  #2

1715352206
Report to moderator
1715352206
Hero Member
*
Offline Offline

Posts: 1715352206

View Profile Personal Message (Offline)

Ignore
1715352206
Reply with quote  #2

1715352206
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715352206
Hero Member
*
Offline Offline

Posts: 1715352206

View Profile Personal Message (Offline)

Ignore
1715352206
Reply with quote  #2

1715352206
Report to moderator
1715352206
Hero Member
*
Offline Offline

Posts: 1715352206

View Profile Personal Message (Offline)

Ignore
1715352206
Reply with quote  #2

1715352206
Report to moderator
lmfsthefounder (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
January 09, 2014, 01:30:06 AM
 #2

free enterprise system fail
Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
January 09, 2014, 08:44:20 AM
 #3

Did you try this suggestion of mine:

https://bitcointalk.org/index.php?topic=405812.msg4403359#msg4403359
deepceleron
Legendary
*
Offline Offline

Activity: 1512
Merit: 1032



View Profile WWW
January 09, 2014, 02:00:56 PM
 #4

implementations I've seen use this method for authentication:

$bitcoin = new jsonRPCClient('http://localhost:18332', 'user1', 'password1');

Try the php from the last post also if you have no luck with that jsonRPCClient that you have found somewhere:

https://bitcointalk.org/index.php?topic=158471.0
lmfsthefounder (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
January 09, 2014, 11:11:08 PM
 #5

Ended up being a server issue; does not work on godaddy OR on liquid web servers. I hosted it myself using IIS/PHP5 on my personal computer, now it works;

See:

http://functofx.com/
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!