Fetching from zkb

Help and support in getting the EVE-Dev Killboard to run on your site.
Post Reply
Cordegelius
Noob
Posts: 1
Joined: Wed Mar 06, 2019 10:38

Fetching from zkb

Post by Cordegelius »

Hello.
Trying to fetch kills from ZKB to new installation of evekb.
Configuration --> Max number of kills to process per run [10-200]: 200
Setting time 2018-01-01 00-00-00 in Administration zKillboard fetch.
zKB Fetch -->
Api url https://zkillboard.com/api/allianceID/1411711376/
Last Kill Timestamp 2018-01-01 01:00:00

manually started script

[root@kb cron]# php cron_zkb.php
2019/03/06 08:45:35 - Starting zKB Import
[WARNING] Endpoint https://esi.evetech.net/v2/universe/names/ warning: 199 - This route has an upgrade available
----many warnings like this---
2019/03/06 08:46:06 - ZKBApi: https://zkillboard.com/api/allianceID/1411711376/
2019/03/06 08:46:06 - 200 kills were posted and 0 were skipped (200 kills fetched)
2019/03/06 08:46:06 - Timestamp of last kill: 2019-03-06 06:36:12
2019/03/06 08:46:06 - Time taken = 30.891761064529 seconds.

Script fetched only last 200 kills :(
Trying to do it again.

Set up Last Kill Timestamp 2018-01-01 01:00:00 again and start script

[root@kb cron]# php cron_zkb.php
2019/03/06 08:48:28 - Starting zKB Import
[WARNING] Endpoint https://esi.evetech.net/v2/universe/names/ warning: 199 - This route has an upgrade available
----many warnings like this---
PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 632 bytes) in /var/www/html/common/includes/class.dbnormalquery.php on line 36

At this time Mysql process loaded 100%

How to fix this error?
How i can export kills from ZKB eralier than last 200 ?

Help please.
sonicj
Greenhorn
Posts: 15
Joined: Fri Mar 30, 2018 13:44

Re: Fetching from zkb

Post by sonicj »

I sent you a message that may help.
Post Reply