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

Update to 1.01 crashes with null exception #24

Open
inertia666 opened this issue Jan 9, 2023 · 1 comment
Open

Update to 1.01 crashes with null exception #24

inertia666 opened this issue Jan 9, 2023 · 1 comment

Comments

@inertia666
Copy link

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
Copy link
Collaborator

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

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

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

2 participants