Tuumke
Tuumke
See #398 Seems to have moved to https://github.com/lowcoder-org/lowcoder
Read my previous comment
+1 for this. I'd prefer this over #2310 as i'd like my Name to be machine name and hostname the fqdn combine from a variable ``` %name%.full.local.fqdn ```
I have a bit less error message but: ```vhserver@c-vps-01:~$ ./vhserver restart; tail -f ~/log/console/vhserver-console.log [ INFO ] Stopping vhserver: TmR-s Valheim Server is already stopped [ OK ] Updating vhserver:...
Oh damn, not sure if i should make my own issue. I'm using LGSM (Linux Game Server Manager) and have installed that i use manually
Same issue +follow -edit- Switching back to tag [3.0.34-3-03](https://hub.docker.com/layers/binhex/arch-privoxyvpn/3.0.34-3-03/images/sha256-e7662f99b0287fd1b015570def62067c073d1b132be8f4f917de2c90d7328d7b?context=explore) seems to work Same for SabNZBD [4.3.2-1-05](https://hub.docker.com/layers/binhex/arch-sabnzbdvpn/4.3.2-1-05/images/sha256-1b6526fa8e8fc4f5ec71a56c1e0aa4e198ce7db9ab620d2ab1d5a9baea954c36?context=explore) and Deluge [2.1.1-6-03](https://hub.docker.com/layers/binhex/arch-delugevpn/2.1.1-6-03/images/sha256-c9ac2aeffdd98249c97d8b3fe9a351587ddc8f67e4bc930c1039a3b2cec0beae?context=explore)
@dausruddin see https://github.com/binhex/arch-delugevpn/issues/406 Fix will come soon. You could revert to tags i mentioned earlier or wait for fix
+1 Also seeing these, not sure if related: ```2024-10-04 16:04:05.702 +02:00 [ERR] Something bad happened, ErrorMiddleware caught this System.ArgumentNullException: Value cannot be null. (Parameter 'user') at System.ArgumentNullException.Throw(String paramName) at Microsoft.AspNetCore.Identity.UserManager`1.GetRolesAsync(TUser...
Just found an old issue from 2016 that has the same issue: https://github.com/dfinke/ImportExcel/issues/134. Workarround doesnt work ``` $results | Export-Excel $outFile -TableStyle Light8 -WorksheetName "Overzicht" -ConditionalText $( New-ConditionalText -ConditionalType Equal...