Closed ghost closed 4 years ago
That's odd, from the logs it looks like the "copy to clipboard" feature doesn't work anymore. Are the waypoints properly copied to your clipboard when you run the plugin?
Edit: Can reproduce, will try to fix this today
Fixed in this commit. This will be added to the next release.
Yes, the clipboard is still working. Thank you for the quick fix.
Fixed in release 3.0.3
From %temp%/EDMarketConnector.log on Windows 10, EDMC 3.46, plugin version 3.0.2
loading plugin SpanshRouter from "C:\Users\ue\AppData\Local\EDMarketConnector\plugins\SpanshRouter\load.py" No previously saved route. !! Traceback (most recent call last): !! File "C:\Users\ue\AppData\Local\EDMarketConnector\plugins\SpanshRouter\SpanshRouter\SpanshRouter.py", line 276, in open_last_route !! File "C:\Users\ue\AppData\Local\EDMarketConnector\plugins\SpanshRouter\SpanshRouter\SpanshRouter.py", line 288, in copy_waypoint !! AttributeError: 'NoneType' object has no attribute 'clipboard_clear'
The message "no previously saved route" is strange because there is a route and it is displayed in the UI, and things are working properly.