beaufortfrancois / sandbox

:baby_chick:
MIT License
71 stars 32 forks source link

Runtime error, trying to generate a web bluetooth code from Bluetooth Developer Studio #19

Open zuekut opened 6 years ago

zuekut commented 6 years ago

Hello,

I tried to generate web bluetooth code, using the web bluetooth developer studio plugin, however I am getting the following error: 9:46 AM - [Code Generator] [E] - 9:46 AM - [Code Generator] [E] - Bluetooth.D3T.Common.Services.JavaScriptRuntimeException: An error occurred while Invoking the script method - RunPlugin ---> Jint.Runtime.JavaScriptException at Jint.Native.Function.ScriptFunctionInstance.Call(JsValue thisArg, JsValue[] arguments) at Jint.Engine.Invoke(String propertyName, Object thisObj, Object[] arguments) at Bluetooth.D3T.Common.Services.JSIsolatedProgram.Invoke(String method, Object[] paramData) --- End of inner exception stack trace --- at Bluetooth.D3T.Common.Services.JSIsolatedProgram.d11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) at Bluetooth.D3T.Common.Service.PluginEngine.d29.MoveNext()

Thank you in advance!