Results 327 comments of Athanasius

@DarkmanReturns we also need the latest Journal file from `shell:SavedGames\Frontier Developments\Elite Dangerous` when this happens to see what your game client is telling us.

@DarkmanReturns never mind, we got an example from someone else: ```json { "timestamp":"2021-05-21T21:52:08Z", "event":"SuitLoadout", "SuitID":1700399142082453, "SuitName":"tacticalsuit_class2", "SuitName_Localised":"$TacticalSuit_Class1_Name;", "LoadoutID":4293000002, "LoadoutName":"Dom1", ``` So we're simply using what the game tells us. The...

Looking more closely ... I've only personally tested with grade 1, not upgraded, suits. They all seem fine. The example above appears to be a grade 2 (bought or upgraded)...

Ideas for working around this, and indeed generally improving the UI/UX of this. 1. Find/put together a mapping from not only the $symbol; versions, but also the other two forms;...

NB: There doesn't *appear* to be such a mapping on https://github.com/EDCD/FDevIDs yet. If we end up being the people to make one then it should be PR'd to there for...

> In both cases clicking on the Update button results in the Suit line changing from $UtilitySuit_Class1_Name to the correct Suit type, e.g.: Maverick Suit, or Dominator Suit. That will...

This will be because the plugin relies on some python modules that have an architecture-specific requirement which needs providing for each version of Python. @VAKazakov has said they'll take a...

See https://github.com/EDCD/EDMarketConnector/issues/1471 - we'll look into providing PIL ourselves in future. No ETA.

@NoFoolLikeOne I asume it's [pillow](https://github.com/python-pillow/Pillow) you're using for this?

Yes, if you want to have a single release that supports both then you'll probably have to just double up the PIL, i.e. `PIL311` and `PIL311_64` and import from the...