-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi !
Running this app on a Windows 10 laptop, I'm facing the followin issue:
[10:35:04 DBG] Hosting starting
[10:35:04 DBG] Failed to locate the development https certificate at 'null'.
[10:35:05 DBG] Unable to locate an appropriate development https certificate.
[10:35:05 DBG] No listening endpoints were configured. Binding to http://localhost:5000 by default.
[10:35:05 INF] Now listening on: http://localhost:5000
[10:35:05 DBG] Loaded hosting startup assembly TreadmillBridge
[10:35:05 FTL] An unhandled exception occurred.
System.MissingMethodException: Method not found: 'Void Windows.Devices.Bluetooth.GenericAttributeProfile.GattServiceProv
iderAdvertisingParameters.put_ServiceData(Windows.Storage.Streams.IBuffer)'.
at TreadmillBridge.Services.VirtualTreadmill.VirtualTreadmillService.StartAsync(CancellationToken cancellationToken)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at TreadmillBridge.Services.VirtualTreadmill.VirtualTreadmillService.StartAsync(CancellationToken cancellationToken)
at TreadmillBridge.BackgroundServices.TreadmillServerBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
in C:\jsz\perso\treadmill-bridge-master\src\TreadmillBridge\BackgroundServices\TreadmillServerBackgroundService.cs:line
18
at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
at TreadmillBridge.Program.Main(String[] args) in C:\jsz\perso\treadmill-bridge-master\src\TreadmillBridge\Program.cs
:line 19
Any Idea ? Thank you for the great work !