March 6, 20179 yr Libresonic just auto-updated overnight, and now all I get is a 503 error. I've stopped & restarted the docker, but I still get the same error. Any suggestions, or a procedure for a roll-back?
March 6, 20179 yr Author 8 minutes ago, FreeMan said: Libresonic just auto-updated overnight, and now all I get is a 503 error. I've stopped & restarted the docker, but I still get the same error. Any suggestions, or a procedure for a roll-back? Sorry no procedure fro rolling back, but I will take a look and try and fix it. Can you please post the output of docker logs.
March 6, 20179 yr Author They replaced subsonic booter wither spring boot in the latest release https://github.com/Libresonic/libresonic/releases That is probably what is causing the issue. I will try and figure it out and fix the issue.
March 7, 20179 yr I appreciate the quick response. Here's the log. I believe I started with the last couple of lines of the shutdown just prior to starting. Libresonic.2017.03.06.log
March 7, 20179 yr Author 15 hours ago, FreeMan said: I appreciate the quick response. Here's the log. I believe I started with the last couple of lines of the shutdown just prior to starting. Libresonic.2017.03.06.log Okay, figured out the issue. Fix has been published.
March 8, 20179 yr 10 hours ago, hurricanehrndz said: Okay, figured out the issue. Fix has been published. Fantastic! I just did a force update and it's now responding. Thanks for the quick turn around!!
March 9, 20179 yr Hello i'm currently having a issue scanning my music library. Ever since the last update i have been trouble accessing my music. I have the ports and path set up right. But when i do scan media folders it shows it scanning and it says 2 files but after that it stops. Not sure what i might be doing wrong or how i can troubleshoot this any help would be greatly appreciated it.
March 9, 20179 yr Author 6 minutes ago, cherritaker said: Hello i'm currently having a issue scanning my music library. Ever since the last update i have been trouble accessing my music. I have the ports and path set up right. But when i do scan media folders it shows it scanning and it says 2 files but after that it stops. Not sure what i might be doing wrong or how i can troubleshoot this any help would be greatly appreciated it. Which container?
March 9, 20179 yr Author I figured it out thank you.Awesome, you might want to post the solution for other people.Sent from my ONEPLUS A3000 using Tapatalk
March 17, 20179 yr On 3/1/2017 at 8:48 AM, hurricanehrndz said: This is now complete. I finally got around to testing this and it seems to work great! Thanks for adding that in. On 3/6/2017 at 4:58 AM, ZataH said: I just tried to do a new pull, still dont see a context variable? I modified my config, but here is what I use to create - notice the new -e CONTEXT_PATH=/subsonic docker create \ --name=subsonic \ --net=host \ -p 4040:4040 \ -e APP_UID=1001 -e APP_GID=1001 \ -v /raid/apps/subsonic:/subsonic \ -v /raid/media/music:/music \ -v /raid/media/music/podcasts:/podcasts \ -v /raid/media/music/playlists:/playlists \ -e CONTEXT_PATH=/subsonic \ hurricane/subsonic In my sites file for nginx I have } location ^~ /subsonic { proxy_pass http://192.168.0.1:4040/subsonic; proxy_set_header Host $host; proxy_buffering off; }
March 25, 20179 yr Not sure if anyone else has this issue....After the most recent subsonic docker update something broke.After starting the container I cannot get it to load... This error is displayed when I browse to it:HTTP ERROR: 503SERVICE_UNAVAILABLERequestURI=/index.viewPowered by jetty://Anyone else have this issue?Thanks!Sent from my ONEPLUS A3000 using Tapatalk
March 26, 20179 yr Author Thanks for the heads up, someone did a pull request in order to support external databaes, I believe this is the cause. This is only in the beta branch, switch to stable for now. I will fix beta tomorrow.Sent from my ONEPLUS A3000 using Tapatalk
March 27, 20179 yr any news on the update?? im getting 503 error on both stable & beta containers Edited March 27, 20179 yr by Furby8704
March 27, 20179 yr Author I wasn't aware that stable was causing issues too. I will need to look into it more todaySent from my ONEPLUS A3000 using Tapatalk
March 27, 20179 yr Author 3 hours ago, Furby8704 said: any news on the update?? im getting 503 error on both stable & beta containers I checked stable, I don't see 503. I can confirm stable is working, what port are you using. Beta was just fixed and a new build has been triggered.
March 27, 20179 yr 16 hours ago, hurricanehrndz said: I checked stable, I don't see 503. I can confirm stable is working, what port are you using. Beta was just fixed and a new build has been triggered. Looks like its on my end. fresh install works fine but with existing data i get 503. EDIT: my database got corrupted trying to find a way to get it back 2nd EDIT: i was able to rebuid the database. all is well. Edited March 28, 20179 yr by Furby8704
March 29, 20179 yr Looks like its on my end. fresh install works fine but with existing data i get 503. EDIT: my database got corrupted trying to find a way to get it back [emoji32] 2nd EDIT: i was able to rebuid the database. all is well.I'm having the same issue...How did you rebuild the database?Sent from my ONEPLUS A3000 using Tapatalk
March 29, 20179 yr 44 minutes ago, airbillion said: I'm having the same issue... How did you rebuild the database? Sent from my ONEPLUS A3000 using Tapatalk subsonic creates a script that rebuilds the database when deleted. check your db folder in your appdata for subsonic. delete everything but the script. it should rebuild on the next startup. FYI my script was also corrupted and wouldnt recreate my databass so what i did was create a fresh install. grabbed the script file from it. Opened it up in an editor and pasted tables i wanted to be created from my old script. make sure to make backups before anything! Good luck!
March 29, 20179 yr subsonic creates a script that rebuilds the database when deleted. check your db folder in your appdata for subsonic. delete everything but the script. it should rebuild on the next startup. FYI my script was also corrupted and wouldnt recreate my databass so what i did was create a fresh install. grabbed the script file from it. Opened it up in an editor and pasted tables i wanted to be created from my old script. make sure to make backups before anything! Good luck!Cool thanks!I'll give it a shot...Sent from my ONEPLUS A3000 using Tapatalk
April 3, 20179 yr Hi, I just installed the tinyMediaManager container, but I receive the same error as people were discussing here: http://lime-technology.com/oldforum/index.php?topic=35934.90 ("We were unable to download the necessary files after five attempts. You can try running the application again but if fails..<text obscured>"). Please see unRAID/tMM log here: https://pastebin.com/41wKnVfD Any help is much appreciated
April 3, 20179 yr Author Please post docker logs, I will see about doing a quick fix. I have been wanting to do a complete rebuild, but have yet to find sufficient time.Sent from my ONEPLUS A3000 using Tapatalk
April 3, 20179 yr 6 minutes ago, hurricanehrndz said: Please post docker logs, I will see about doing a quick fix. I have been wanting to do a complete rebuild, but have yet to find sufficient time. Sent from my ONEPLUS A3000 using Tapatalk Thanks for getting back to me. I'm pretty new to unRAID / Docker etc. but is this the log(collected from /mnt/user/appdata/tinyMediaManager) you mean? (please bare with me and point me in the right direction if this is the wrong log ) launcher.log
April 12, 20179 yr Regarding TMM, I have the same issue, and I append a log from a failed session Thanks, it has been very useful to me, thanks for all the work you have done for us. Dennis TMM_log.txt
Archived
This topic is now archived and is closed to further replies.