-
mvc api project use Microsoft.Orleans.Server8.2 nuget package
Autofac.Core.DependencyResolutionException:“An exception was thrown while activating Microsoft.AspNetCore.Mvc.Infrastructure.Controlle…
-
**Describe the issue**
I setup Azure cloud and everything works fine
I make a POST request to make bot join a meeting.
`curl -X POST --insecure -H "Content-Type: application/json" -d '{"joinURL"…
-
I've been getting the following issue after updating the DLNA plugin. I'm guessing that not all UserAgent's contain
a `/` (especially for embedded devices/TVs).
Think the issue is here:
https://git…
-
**Describe The Bug**
As stated in the title, username can't be empty, but it can be blank.
**Steps To Reproduce**
1. Go to the login screen.
2. Type ' ' (space character with no quotes) in the u…
-
I just upgraded my Jellyfin server to 10.10.0 and it seems like syncing from Infuse doesn't work anymore.
The InfuseSync plugin is at version 1.5.0.0. Clicking "Scan for changes" in Infuse, returns t…
-
**Assemblies affected**
- ASP.NET Core OData 9.x
- ASP.NET Core OData 8.x
- ASP.NET Core OData 7.x/ASP.NET OData 7.x
**Describe the bug/Repro steps**
Consider the following sample service that …
-
When I click on signals, I occasionally receive the banner "An unhandled error occurred while serving the request."
It does not affect the logs' output, so it's more like a visual noise.
![CleanSh…
-
**Describe the bug**
Trying to load the URL gets a "Error processing request." error
https://jellyfin.example.com:8920/sso/OID/start/example etc which ever link i try
**To Reproduce**
Steps t…
-
When trying to delete a orderline from the order/cart we get the following error message:
`DBConcurrencyException: A Concurrency update occurred in table 'umbracoCommerceOrder' for primary key valu…
-
### Describe the bug
This line causes the error
```cs
jobsApi.MapGet("/Status/{id:guid}",JobStatusById);
```
however this works as expected
```
jobsApi.MapGet("/Status/{id}",JobStat…