Same issue as everyone else: [18-Sep-2025 16:13:10 Europe/Budapest] PHP Fatal error: Uncaught TypeError: trim(): Argument #1 ($string) must be of type string, array given in /usr/local/emhttp/plugins/community.applications/include/exec.php:312
Stack trace:
#0 /usr/local/emhttp/plugins/community.applications/include/exec.php(312): trim(Array)
#1 /usr/local/emhttp/plugins/community.applications/include/exec.php(1121): DownloadApplicationFeed()
#2 /usr/local/emhttp/plugins/community.applications/include/exec.php(90): force_update()
#3 {main}
thrown in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 312 I've var_dumped $ApplicationFeed['applist'] from /usr/local/emhttp/plugins/community.applications/include/exec.php near the location of the error. It seems like the issue is with the "Tailscale IDP" plugin: array(22) {
["PluginURL"]=>
string(75) "https://raw.githubusercontent.com/dkaser/unraid-tsidp/main/plugin/tsidp.plg"
["PluginAuthor"]=>
string(11) "Derek Kaser"
["Name"]=>
string(21) "Tailscale IDP (tsidp)"
// ...
["RequiresFile"]=> // Input data for the error
array(2) {
[0]=>
string(49) "/usr/local/emhttp/plugins/tailscale/bin/tailscale"
[1]=>
string(34) "/usr/local/unraid-api/package.json"
}
// ...
}