cyber-geiger / toolbox-communicationApi

Contains the communication API to connect plugins to the GEIGER toolbox
Apache License 2.0
1 stars 2 forks source link

Failure of plugin registraion on Windows computer #36

Open BananaEgg opened 2 years ago

BananaEgg commented 2 years ago

I'm facing an issue on the Windows version after updating geiger api 0.8.0. The plugin fails to run function : await api!.registerPlugin(); Tested both with the chatbot and the "Geiger api connector" developed by Luong. There's no exception, the debugger just loses its position, can't step into the function too. I haven't tested with 0.7.9, but worked before needing to register the plugin.

BananaEgg commented 2 years ago

I fount that the example plugin works with the api on branch bug-fix-androidsdk It is able to connect while using the api from the repo path geiger_api: path: ../../

But the failes when using : geiger_api: 0.8.1

tschai-yim commented 2 years ago

Please provide a MRE as it works for us.