Inara updates, bug reports, requests
When you try to link your accounts, you may receive the http error 400 about expired tokens. It's an issue on Frontier's end that I cannot solve on Inara. Fortunately, the solution is simple - please give it a few days and it will start to work later (probably when the access token on their cAPI server expires). If the error 400 appeared later and it worked before, try to reauthenticate as said in the error message (may be just a regular reauth forced by Frontier). Alternatively, you can try to use the workaround below. If even that won't work, it's the problem described above.
Please vote for the issue on the official bug tracker: https://issues.frontierstore.net/issue-detail/21258
Possible workaround: Try to connect the account while you are in the game. It may work.
Game data and imports not available for console commanders and PC players with Legacy game version
Inara supports only the Live game version (so PC Horizons 4.0 and Odyssey) since game update 14, thus all the game data on the site and the commander data imports work only for those game versions.
11 Jul 2019, 4:12pm
Not a biggie, just a puzzle.
Oh, XBox journals into Inara: yes, thank you, brilliant!
12 Jul 2019, 4:47am
at first let me thank you for your great work.
Yesterday i encountered an Bug between Inara and Elite Dangerous.
Yesterday I visited Dav's Hope and used the chance to connect to a few new markets near there, where I never have been.
Ingame the Market Contacts increased from 245 to 250, as you see in the taken screenshot, I imported yesterday twice and today once the frontier data, but , as you see, the market network for the level advance stayed at 246 Market networks?
Sorry for my bad english
thanks a lot and best wishes
JoBaccaroo/ Max
UPDATE: Today 13:18 pm i updated by importing frontier data again and it worked, now my inara ranking is right.
Last edit: 14 Jul 2019, 11:19am
13 Jul 2019, 1:40am
I had this great idea (which means someone else has thought of it already... ) Something like you have for "Nearest" in Systems and Stations... "How far are all the Engineers from my current location?" Useful when you get a new ship and have to visit everyone (well, almost everyone... who would ever want to go back and see Marco...). Maybe a route planner? Select the engineers you need to visit and enter your current location and get a list of who to visit in order?
I also posted this on the EDCD Discord site in case there was already something like this?
In any case Artie, this site is amazing! Keep up the fantastic work!!!
Happy
13 Jul 2019, 5:59am
Happy DazeSelect the engineers you need to visit and enter your current location and get a list of who to visit in order?
I use ED Pathfinder to do just this. It has a custom route planner, just drop in the system names and boom, optimal path between engieners generated.
14 Jul 2019, 1:48am
Happy Daze
Maybe a route planner? Select the engineers you need to visit and enter your current location and get a list of who to visit in order?
Hi Artie,
I just had an Idea, maybe it could be extended to make the list of engineers by it self: Add all the blueprints you want to the "MY CRAFTING" list, and let the system give you the shortest list where you visit engineers which can make the blueprints you selected. Since this would require considerable resources due to the use of a Traveling Salesman Router, it is something which could run on demand in the browser instead of the server. This would be especially helpful for newer players who don't know yet which engineers are close(er) together if more than one offers the blueprint.
Thanks for the awesome work you do, the site is really appreciated.
14 Jul 2019, 12:34pm
Pretty new to ED and got it on Steam over a week, being annoying it to the highest extent and wanted to get more out of it and came across like this, EDSM etc., tried to link my account (registered with EDSM first and that worked though via Frontier) but for some reason it failed on here so I tried to login through Steam and that didn't work idk what I could be doing wrong here on Frontier both accounts are linked. So idk why INARA isn't wanting to link my account ¯\_(ツ)_/¯
EDIT: With both EDSM and INARA it did first tell me that I needed to authorise for access that I did allow for both.
14 Jul 2019, 3:14pm
Ultima_Louiewould it be possible for player faction leaders to be able to update theyr faction related systems?.. and maybe add description options for stations so roleplayers could enjoy some personal inara oficialised character to theyr territories...just a thought i think inara is the best! o7
Update how exactly, there is possible to make changes in the system properties currently?
well i mean the data relating to a system and its factions: stations ownership, states -current\pending , etc and i suggest this not because inara doesnt already update, but because its not allways correct (at least from my experience) an di believe this work could be done more easly and proficiently by - my suggestion: faction leaders!
14 Jul 2019, 4:09pm
My data isn't updating and I'm getting this error. I purchased ED 2 weeks ago. I can see inara has authorized access here: https://user.frontierstore.net/linked, and I even removed and reauthorized it but it didn't fix. Also tried with both Steam and Frontier.
Please help!
14 Jul 2019, 11:42pm
Tigon OlogdringArtie, is there an issue regarding Gallery "subscriptions" that I've missed? I hit the "subscribe to this user's gallery" (or whatever the exact wording is) and sure enough, I can go to that user and there's an "unsubscribe" (from the gallery) button. However, when I hit "SUBSCRIBED" in the main gallery I only get pictures from the 6 subscriptions I've had for a long time and not the newer ones added (Faramir being a "new" subscription that doesn't show).
Not a biggie, just a puzzle.
Oh, XBox journals into Inara: yes, thank you, brilliant!
Ah, it was a bug, thank you for the report. It's fixed now.
Happy DazeArtie,
I had this great idea (which means someone else has thought of it already... ) Something like you have for "Nearest" in Systems and Stations... "How far are all the Engineers from my current location?" Useful when you get a new ship and have to visit everyone (well, almost everyone... who would ever want to go back and see Marco...). Maybe a route planner? Select the engineers you need to visit and enter your current location and get a list of who to visit in order?
I also posted this on the EDCD Discord site in case there was already something like this?
In any case Artie, this site is amazing! Keep up the fantastic work!!!
Happy
Eise0
Hi Artie,
I just had an Idea, maybe it could be extended to make the list of engineers by it self: Add all the blueprints you want to the "MY CRAFTING" list, and let the system give you the shortest list where you visit engineers which can make the blueprints you selected. Since this would require considerable resources due to the use of a Traveling Salesman Router, it is something which could run on demand in the browser instead of the server. This would be especially helpful for newer players who don't know yet which engineers are close(er) together if more than one offers the blueprint.
Thanks for the awesome work you do, the site is really appreciated.
The list of the distances from your current location is listed on the overall and individual engineer pages already. But there are no plans for the route planner, it's a quite significant amount of work for such niche feature. Technically, although there is not so complicated to implement some pathfinding algorithm like A*, Dijkstra, etc., it's complicated to make it fast enough for a web service in the current scale of the galaxy/bubble. Unless it's made in a browser like mentioned, which on the other hand requires to provide a huge list of star systems to the web browser as a database, which is also not very effective. I was playing with some pathfinding/route planning ideas a few years ago, including some optimization and limitation tricks to make it faster and then decided to not waste more time with that. It has just little benefits. But as EDCD was mentioned, maybe Spansh (Neutron plotter, Road to riches) may be interested in this idea. He dedicated a significant amount of time for the route plotting already, so maybe it shouldn't be so complicated extension to him. Definitely less complicated than writing it completely from a scratch.
Ultima_Louie
well i mean the data relating to a system and its factions: stations ownership, states -current\pending , etc and i suggest this not because inara doesnt already update, but because its not allways correct (at least from my experience) an di believe this work could be done more easly and proficiently by - my suggestion: faction leaders!
Thanks for the clarification. Such stuff is possible to edit manually here already. You can find the respective links/button on the individual star system/station/minor faction pages.
JoBaccarooHi Artie,
at first let me thank you for your great work.
Yesterday i encountered an Bug between Inara and Elite Dangerous.
Yesterday I visited Dav's Hope and used the chance to connect to a few new markets near there, where I never have been.
Ingame the Market Contacts increased from 245 to 250, as you see in the taken screenshot, I imported yesterday twice and today once the frontier data, but , as you see, the market network for the level advance stayed at 246 Market networks?
Sorry for my bad english
thanks a lot and best wishes
JoBaccaroo/ Max
UPDATE: Today 13:18 pm i updated by importing frontier data again and it worked, now my inara ranking is right.
Yes, the statistics data are taken just from the session start, as it's the only moment there are written into the journal. So it may not correspond to numbers you have at the end of the session and a new session start is needed.
Last edit: 15 Jul 2019, 12:19am
14 Jul 2019, 11:46pm
RekoRed_Hey all,
Pretty new to ED and got it on Steam over a week, being annoying it to the highest extent and wanted to get more out of it and came across like this, EDSM etc., tried to link my account (registered with EDSM first and that worked though via Frontier) but for some reason it failed on here so I tried to login through Steam and that didn't work idk what I could be doing wrong here on Frontier both accounts are linked. So idk why INARA isn't wanting to link my account ¯\_(ツ)_/¯
EDIT: With both EDSM and INARA it did first tell me that I needed to authorise for access that I did allow for both.
Conrman
My data isn't updating and I'm getting this error. I purchased ED 2 weeks ago. I can see inara has authorized access here: https://user.frontierstore.net/linked, and I even removed and reauthorized it but it didn't fix. Also tried with both Steam and Frontier.
Please help!
Hello,
unfortunately, you have been affected by a problem on Frontier's side where the server is not providing any relevant data for new Steam users (who bought the game recently). Frontier is aware of this problem and is working on a solution, but there is no ETA of the fix at the moment. I will announce when it will be solved, as there are many Steam users affected.
However, you can try to connect your account using your Frontier account instead - it may or may not help, but it worth a try. If there won't work even that, I am afraid we just need to wait for a fix on Frontier's side. Unless my patience will be over sooner and I will make some incredibly messy workaround meanwhile (which I would rather like to avoid it).
15 Jul 2019, 7:20am
Since yesterday I noticed that the influence on the member activity overview of my squadron are not updating. The same was reported to me by other squadron fellows.
I tried doing updates with EDDiscovery and also manually in Inara "Import Frontier Button".
Is this a temporarly problem, did it stop working or am I doing something wrong, maybe with missions's creation?
Thanks in advance!
O7
Update: It seems now is working again, thanks!
Last edit: 15 Jul 2019, 7:35am
15 Jul 2019, 7:30am
15 Jul 2019, 11:37pm
We’d like to add the link to Join Our Squadron inline with our “requirements” text. Is this possible? It’s a box on the page, and I haven’t been able to link to it.
16 Jul 2019, 12:37am
Keep up the good work.
Cheers!
Mos Superum
Link to Inara Discord: https://discord.gg/qfkFWTr