-
Notifications
You must be signed in to change notification settings - Fork 26
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
Howto start your demo #5
Comments
Could you tell us what is wrong for you, some error message or anything? Are you using Visual Studio 2019 with ASP.NET Core libraries installed? |
The error message I get is:
This is in Visual Studio 2022 Community Edition. Both the projects build fine. Cryptic error message... |
Thats an error message coming back from your api code rather than json.
*Peter Marshall*
07979608139
***@***.***
CV
<https://onedrive.live.com/view.aspx?resid=5099FD58F1491948%21574735&app=Word>
creator of https://nearby.cafe <http:%5C%5Cnearby.cafe>
https://petermarshall.github.io/blog/
…On Mon, 13 Dec 2021 at 09:36, ledpup ***@***.***> wrote:
The error message I get is:
System.Text.Json.JsonException: ''<' is an invalid start of a value. Path:
$ | LineNumber: 0 | BytePositionInLine: 0.'
This is in Visual Studio 2022 Community Edition. Both the projects build
fine.
Cryptic error message...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCCIQ26BM2ZWBFCCLIPSF3UQWWA5ANCNFSM432FSCFQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Make sure the api endpoint you are calling is working. That is an html error message comming back from a json endpoint. |
No, it's not my API. I'm just describing what I get when I run the FisSst.BlazorMaps.Examples project from VS 2022 after cloning from the repo. I haven't made a change to any of the code after pulling the repo. Just built and run the examples project. In my own codebase, I have the BlazorMaps component working just fine. Got the map, markers, zoom, translation, etc. all working well. I think there is something different in the examples project. I just tried update to .net 6, updated a few of the libraries in NuGet. Still no good. Doesn't bother me too much. I can just read the examples anyway. |
Hi
I try to start you demo but nothing
The text was updated successfully, but these errors were encountered: