peterhaneve / evemon

A lightweight, easy-to-use standalone Windows application designed to assist you in keeping track of your EVE Online character progression.
311 stars 70 forks source link

All training skill queues marked pauzed. #245

Closed wvdvegt closed 4 years ago

wvdvegt commented 4 years ago

After DT today all my pilots training (in Eve) are marked as paused in Evemon.

wvdvegt commented 4 years ago

Seems to be caused by 'finish_date' (and 'level_end_sp') and being missing in the ESI output.

https://tweetfleet.slack.com/archives/C30KX8UUX/p1594839791084400

Example: { "finished_level": 5, "level_start_sp": 226275, "queue_position": 0, "skill_id": 25811, "start_date": "2020-07-14T15:32:42Z", "training_start_sp": 678064 }

wvdvegt commented 4 years ago

Seems fixed by now.