[support] hurricane's Docker Repository


Recommended Posts

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.

Link to comment

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.

Link to comment
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?

Link to comment
  • 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;
        }

 

 

Link to comment

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

Link to comment
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
Link to comment
 
 
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.


I'm having the same issue...

How did you rebuild the database?

Sent from my ONEPLUS A3000 using Tapatalk

Link to comment
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!

Link to comment
 
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

Link to comment

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

  • Upvote 1
Link to comment
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

Link to comment
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.