Skip Menu |

This queue is for tickets about the Net-PJLink CPAN distribution.

Report information
The Basics
Id: 75767
Status: resolved
Priority: 0/
Queue: Net-PJLink

People
Owner: Nobody in particular
Requestors: greg.trotter [...] noaa.gov
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.01
Fixed in: 1.03



Subject: get_lamp_info() on multiple projectors
So, I have four projectors I am trying to get status from and control. If I connect to one projector at a time, I don't have a problem, but if I feed all four (or even two) projector IPs into Net::PJLink (vernon 1.01), when I run get_lamp_info(), I will always get proper results from the first projector in the list, but any subsequent projector query returns ERR_PARSE. I've tried changing the order of the IPs; it's not projector specific. The first query always succeeds, and subsequent queries always fail. Here's a dump of a two-projector query: $VAR1 = { '172.16.26.199' => [ [ '1', '887' ], [ '0', '887' ] ], '172.16.26.200' => -10 }; A three or four projector query will generate similar results, with each additional projector returning a -10 status. Perl -v: This is perl, v5.8.5 built for x86_64-linux-thread-multi uname -a: Linux nssl-nc 2.6.9-55.0.2.ELsmp #1 SMP Tue Jun 12 17:58:20 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux