EVE-SECURE / pos-tracker-eve

Automatically exported from code.google.com/p/pos-tracker-eve
1 stars 2 forks source link

New API Broken? #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Tried entering a full access api (and restricted) and get error mentioning 
the XML being unreadable
2. Tried the same after install for a new user, and got error: API ERROR or No 
Character on provided API Information!

What is the expected output? What do you see instead?
API to find characters/corporation info...

What version of the POS Tracker are you using?
POS-Tracker Version: (5.1.6)

Please provide any additional information below.
New install, everything seemed to install fine (fresh install, not upgrade)

Original issue reported on code.google.com by Core...@gmail.com on 12 Oct 2011 at 2:33

GoogleCodeExporter commented 9 years ago
I could be doing something wrong, but I don't think I am, I am using the new 
API system.

Original comment by Core...@gmail.com on 12 Oct 2011 at 2:33

GoogleCodeExporter commented 9 years ago
The corp API error is: "Error: String could not be parsed as XML"

Original comment by Core...@gmail.com on 12 Oct 2011 at 2:53

GoogleCodeExporter commented 9 years ago
No logs from the server hitting the eve api...

Original comment by bit...@gmail.com on 12 Oct 2011 at 3:30

GoogleCodeExporter commented 9 years ago
To answer your subject line: no.

In all past cases with other installs that have the same issues there has been 
only one solution:

Erase everything and start over

1. This error can happen from time to time but its 99% of the time due to CCP's 
API servers in some sort of vortex of crap. People wait a day or make a new API 
key and all works fine. Can also mean your server isn't reading information 
correctly.

2. This error is really generic but it usually means you're not sending valid 
information to CCP. I've only seen this error once in the past and I just 
duplicated it right now by removing a letter from the vCode. Otherwise I have 
been unable to break it in the last 30 minutes no matter what kinda access 
screw ups I did or how characters were selected.

-FG

Original comment by frozenic...@gmail.com on 12 Oct 2011 at 6:14

GoogleCodeExporter commented 9 years ago
-FG thanks for taking your time in looking at this matter and also programming 
the updated pos tracker. 

I have made 4 API's on two director accounts with full access, 2 of them got 
created when the new API system was released, tried to import the keys and they 
failed, so I created two more and they failed. so then we have the OP of this 
ticket make his key to register and same problem.

Is there way to tell if we have SimpleXML installed/running? (I am no web 
programmer)
we did verified that we have everything else

Original comment by bit...@gmail.com on 12 Oct 2011 at 1:06

GoogleCodeExporter commented 9 years ago
At the start of the installer(install.php) there will be a check right there if 
you meet all the requirements or not. This here is a perfect server setup:

CURL: Yes
SimpleXML: Yes
Hash: Yes
Register_globals: Off
cache/template_c: OK
eveconfig/dbconfig.php: OK

Otherwise a phpinfo done like this: 
http://docs.simplemachines.org/index.php?topic=479.0 shows everything running 
with PHP.

But the errors you were getting suggests SimpleXML is running it just can't 
read the data it's getting.

Who's the webhost?

-FG

Original comment by frozenic...@gmail.com on 12 Oct 2011 at 8:22

GoogleCodeExporter commented 9 years ago
I am running the host on a Ubuntu Server install (fresh install for this 
purpose), no webhost involved.  I will try to build again from scratch on 
another instance and see if it changes anything with the problems we are having.

Original comment by Core...@gmail.com on 12 Oct 2011 at 9:31

GoogleCodeExporter commented 9 years ago
I am having a problem with adding API as well. Server setup says:
Required Modules Installed
CURL: Yes
SimpleXML: Yes
Hash: Yes
Register_globals: Off
cache/template_c: OK
eveconfig/dbconfig.php: OK

When I try to add API from admin panel it says: Error Code: 203::Authentication 
failure.

Original comment by joreks...@gmail.com on 27 Oct 2011 at 1:22

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by frozenic...@gmail.com on 7 Nov 2011 at 11:07