Everything posted by Keek Uras
-
[Support] manuel-rw Docker Support thread
I've tried adding my folders to slskd using this info: https://github.com/slskd/slskd/blob/master/docs/docker.md and adding them as variables does not work. I've also added them as paths, that doesn't work either. When I log into the app and go into shares, I see this (screenshot): If I rescan shares, it finds nothing. Any suggestions?
-
[Support] manuel-rw Docker Support thread
Sorry for the delay. I finally figured out the issue. The IP was offered up as malware on my Firewall and I had blocked it, not recognizing the IP. After removing the block, I can now access it.
-
[Support] manuel-rw Docker Support thread
It doesn't make sense that I can't reach it from unRAID but can on my local PC. They are on the same subnet, and there are no VLANs. No traffic egress is blocked on my network. Neither the FQDN or the IP can be reached from unRAID. Both are reachable from my local PC and nslookup for the site works on both unRAID and my PC. I'm using quad 9 for primary DNS & cloudflare for backup DNS on my Firewalla.
-
[Support] manuel-rw Docker Support thread
Unfortunately no. The console opens for a few seconds and then disappears. I can resolve the FQDN from the console within unRAID but can't ping the IP. Both the server and my box are on the same network, so that makes no sense.
-
[Support] manuel-rw Docker Support thread
Thank you for the quick response. Here is the output of both: ping 208.76.170.59 Pinging 208.76.170.59 with 32 bytes of data: Reply from 208.76.170.59: bytes=32 time=212ms TTL=48 Reply from 208.76.170.59: bytes=32 time=214ms TTL=48 Reply from 208.76.170.59: bytes=32 time=214ms TTL=48 Reply from 208.76.170.59: bytes=32 time=212ms TTL=48 Ping statistics for 208.76.170.59: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 212ms, Maximum = 214ms, Average = 213ms nslookup vps.slsknet.org Server: UnKnown Address: 172.16.0.1 Non-authoritative answer: Name: vps.slsknet.org Address: 208.76.170.59
-
[Support] manuel-rw Docker Support thread
I went ahead and removed and reinstalled the app. Same error. I grabbed a full error this time: [10:58:20 INF] Using application directory /app [10:58:20 INF] Using configuration file /app/slskd.yml [10:58:20 INF] Storing application data in /app/data [10:58:21 INF] Listening for HTTP requests at http://0.0.0.0:5030/ [10:58:21 INF] Listening for HTTPS requests at https://0.0.0.0:5031/ [10:58:21 INF] Using randomly generated self-signed certificate [10:58:21 INF] Using base url / [10:58:21 INF] Serving static content from /slskd/wwwroot [10:58:21 INF] Configuration complete. Starting application... [10:58:21 INF] Application started [10:58:21 INF] Listening for incoming connections on port 50300 [10:58:21 INF] Checking GitHub Releases for latest version [10:58:21 INF] Initializing shares [10:58:21 INF] Share cache StorageMode is 'Memory'. Attempting to load from backup... [10:58:21 INF] Share cache backup validated. Attempting to restore... [10:58:21 INF] Share cache successfully restored from backup [10:58:21 INF] Share cache loaded from disk successfully. Sharing 0 directories and 0 files [10:58:21 INF] Warming browse response cache... [10:58:21 INF] Browse response cached successfully in 9ms [10:58:21 ERR] Disconnected from the Soulseek server: Connection refused [10:58:21 INF] Waiting about a second before reconnecting [10:58:21 FTL] Application terminated unexpectedly Soulseek.SoulseekClientException: Failed to connect: Failed to connect to 208.76.170.59:2271: Connection refused ---> Soulseek.ConnectionException: Failed to connect to 208.76.170.59:2271: Connection refused ---> System.Net.Sockets.SocketException (111): Connection refused at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) --- End of inner exception stack trace --- at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.SoulseekClient.ConnectInternalAsync(String address, IPEndPoint ipEndPoint, String username, String password, CancellationToken cancellationToken) --- End of inner exception stack trace --- at Soulseek.SoulseekClient.ConnectInternalAsync(String address, IPEndPoint ipEndPoint, String username, String password, CancellationToken cancellationToken) at slskd.Application.Microsoft.Extensions.Hosting.IHostedService.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) at slskd.Program.Main(String[] args) Please advise. Thanks!
-
[Support] manuel-rw Docker Support thread
Hi! Trying out the slskd docker and getting this error: 10:46:46 FTL] Application terminated unexpectedly Soulseek.SoulseekClientException: Failed to connect: Failed to connect to 208.76.170.59:2271: Connection refused ---> Soulseek.ConnectionException: Failed to connect to 208.76.170.59:2271: Connection refused ---> System.Net.Sockets.SocketException (111): Connection refused at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) --- End of inner exception stack trace --- at Soulseek.Network.Tcp.Connection.ConnectAsync(Nullable`1 cancellationToken) at Soulseek.SoulseekClient.ConnectInternalAsync(String address, IPEndPoint ipEndPoint, String username, String password, CancellationToken cancellationToken) --- End of inner exception stack trace --- at Soulseek.SoulseekClient.ConnectInternalAsync(String address, IPEndPoint ipEndPoint, String username, String password, CancellationToken cancellationToken) at slskd.Application.Microsoft.Extensions.Hosting.IHostedService.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) at slskd.Program.Main(String[] args)
-
[Support] ich777 - Application Dockers
I was trying to use it as the REMOTE_DIR for the remote address. Your suggestion worked. Thanks!
-
[Support] ich777 - Application Dockers
Hello! Is there a way to use DirSyncPro with a remote NFS share? I haven't been able to figure out how to make it work.
-
[Support] binhex - MakeMKV
That worked. Thanks so much!
-
[Support] binhex - MakeMKV
Hi there! Is there a way to add a variable or something to fix this message? Using direct disc access mode AACS directory not present, assuming unencrypted disc This disc requires Java runtime (JRE), but none was found. Certain functions will fail, please install Java. See http://www.makemkv.com/bdjava/ for details.
-
Unable to reinstall apps (Resolved)
Thanks, I had already figured this out and ran xfs_repair which fixed it for about 12 hours and now unRAID has disabled the disk. I have a replacement coming and that should fix the issue. Thanks for the response.
-
Unable to reinstall apps (Resolved)
Hello. I replaced a drive and my array is working fine but I first ran into an issue restoring an Emby backup and now after both Krusader and DoubleCommander both locked up on me, I can't reinstall them. get this error: I even tried to create the folder in question with Dynamix File Manager and get this error: I'm not sure what's happening. I've attached my system diagnostics. Thanks! repository-diagnostics-20230511-1745.zip
-
mplogas - Support Thread for container(s)
I believe I have bonob set up correctly but I cannot connect to the service in Sonos. It tells me to "Check your network connection." Both the Sonos devices and unRAID are on the same LAN and the bonob service registered successfully. Both Navidrome & bobob are using host networking. I've tried bridge as well. Settings: Any thoughts on what it might be?
-
[Support] selfhosters.net's Template Repository
-
mplogas - Support Thread for container(s)
Thanks for the reply. The 172.16.x.x is class B but private and also the subnet for my LAN. Those are already set to my instance of unRAID. Also, no need to ever block out private IPs as they are not publicly routable. Removing the http:// from the BNB_SONOS_SEED_HOST seems to have resolved it.
-
[Support] selfhosters.net's Template Repository
Hello. I've set up Navidrome but I can't get it to import playlists. The music directory is /music. I've tried setting ND_PLAYLISTSPATH to /music/playlists, ./playlists and neither works. Can someone give me a tip on what it is expecting for a path? Here are my overall settings. Thanks!
-
mplogas - Support Thread for container(s)
Hello! I'm trying to configure bobob to work with Navidrome and I'm not sure what the program is expecting. Here is the error when I pull up the web page: My bobob config: My Navidrome config: Thanks!
-
[Support] kizaing - Kavita
No support issue, just some feedback. I gave it a try and it's a nice app, easy to install but I went back to Ubooquity because I prefer the app using the folder names and structuring accordingly. This app doesn't organize as well or as easily.
-
Dynamix plug-in error after rebuild [Solved]
Thanks! It was a corrupted zero byte file. I deleted the file, the error went away and now my main screen shows my array without the error message.
-
Dynamix plug-in error after rebuild [Solved]
Hello! I replaced a drive and after the rebuild completed, I keep getting a message about the drive returning to normal operation once every minute and my array screen has this error: Fatal error: Uncaught LogicException: Can't seek file /boot/config/parity-checks.log to negative line -1 in /usr/local/emhttp/plugins/dynamix/include/Helpers.php:204 Stack trace: #0 /usr/local/emhttp/plugins/dynamix/include/Helpers.php(204): SplFileObject->seek(-1) #1 /usr/local/emhttp/plugins/dynamix/include/Helpers.php(214): tail(Object(SplFileObject)) #2 /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(693) : eval()'d code(429): last_parity_log() #3 /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(693): eval() #4 /usr/local/emhttp/plugins/dynamix/template.php(82): require_once('/usr/local/emht...') #5 {main} thrown in /usr/local/emhttp/plugins/dynamix/include/Helpers.php on line 204. I uninstalled and reinstalled the 4 Dynamix plug-ins I'm using That didn't help. I also stopped and started the array. Please advise. Thanks!
-
[Support] Fireshare
It just took a lot longer to show up than expected. It is working. Thanks.
-
[Support] Fireshare
Hey there! Giving this docker a go but it doesn't seem to scan folders recursively. Any chance that could be added or will be added in the future? I keep my video files organized and don't want them all dumped into one folder. Thanks! ~K
-
Unable to access anything after array start after upgrade to 6.1.2 RC2
This was not the easiest way to get back up and working but in the end, I'm back where I needed to be. Thanks!
-
Unable to access anything after array start after upgrade to 6.1.2 RC2
Everything worked fine until I upgraded. Is there a way to restore unRAID without wiping my drives?