-
Notifications
You must be signed in to change notification settings - Fork 9
Description
First I would thank you for the effort made building this. It's an interresting initiative, however I would like to point the lack of documentation, not easy to understand what does what,etc.
Also would precise that I'm a java developer, no experience at all with dotnet, c#...
I managed to run the server locally on a Windows machine, using Visual Studio Code, added a settings.json file in the root folder providing all necessary variables. The android app also works and is set up.
I'm tunneling to my localhost so that I can connect using and android device.
But I'm running into many errors :
- I the app, when launched,I'm getting status 202 meaning the request was accepted but it needs further processing because the status shows: "started" and the error dialog pops up.
- In the server, sometimes it won't start with the following message error in the log:
A host error has occurred during startup operation 'd7e45bb4-43fc-4f9f-95b5-4d24c8dbf49f'.
Sygic.Corona.Api: Could not load file or assembly 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. File was not found. System.Private.CoreLib: Could not load the specified file.
Value cannot be null.
Parameter name: provider
Tried everything, even installing Microsoft.Extensions.DependencyInjection.Abstractions using NuGet
When the above error message arises, I can't start server anymore,it will fail to that error again and again.
I know you may be busy with your work, but please assist