fatal error on esi import

Please report bugs here, please be very detailed in your bug reports. If you've come up with some code to fix the bug, please post it here.
Post Reply
unrealalex
Greenhorn
Posts: 14
Joined: Wed Jan 13, 2010 18:37

fatal error on esi import

Post by unrealalex »

Hi!
import from esi break whith error:

Code: Select all

2019/01/19 13:57:02 - Starting ESI Import
2019/01/19 13:57:11 - ESI SSO Key: <Censored> (type: corp)
2019/01/19 13:57:11 - 0 kills were posted and 347 were skipped (347 kills fetched)
2019/01/19 13:57:11 - Last kill ID: 74662006
2019/01/19 13:57:13 - ESI SSO Key: <Censored> (type: corp)
2019/01/19 13:57:13 - 0 kills were posted and 1000 were skipped (1000 kills fetched)
2019/01/19 13:57:13 - Last kill ID: 74643541
2019/01/19 13:57:13 - Skipping key for <Censored> (type: corp), because the last 5 attempts failed!
2019/01/19 13:57:14 - ESI SSO Key: <Censored> (type: corp)
2019/01/19 13:57:14 - 0 kills were posted and 1000 were skipped (1000 kills fetched)
2019/01/19 13:57:14 - Last kill ID: 74663712
2019/01/19 13:57:14 - Skipping key for <Censored> (type: corp), because the last 5 attempts failed!
2019/01/19 13:57:14 - ESI SSO Key: <Censored> (type: corp)
2019/01/19 13:57:14 - 0 kills were posted and 2 were skipped (2 kills fetched)
2019/01/19 13:57:14 - Last kill ID: 74131389
2019/01/19 13:57:18 - ESI SSO Key: <Censored> (type: corp)
2019/01/19 13:57:18 - 0 kills were posted and 412 were skipped (412 kills fetched)
2019/01/19 13:57:18 - Last kill ID: 74660029
PHP Fatal error:  Attempt to add a pilot with no name and no external ID. Aborting. in /common/includes/class.pilot.php on line 317
How to understand the cause of the error and what to do to correct it?
after this error several more keys must be processed, but due to the error everything is interrupted. maybe you can just skip the failed kill and go on to processing the next one without a fatal error?
I apologize for my bad english and google translator in advance :)
unrealalex
Greenhorn
Posts: 14
Joined: Wed Jan 13, 2010 18:37

Re: fatal error on esi import

Post by unrealalex »

KB Version from About page:
This is the EVE Development Network Killboard running version 4.4.2.0 (Onslaught 1.0), created for EVE Online corporations and alliances. Based on the EVE-Killboard created by rig0r and maintained by the EVE-Dev group, it is now developed and maintained on the EVE KB website at www.evekb.org
User avatar
Salvoxia
Developer
Posts: 1598
Joined: Wed Feb 22, 2012 12:11

Re: fatal error on esi import

Post by Salvoxia »

Hi,

an issue was reported with EDK 4.4.2.0, which might cause your problem, too.
A hotfix is available at the bottom of the release post, in the section "Known issues" (http://www.evekb.org/forum/viewtopic.ph ... 081#p50590)

Could you please check if that resolves your issue?

Best Regards,
Salvoxia
unrealalex
Greenhorn
Posts: 14
Joined: Wed Jan 13, 2010 18:37

Re: fatal error on esi import

Post by unrealalex »

Thank you very much!
It works! :)
Post Reply