Release EDDI - Windows app for immersion and more

Status
Thread Closed: Not open for further replies.
EDDI 2.2.2 has changes to ensure that it works with Elite 2.3, as Elite 2.3 changed the journal entries for one event in particular. It doesn't bring any new functionality or handle any of the new journal entries; that will be EDDI 2.3.

This was my understanding of your release notes, thanks for clarifying for others.
 
Do you havea custom ship handover speech? Also, which voice are you using?

I don't see a Ship handover event. I do see a Ship delivered event and that's where it crashes. The script has not been changed from default. I also see a Ship purchased event and that has been changed. It is the script that was giving me trouble that you helped me with. To refresh your memory, below is the text of the script.

Code:
{P(event.ship)} purchased for {event.price} credits.

{if event.soldship:
   {if event.soldprice > event.price:
      {event.ship} purchased. Your trade in was worth more than the ship purchased by {event.soldprice - event.price} credits. This has been credited to your account.
   |else:
      {event.ship} purchased. Your trade in was worth {event.soldprice} credits. The cost of the purchased ship was {event.price} credits. This resulted in a shortfall of {event.price - event.soldprice} credits. This amount has been deducted from your account.
   }
}

This script shows no errors when testing it. Voice used is Ivona British Amy.
 
I can't connect to the Companion App. It tells me the connection to the companion app has been lost and I need to re-establish the connection. I go to the Companion App tab and enter my email and password. It then asks me for a code. I check my email and enter the code and then it says the same thing about losing the connection. I've done it 3 or 4 times and it still loses connection every time I enter the code. I even tried it in standalone mode without voice attack being loaded. Same behavior.

Edit: This may be because of the servers being down for update. I'll try it again after the update and report back.
 
Last edited:
EDDI refuses to open. After reinstalling, it opens, until I close the program. Attempt to open again, it shows up on the Task Manager for about 10 seconds and disappears, without the window opening. The only way to fix is to reinstall.
 
EDDI refuses to open. After reinstalling, it opens, until I close the program. Attempt to open again, it shows up on the Task Manager for about 10 seconds and disappears, without the window opening. The only way to fix is to reinstall.

From my experience, when this happens, a .json file has been corrupted.

In the future, try deleting the EDDI folder in the user account's /AppData/Roaming folder, re-start and configure EDDI (from scratch), instead of a full re-install.
 
getting this on trying to reauthenticate with the companion app
Capture.JPG
 
I uninstalled the folder as suggested above, started EDDI and it worked, spent quite a few mins re-inputting all the required data and getting the settings correct, closed it down and now it won't start again, so plenty of time lost... GRRRRrrrrrr!
 
Same as WaspO here. Usually I delete the .json files and that fixes things but this time even the uninstall, reinstall, reinput didn't fix it. Exact same error as posted above.
 
Yup there does appear to be some problem with the companion app api, just remove the credentials.json file from your appdata folder and don't enable the companion app until it's resolved - everything else works fine.
 
I had the same issue after the update. I didn't have time to fix it, before I had to log out but I'm loathed to delete any .json files until I know exactly which one . I have customised personalities I don't want to lose or mess up.
 
Status
Thread Closed: Not open for further replies.
Back
Top Bottom