These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

PhealNG doubt

Author
Chuck Turing
Solarmark
Stellarium Alliance
#1 - 2013-04-19 15:20:57 UTC  |  Edited by: Chuck Turing
Hi,

I am trying to learn to use PhealNG and I have tried to pull some info succesfully, but when I tried to get the CharID using a provided name, it keeps failing. So please bear with me if this is too easy or too dumb. Roll

This is the code: http://pastebin.com/0LfxBaXk

And the error I get is:

Quote:
an exception was caught! Type: Pheal\Exceptions\APIException Message: Invalid or missing list of names.


I have tried several different ways to provide the requested name, but always give the same error.

Thanks in advance.

Chuck

PS: Forgot to mention I am using composer + release 0.2.6
Ydnari
Estrale Frontiers
#2 - 2013-04-19 17:26:52 UTC
see example 2 in the readme https://github.com/ppetermann/pheal/

--

Chuck Turing
Solarmark
Stellarium Alliance
#3 - 2013-04-19 18:46:43 UTC
Thank you very much!