Skip Menu |

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

Report information
The Basics
Id: 67953
Status: rejected
Worked: 15 min
Priority: 0/
Queue: Net-GPSD3

People
Owner: MRDVT [...] cpan.org
Requestors: JNW [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.17
Fixed in: (no value)



Subject: gpsd-2.96 chokes on perl-Net-GPSD3-0.17
When testing the example code my $gpsd=Net::GPSD3->new; my $poll=$gpsd->poll; the code hangs, and the daemon says: gpsd:ERROR: ERROR response: {"class":"ERROR","message":"Unrecognized request '?POLL'"}\x0d\x0a I understand that gpsprof uses the ?WATCH keyword successfully with this daemon.
On Wed May 04 19:07:01 2011, JNW wrote: Show quoted text
> gpsd:ERROR: ERROR response: {"class":"ERROR","message":"Unrecognized > request '?POLL'"}\x0d\x0a
This is a very unusal error since.. From NEWS * Fri Apr 16 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.93 ... New POLL command brings back polling-mode operation. Please try the poll executable in the tar ball.. $ perl perl-Net-GPSD3-poll.pl gpsd.mainframe.cx Net::GPSD3: 0.17 GPSD Release: 2.96~dev Protocol: 3.4 Sats Reported: 11 Sats Used: 6 Timestamp: 2011-05-13T04:19:11.00Z Latitude: 37.371431167 Longitude: -122.015159843 Altitude: 27.8
Could not reproduce.