Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[support] hurricane's Docker Repository

Featured Replies

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?

libresonic missing.PNG

  • Replies 396
  • Views 68k
  • Created
  • Last Reply
  • 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?

libresonic missing.PNG

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.

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

  • 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.

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!!

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.

  • 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?

I figured it out thank you.

Edited by cherritaker

  • 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

  • 2 weeks later...
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;
        }

 

 

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: 503

SERVICE_UNAVAILABLE

RequestURI=/index.view

Powered by jetty://

Anyone else have this issue?

Thanks!

Sent from my ONEPLUS A3000 using Tapatalk

  • 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

any news on the update?? im getting 503 error on both stable & beta containers

Edited by Furby8704

  • Author

I wasn't aware that stable was causing issues too. I will need to look into it more today

Sent from my ONEPLUS A3000 using Tapatalk

  • 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.

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 by Furby8704

 
 
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

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!

 
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

  • 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

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

  • 2 weeks later...

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.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.