-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi, thanks for your time.
Here the problem :
simptom :
When I upload a design using the kicad module aisler, he open Microsoft edge with a bad formed URL:
"http://orders/2024-36305/success?revision_update=true"
Config :
I use kicad 7.0 and the "AISLER Push for KiCad 0.1.9" plugin to upload the design.
I use firefox as default browser.
I'm on windows 11 pro.
Context :
It was working, then I put an order on hold via the website. Since it don't work anymore.
I do have uninstall the module, and install it again. ==> same bug
I do have tested with another project (also in order currently) ==> same bug
I do have created a new project ==> it work Firefox open and the project is updated. I can order it.
My conclusion:
When a project is in order, this plugin don't open the right url : "orders/2024-36305/success?revision_update=true"
This lead to Microsoft opening edge instead of the default browser to search online for it adding the http:// before.
I suppose somewhere a string concat is bad.
Have a good day.