Skip Menu |

This queue is for tickets about the REST-Neo4p CPAN distribution.

Report information
The Basics
Id: 91682
Status: resolved
Priority: 0/
Queue: REST-Neo4p

People
Owner: maj.fortinbras [...] gmail.com
Requestors: stesin [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 0.2232



Subject: Can't locate object method "code" .../site/lib/REST/Neo4p/Query.pm line 189.
Dear Mark, after running some (long) test script which relies on REST::Neo4p in the morning I found it failed half the way with a message Can't locate object method "code" via package "REST::Neo4p::LocalException" at D:/Strawberry_Perl_5.18.1.1_x64/perl/site/lib/REST/Neo4p/Query.pm line 189. I'm trying to catch all possible error conditions in me test script, much like you suggest in the manual. So I just wonder: what I missed to care of? How this exception got lost my attention? What may be the (root) cause of it? Thank you for your attention! WBR, Andrii
Hi Andrii-- sorry to ruin your morning! A fix will be in v0.2232. The "root" cause was that a LocalException was generated by the query, and 'code' was not an automatic field specified in the definition of the exception (in REST::Neo4p::Exception). That is fixed now. MAJ On Fri Dec 27 02:23:42 2013, stesin@gmail.com wrote: Show quoted text
> Dear Mark, > after running some (long) test script which relies on REST::Neo4p in > the morning I found it failed half the way with a message > Can't locate object method "code" via package > "REST::Neo4p::LocalException" at > D:/Strawberry_Perl_5.18.1.1_x64/perl/site/lib/REST/Neo4p/Query.pm line > 189. > I'm trying to catch all possible error conditions in me test script, > much like you suggest in the manual. So I just wonder: what I missed > to care of? How this exception got lost my attention? > What may be the (root) cause of it? > Thank you for your attention! > WBR, > Andrii
Marking this resolved- thanks Andrii MAJ