-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple issues encouterred #7
Comments
@Daziko same problem here. Would you kindly help set things up? What's the point of open sourcing a project then leaving people struggle trying to make it work without any documentation, guide etc? Open source projects don't look like this!!! The server keeps returning status 202 whatever I do! I can't pass the welcome screen. Everything from both client and server is set up and running correctly (I can only assume that because no guidance is provided). |
I can't pass this screen on Android device. The server keeps returning status 202 while the device is waiting for status 200. Can you help troubleshoot this when you get a chance? PS: Using ngrok to tunnel to localhost as I'm testing locally. Note that same behavior occurred when deployed on Azure |
Hi this response certainly not come from "covid server". Maybe is from firebase? |
I tried it on 2 different pc and this error never occurred. So you probably somehow screwed references (you can try to delete obj and bin folders and run dotnet restore). So I advice you to fresh clone of the protect setup local emulators for storage account and cosmos. Then try to run server locally and test it from postman. |
Dobrý deň, ďakujem za odpoveď @Daziko As I said above, I spent days trying to set up everything. The response is coming from Covid server as I only set apiUrl variable points to the server url (localhost tunneled with Ngrok). Firebase works correctly because I can receive the push token and that token is passed to the api call along with deviceId but the server returns 202 Accepted, same when trying with Postman. I also run Azure Cosmos Emulator locally But I got somehow confused with the fact that function url are different from the one called from mobile client: But the app calls are different: When trying to call from Postman by using the function url, I get error 500 each time. I would like to point that I was able to get log only this way. The client never hit any breakpoint set in the server Here is the log with the error: Oh and I would like to point that no database is being created in the zure Cosmos Emulator. But it is working as I could use their sample app which created the Database and the I won't deny it, I'm not experienced with dotnet, azure functions nor C# so I may be doing things wrong, that's why I need to borrow your precious time to get some guidance. Setting up should net be such a tough process, I would've rather start a project from scratch, it would be easy. Prosím pomôžte mi |
You have to adjust url (doesn't matter if on server or client site) because we are using API proxy.
You need co create DB, container and partition key (/ProfileId) manualy. server/Sygic.Corona.Admin/Startup.cs Line 79 in a61aa00
Error say that in startup.cs (dependency injection composition root) server/Sygic.Corona.Profile/Startup.cs Line 46 in a61aa00
But definitely you need .net/azure guy in your team because unfortunately I don't have time and capacity to support lack of man power in your team. |
Well, this is what makes me wonder if you really want people use your project or not! How would one GUESS all of these ? No one asks you to Anyway thanks for the superficial support. |
@Daziko Is this an open source project with such arrogance??? TAKE THIS DOWN ALREADY and never open-sourcing any project in the future |
…ure/get-presence-check to nczi * commit '02db5a19d63b9e845affaa94ed6011792c73302c': Get presence check
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 :
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
The text was updated successfully, but these errors were encountered: