2023-07-29, 07:42 PM
So I was trying to get the Jellyfin API to work with my own app, but I accidentally sent an authorization request with an empty device ID.
This obviously led to an error, but additionally there's now a device in my Jellyfin server with an empty device ID! This means that I can't remove the device.
This is the JSON response about this device:
The device can't be removed and it's just stuck there now.
This obviously led to an error, but additionally there's now a device in my Jellyfin server with an empty device ID! This means that I can't remove the device.
This is the JSON response about this device:
Code:
{
"2": {
"Name": "Windows NT",
"Id": "",
"LastUserName": "JVT038",
"AppName": "Movary",
"AppVersion": "0.51.1",
"LastUserId": "3a84210a1bdd44a7802d0ad9317603e7",
"DateLastActivity": "2023-07-29T13:40:48.4758988Z",
"Capabilities": {
"PlayableMediaTypes": [],
"SupportedCommands": [],
"SupportsMediaControl": false,
"SupportsContentUploading": false,
"SupportsPersistentIdentifier": true,
"SupportsSync": false
}
}
}
The device can't be removed and it's just stuck there now.