Giter Site home page Giter Site logo

l3-37's People

Contributors

wafermouse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

l3-37's Issues

Neutron navigation not working

Hello

I am contacting you because I can't get the neutron navigation to work.

I do:

  1. Visit Spansh
  2. I make a calculation
  3. I copy the URL
  4. Click here

But nothing happens in EDMC

Have you already encountered this problem?

Thanks

neutron navigation not working

Hey,

thank you for creating this great multi tool for elite. but it seems like the neutron navigation part ist not working as intended.

when i create a route and import it, everything seems to work fine, but clicking on "copy next system" always puts the name of the very first system on the route in my clipboard.
i seems that it doesn't matter how often i click, i always only get this one system.

am i using it wrong, or is there a bug in the neutron navigation part?

Suggestion to Add a Github Topic

Github has a tags feature that I've found to be quite useful for finding repos related to Elite Dangerous. I noticed that this one might benefit from adding the elite-dangerous tag. Github calls them topics and says: To associate your repository with the elite-dangerous topic, visit your repo's landing page and select "manage topics." I'm very glad I found this fun app, and hope this would help others to do so as well.

crashes on linux

Hi,

Maybe I'd doing something wrong, but I get this when I try to run the plugin on linux.

2021-05-24 14:58:23.548 - INFO - 3980895:140239546132288:3980895 plug.Plugin.init:49: loading plugin "edmc-L3-37" from "/home/jack/.local/share/EDMarketConnector/plugins/edmc-L3-37/load.py"
L3-37 started
Failed to load route data
Chat Viewer loaded
Recon Limpet Controllers is missing!
Research Limpet Controller is missing!
L3-37 loaded
Traceback (most recent call last):
File "/media/sda4/wineprefix/EDMarketConnector/./EDMarketConnector.py", line 1716, in
app = AppWindow(root)
File "/media/sda4/wineprefix/EDMarketConnector/./EDMarketConnector.py", line 581, in init
theme.apply(self.w)
File "/media/sda4/wineprefix/EDMarketConnector/theme.py", line 320, in apply
self._update_widget(widget)
File "/media/sda4/wineprefix/EDMarketConnector/theme.py", line 272, in _update_widget
widget.configure(foreground = self.current['highlight']),
File "/usr/lib/python3.9/tkinter/init.py", line 1646, in configure
return self._configure('configure', cnf, kw)
File "/usr/lib/python3.9/tkinter/init.py", line 1636, in _configure
self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
_tkinter.TclError: unknown option "-foreground"

Issue with v109 on ArchLinux

Hello,
I experiment a crash with v109 on ArchLinux, with EDMC v4.2.7 Python v3.9.3

Traceback (most recent call last):
File "/home/ivan/tempo/EDMarketConnector-stable/./EDMarketConnector.py", line 1352, in
app = AppWindow(root)
File "/home/ivan/tempo/EDMarketConnector-stable/./EDMarketConnector.py", line 499, in init
theme.apply(self.w)
File "/home/ivan/tempo/EDMarketConnector-stable/theme.py", line 320, in apply
self._update_widget(widget)
File "/home/ivan/tempo/EDMarketConnector-stable/theme.py", line 272, in _update_widget
widget.configure(foreground = self.current['highlight']),
File "/usr/lib/python3.9/tkinter/init.py", line 1646, in configure
return self._configure('configure', cnf, kw)
File "/usr/lib/python3.9/tkinter/init.py", line 1636, in _configure
self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
> _tkinter.TclError: unknown option "-foreground"

extra/tk 8.6.11.1-1
extra/tcl 8.6.11-1

It looks like Tk.Label has evolved

Thank you

Latest version not showing in EDMC

Hi,
latest version is not showing in EDMC. Folder installed from zip archive into EDMC Plugin folder. There is no tab in settings for L3-37 and not listed as a plugin in EDMC. Don't believe I've done anything stupid. Previous release working fine.
Thankyou

EDMC Changes

When is this going to be updated to work with the current edmc, or will this even happen at all?

Use of EDMC's systems.p file (and others)

EDMC itself no longer makes use of the systems.p file shipped with it. At some future date it might not be shipped any more.

You appear to be using it (and stations.p) in the same manner the core EDDB plugin used to, i.e. to do System Name to EDDB ID lookups for the purpose of constructing EDDB URLs.

themroc kindly added some extra URL schemes to allow for both game system name and systemaddress/id64 lookup of systems, e.g.:

return requests.utils.requote_uri(f'https://eddb.io/system/ed-address/{this.system_address}')
return requests.utils.requote_uri(f'https://eddb.io/system/name/{system_name}')
return requests.utils.requote_uri(f'https://eddb.io/station/market-id/{this.station_marketid}')

You should probably look into adjusting your code to no longer rely on any extra files shipped with EDMC, including, but not necessarily limited to: commodity.csv, rare_commodity.csv, modules.p, ships.p, systems.p, stations.p. Although it's only systems.p and stations.p that are no longer used by EDMC itself at this time, the others really are only for internal use and any third-party use of them risks that breaking if we ever change their format.

Not working... at least not for EDD-EDMC

I was curious about all that the plug-in provided, so added it to my plugins folder. but I don't see anything in the settings tab. I re-pasted the folder and restarted the program multiple times, but nothing. the only other plugin I have installed is the distance calculator, and that one is working normally.

bug: this stack trace

https://discord.com/channels/164411426939600896/251742967927144449/1086241998190690354

Traceback (most recent call last):
File "/usr/lib/python3.10/tkinter/init.py", line 1921, in call
return self.func(*args)
File "/home/jim/.local/share/EDMarketConnector/plugins/EDMC-Canonn-7.0.2/canonn/patrol.py", line 396, in update_ui
self.update()
File "/home/jim/.local/share/EDMarketConnector/plugins/EDMC-Canonn-7.0.2/canonn/patrol.py", line 447, in update
overlayService.overlayDisplayMessage(
File "/home/jim/.local/share/EDMarketConnector/plugins/EDMC-Canonn-7.0.2/canonn/overlayserver.py", line 108, in overlayDisplayMessage
display(data["message"], id, config['color'], config['posx'], config['posy'], config['display_time'], config["header"]
File "/home/jim/.local/share/EDMarketConnector/plugins/EDMC-Canonn-7.0.2/canonn/overlayserver.py", line 118, in display
send_message(str(id)+"-header", str(header_text), str(header_color),
File "/home/jim/.local/share/EDMarketConnector/plugins/EDMC-Canonn-7.0.2/canonn/overlayserver.py", line 172, in send_message
plug.show_error(f"Need to install the EDMCOverlay plugin: {ex}")
UnboundLocalError: local variable 'ex' referenced before assignment
Traceback (most recent call last):
File "/home/jim/.local/share/EDMarketConnector/plugins/edmc-L3-37/load.py", line 203, in journal_entry
module.journal_entry(cmdr, system, station, entry, state)
File "/home/jim/.local/share/EDMarketConnector/plugins/edmc-L3-37/mats_helper.py", line 358, in journal_entry
mat = mat_alias[cat_lower][k]
KeyError: 'tg_interdictiondata'

'tg_interdictiondata'

Abandoned

Since the project is obviously dead/abandoned, could someone with control mark it that way please?

EDMC Overlay compatibility

I think it would a nice feature if this plugin, specifically it's neutron plotter feature, can work with EDMC Overlay, or at the very least can somehow announce that a system is a scheduled refuel point without having to task switch/see the window.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.