Pages: [1] :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |
Bostaka
|
Posted - 2010.07.26 15:57:00 -
[1]
Hi,
I just made my first API call - and after a few times it returned an error saying to try again after a certain time. It was to retrieve transactions for a character.
Has anyone got a link detailing precisely what limitations there are on frequency of calling?
Thanks
|
Dragonaire
Caldari Corax. Circle-Of-Two
|
Posted - 2010.07.26 16:17:00 -
[2]
http://wiki.eve-id.net/APIv2_Page_Index has some info for you but you need to obey the time the API tell you to use in the cachedUntil time from the XML. If you are starting a new project that is going to use the APIs you would be better off using one of the many exist libraries that others have already developed so you aren't reinventing the wheel and have more time to actual make something cool with you're application You can find a list at http://wiki.eve-id.net/Main_Page -- Finds camping stations from the inside much easier. Designer of Yapeal for Eve API.
|
Bostaka
|
Posted - 2010.07.26 20:46:00 -
[3]
Edited by: Bostaka on 26/07/2010 20:47:16 Edited by: Bostaka on 26/07/2010 20:47:05 Ah the Yapeal pilot herself!
*gives yapeal a go*
I've just run the linux installer in Ubuntu, using the default settings except for obviously the path to install to and the database settings, and at the end of the installation I get these errors below. The yapeal database and tables aren't being created, but the yapeal directory was created, and when I re-run the installation, some of the settings are saved. (DB credentials saved, but not the yapeal path?)
Installing 0% ______________ 50% ______________ 100% ######################################## Error: Error while adding Util tables to database Press [Enter] to continue : Error: Error while adding Account tables to database Press [Enter] to continue : Error: Error while adding Character tables to database Press [Enter] to continue : Error: Error while adding Corporation tables to database Press [Enter] to continue : Error: Error while adding Eve tables to database Press [Enter] to continue : Error: Error while adding Map tables to database Press [Enter] to continue : Error: Error while adding Server tables to database Press [Enter] to continue : Error: Error while updating API List for section: Eve Press [Enter] to continue : Error: Error while updating API List for section: Map Press [Enter] to continue : Error: Error while updating API List for section: Server Press [Enter] to continue : Error: Error updating isActive for section: Account Press [Enter] to continue : Error: Error updating isActive for section: Character Press [Enter] to continue : Error: Error updating isActive for section: Corporation Press [Enter] to continue : Error: Error updating isActive for section: Eve Press [Enter] to continue : Error: Error updating isActive for section: Map Press [Enter] to continue : Error: Error updating isActive for section: Server Press [Enter] to continue : # ---------------------------------------------------------------------------- Setup has finished installing Yapeal: Yet Another PHP Eve API Library on your computer.
Thanks
|
Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2010.07.26 20:50:00 -
[4]
Check your database account permissions, or give setup the MySQL root user credentials. Don't forget to change them afterward to the actual database user, when all necessary databases and tables are created. -- Thanks CCP for cu |
Dragonaire
Caldari Corax. Circle-Of-Two
|
Posted - 2010.07.27 07:05:00 -
[5]
Might also try the alpha version as I've been making some changes that should make it work better for more people. If it still is having errors have a look at the log files both for Yapeal in log/ and the one from the installer which should be in your /tmp/ directory. I'd use 'advanced' install even if not needed as it's more tested and just has you do a little more clicking usually -- Finds camping stations from the inside much easier. Designer of Yapeal for Eve API.
|
Bostaka
|
Posted - 2010.07.27 09:28:00 -
[6]
Edited by: Bostaka on 27/07/2010 09:30:31 Edited by: Bostaka on 27/07/2010 09:30:08 Edited by: Bostaka on 27/07/2010 09:29:33 Ok great, thanks - I'll give the alpha a go.
Incidentally, last night I thought I'd see if the table creation errors would disappear if I created the database manually first. When I ran the installer again with the default options it gave me the error that the DB user didn't have the correct permissions. What makes all this totally bizarre is I was using mysql's root credentials all along lol so if I'm correct, it's definitely not a permissions problem (?)
I'll report back
|
Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2010.07.27 12:45:00 -
[7]
Originally by: Bostaka Now trying the alpha I'm getting exactly the same problems as before. I also tried the advanced setup, and realised I'm probably being really stupid here, but the driver part of the DSN says mysqli, and I'm using mysql.. they're not compatible? This is the problem, isn't it? Doh!
Nope, mysql connector is deemed deprecated, you should consider using MySQLi. -- Thanks CCP for cu |
Bostaka
|
Posted - 2010.07.27 13:33:00 -
[8]
I've just installed mysqli, I think it was installed all the time actually, because I'm still having the same problems! Any help would be very much appreciated!
|
Dragonaire
Caldari Corax. Circle-Of-Two
|
Posted - 2010.07.27 15:45:00 -
[9]
Yapeal itself uses mysqli but do to bug in ADOdb the installer has to use mysql when it makes the database and tables I haven't took the time to figure out a complete fix for ADOdb's problem and been hoping the maintainer would fix it but so far that hasn't happened BTW the log file for the installer is named bitrock*.log and the log Yapeal makes during install will be in the location you are installing it to so by default ~/yapeal/log/*.log. Hope that helps -- Finds camping stations from the inside much easier. Designer of Yapeal for Eve API.
|
|
|
|
Pages: [1] :: one page |
First page | Previous page | Next page | Last page |