Conversation
It appears the data returned from the code that mediates access to the EVE Scout Thera connections data is now returning an array instead of an object. Update the code to retrieve the contents accordingly. Also correctly initialise the empty jump nodes list when creating a new system entry.
|
Note that this might be better fixed by changing the returned data type back to an object in pathfinder_esi, but there were a few other little issues that needed fixing in the pathfinder code also (see patch for details), and figuring out how to get PF working with a local dev version of pathfinder_esi was another hoop to jump, so here we go ;-) |
|
Hello @duaneg , sorry for the lack of response. Vacation time 🌴 . I have not tried the code yet, but does this pr fix the issue with the missing thera route? fly safe o7 |
|
No problem at all, I hope your vacation was a pleasant one! Yes, this fixes the issue, at least to the extent of my testing locally. FYI, I have a half-completed patch which also adds Turnur routes. If you folks would be interested in merging it, I'll try and polish it up and finish it off. |
It appears the data returned from the code that mediates access to the EVE Scout Thera connections data is now returning an array instead of an object.
Update the code to retrieve the contents accordingly. Also correctly initialise the empty jump nodes list when creating a new system entry.