esi-issues
esi-issues copied to clipboard
/characters/{character_id}/planets/{planet_id}/ not updating information
Bug
The pin information for a character planet is not updating even while it's has been viewed in the Eve client. I've checked the planet twice, a couple hours ago (~0800 UTC) and just now (little past 1200 UTC) but I'm still looking at much outdated information of approx 44 hours old if I'm not mistaken.
Request
https://esi.tech.ccp.is/latest/characters/530529272/planets/40200523/?datasource=tranquility
Response
One of the pins which I use for orientation is 1025938628260
:
{
"pin_id": 1025938628260,
"type_id": 2542,
"latitude": 1.00142656507,
"longitude": 4.98512897307,
"contents": [
{
"type_id": 3683,
"amount": 12760
},
{
"type_id": 2286,
"amount": 100000
}
],
"last_cycle_start": "2017-11-09T12:59:09Z"
}
Expected
For the given pin I'm missing Supertensile Plastics (typeid: 2312)
which I have 660 stored (and rising)
Current content according to ESI seems to be 13 hours old as I've 960 of typeid 2312 stored at this very (08:30 UTC) moment. 13 hours seems to match the time I've made changes to the planet (started extraction) at 2017-11-14T20:03:03+00:00
.
My conclusion for now: info is only updated when changes are made to a planet, NOT when only viewing.
{
"pin_id": 1025938628260,
"type_id": 2542,
"latitude": 1.00142656507,
"longitude": 4.98512897307,
"contents": [
{
"type_id": 2312,
"amount": 765
},
{
"type_id": 3683,
"amount": 6640
}
],
"last_cycle_start": "2017-11-14T20:27:32Z"
}
Bump, seems like this is still an issue?
Yep, it is. I confirmed it today
This is still ongoing. The contents are not updated whatsoever.
Same happens on ESI Requests for over 30 planets that I'm currently running, even after visiting them ingame the Contents are not being updated for the ESI request.
Bump, this is still ongoing. I was also able to confirm that contents updated when submitting a change. Creating/deleting a link worked in lieu of submitting necessary changes.
Also run into this with the idea to write an Seat-PI-Addon. Seems like been fixed in https://github.com/esi/esi-issues/issues/1248 but again broken?