Skip to content
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

Fail on Build #6

Open
schorges opened this issue Apr 6, 2020 · 6 comments
Open

Fail on Build #6

schorges opened this issue Apr 6, 2020 · 6 comments

Comments

@schorges
Copy link

schorges commented Apr 6, 2020

fail on build blazor app :

Severity Code Description Project File Line Suppression State
Error TS18003 Build: No entries were found in the configuration file "C: /Users/Administrator/.nuget/packages/blazormedia/0.2.333.326/contentFiles/any/netstandard2.0/tsconfig.json". The include paths were "[" ** / * "]", the exclude paths were "[]". Mobile H: \ Programming \ Mobile \ Mobile \ tsc 1

please help me

@drma-tech
Copy link

same thing for me

@AbeBaehaki
Copy link

I have the same issue when using BlazorMedia in Blazor WebAssembly v3.2.0 Preview 4. Seems like it was caused by the tsconfig.json included in the nuget package.

I resolved my issue by excluding the contentFiles from nuget by adding this to BlazorMedia package reference in my .csproj file.

    <PackageReference Include="BlazorMedia" Version="0.2.333.326">
      <ExcludeAssets>contentFiles</ExcludeAssets>
    </PackageReference>

And then I added BlazorMedia.js reference in my index.html file.

 <script src="_content/BlazorMedia/BlazorMedia.js"></script>

Then everything works fine! Hope it helps.

@Mercurial
Copy link
Owner

Hi guys, sorry I need to update the readme

@borseno
Copy link

borseno commented Jun 20, 2020

Thank you @AbeBaehaki

I did the same in blazor server

But I'm getting the error you can see on the screen after my camera gets connected
I constantly get that "server connection error" on the page but I still can see my camera working
Anyway I wanna get rid of that error

image

@borseno
Copy link

borseno commented Jun 20, 2020

@Mercurial any idea on that one?

@borseno
Copy link

borseno commented Jun 20, 2020

Here's a repro repo:
https://github.com/BadgerTheAdger/temp-repro-repo

Mercurial pushed a commit that referenced this issue Aug 5, 2020
Pull updates from Base repository
Repository owner deleted a comment from officialarmannqureshi Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants