Release Artemis Scanner Tracker: A EDMC plugin that keeps track of the exobiology scanner of a CMDRs Artemis suit

EDMC on my machine has just updated to 5.11.1+5d43388
Now AST doesn't seem to be able to display clonal distances & last scan locations.
EDMC's debug logs are full of :-
Code:
2024-06-12 08:37:42.189 UTC - DEBUG - 20372:14460:14460 plugins.inara.try_send_data:1602: Sending data to API, attempt #1
2024-06-12 08:37:42.613 UTC - ERROR - 20372:20736:20736 plug.notify_dashboard_entry:387: Plugin "AST" failed
Traceback (most recent call last):
  File "plug.pyc", line 384, in notify_dashboard_entry
  File "C:\Users\xbox\AppData\Local\EDMarketConnector\plugins\ArtemisScannerTracker-0.2.9\load.py", line 127, in dashboard_entry
    plugin.AST_num_bios_on_planet = plugin.AST_bios_on_planet[key]
                                    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
TypeError: 'NoneType' object is not subscriptable

Should be fixed with an update to v0.3.0
 
Scan distances are restored to normal, thanks!
Sadly the new "Open AST Codex" button didn't seem to do anything at first. Log entries say that I'd pressed it, but that's all.

Code:
2024-06-13 06:54:31.465 UTC - WARNING - 10768:21092:21092 <plugins>.ArtemisScannerTracker-0.3.0.AST.ArtemisScannerTracker.show_codex_window_worker:501: show_codex_window_worker

However, after doing the full 3 scans on an item and then quitting & restarting EDMC, it did work - the only data present was the scan I'd just done.
I suspect the edge-case of "you have no historical scan data" might need some user feedback :)
 
Release of v0.3.1, Took me a while.

New in this one:
  • Bugfix: Analyse Events that do not have any Species get ignored while scanning journals for historic data. Ref: #62
    • Was probably because of some plant from Null Island.
  • Bugfix: The AST Codex now properly sorts the entries by value if the CMDR wishes so.
    • Someone sorted numbers alphabetically and didn't notice. 👀
  • Bugfix: The AST Codex now opens properly even when there is no data so show. Ref: #63
    • The AST Codex window finally overcame its anxiety to turn up empty handed.
  • New Feature: AST Codex window now has tabs with a table and a hierarchical tree view (which will undergo some changes)
 
If anyone is affected by the following bug: #67

Please use this until v0.3.2 comes out proper: https://github.com/Balvald/ArtemisScannerTracker/releases/tag/v0.3.2-dev

In the plugin folder go into the cmdrstates.json that got created and fill into the {} in that file with:
Code:
"<REPLACETHISWITHCMDRNAME>" : ["None", "None", "None", "0/3", "None", 0, 0, [null, null], [null, null]]
So for CMDR Jameson one fills into the {} in cmdrstates.json with:
Code:
"Jameson" : ["None", "None", "None", "0/3", "None", 0, 0, [null, null], [null, null]]
 
Last edited:
Release of v0.3.2

New in this one:
  • Bugfix: Clean install of AST now properly recognise any performed scan. Ref: #67
  • Bugfix: AST Codex induced EDMC crashes are fixed now. Ref: #68
    • You can press that AST Codex button as often and as fast as you like.
  • Bugfix: The Search button from the Tree View now reads from the right rext field.
  • Changed Feature: The Tree View from the AST Codex window now has all systems as top level elements that expand into the different planets and finally the individual signals.
    • This is much better now.
 
Release of v0.3.3

New in this one:
  • Bugfix: Journal Files that do not get scanned due to JSON Decode Erros get now skipped
  • Updated Feature: The Tree View is no longer experimental
 
Back
Top Bottom