After Update: CMD_API_SHOW_RESELLER_IPS = NULL

Mitsurugi

Verified User
Joined
Jul 19, 2005
Messages
39
After last night's DA update, the following returns a 200 OK header but not content whatsoever:

CMD_API_SHOW_RESELLER_IPS

Is this the same for everyone else who's updated?

In error.log I’ve got:

2013:06:25-00:21:01: Socket write error: fd is connected to a pipe or socket whose reading end is closed. When this happens the writing process will also receive a SIG_PIPE signal. (Thus, the write return value is seen only if the program catches, blocks or ignores this signal.)
2013:06:25-00:31:02: Socket write error: Unknown error

In errortaskq.log I’ve got:

2013:06:25-01:05:17: IP::return_apache_linked_ips: ip=NULL

We've got 2 servers that didn't update and are not affected. The problem is the update.
 
There are plenty more API commands that are affected.

The following produces no output:

CMD_API_SHOW_ALL_USERS

But this works normally:

CMD_API_ALL_USER_USAGE

I'm very keen to hear some feedback from other API users who updated their DA in the last 24 hours.
 
To answer my own thread, thanks to John's timely release of the new version this is now working perfectly again.

It would have been nice to hear back from some other DA API users though. Where are you all?!
 
I still have this problem

Already updated to the latest version 1.433 and using centos 6.4 with all updates

IP::return_apache_linked_ips: ip=NULL

and

2013:07:13-02:46:38: Socket write error: fd is connected to a pipe or socket whose reading end is closed. When this happens the writing process will also receive a SIG_PIPE signal. (Thus, the write return value is seen only if the program catches, blocks or ignores this signal.)
2013:07:13-02:48:27: Socket write error: Unknown error
 
I've the same problem:

2013:07:17-04:00:13: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:00:13: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:01:39: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:01:53: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:01:57: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:03:12: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:04:01: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:04:05: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:04:30: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:05:30: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:06:08: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:07:10: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:07:10: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:07:53: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:07:53: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:09:49: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:11:10: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:12:09: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:12:47: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:13:30: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:14:48: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:17:03: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:17:45: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:20:59: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:25:44: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:25:55: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:27:58: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:29:10: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:32:51: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:33:03: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:33:03: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:33:03: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:37:10: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:37:54: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:38:01: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:38:29: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:38:50: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:39:01: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:39:50: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:40:00: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:41:22: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:42:53: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:43:11: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:43:24: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:44:30: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:44:36: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:45:22: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:46:51: IP::return_apache_linked_ips: ip=NULL
2013:07:17-04:47:20: IP::return_apache_linked_ips: ip=NULL

Any idea on how to solve?

Thanks
 
Hello,

This is fixed in the pre-release binaries:
Code:
[COLOR=#333333]IP::return_apache_linked_ips: ip=NULL[/COLOR]
it was caused by a loop that use <= instead of <, so walked one array steps too far.
It won't cause any harm, but I agree: annoying.

John
 
Back
Top