Jellyfin Forum
Jellyfin device can't be removed - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Jellyfin device can't be removed (/t-jellyfin-device-can-t-be-removed)



Jellyfin device can't be removed - JVT038 - 2023-07-29

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:

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.