Blazored / Video

The easiest html5 video implementation for Blazor applications
https://blazored.github.io/Video
MIT License
127 stars 28 forks source link

Update to 1.01 crashes with null exception #24

Open inertia666 opened 1 year ago

inertia666 commented 1 year ago

I am unsure exactly how to file a bug report for this so I will just try and explain what I am doing and maybe that can help.

I made a simple Blazor server application to upload a video as a blob to an sqllite database. I also made a page that fetches this blob via a call from a controller and then display the video blob using Blazored Video.

This worked just fine, even for large files over 150mb.

After upgrading to 1.0.1 I am getting an error that the file is too large when trying to view the uploaded video. I tried configuring Newtonsoft Json on the controller to see if it alleviated the problem but it doesn't.

I also tried uploading a smaller file but get the same error.

Putting the nuget package back to v1.0.0 sorted everything out again.

SQL-MisterMagoo commented 1 year ago

Can you create a minimal repro of this and share the repo here?

Also, please include error messages/stack trace in your issue