February 13, 20197 yr Might also be worth clearing out your browser cache and cookies etc. Or trying a different browser or incognito mode.
February 13, 20197 yr include /config/nginx/proxy.conf; I believe is the magic that was needed, which is just referencing the default one included in the LE container.Sent from my Pixel 2 XL using Tapatalk
February 19, 20197 yr Hey, so I'm getting Connection Failure. Resource not found. I have tried adding /booksonic and tried removing CONTEXT_PATH. I know my port forward works due to me being able to go to mydomin:4040 on a remote pc and be greeted by the login but the android app is throwing the error. Any Ideas?
February 19, 20197 yr 50 minutes ago, LotusMoves said: Hey, so I'm getting Connection Failure. Resource not found. I have tried adding /booksonic and tried removing CONTEXT_PATH. I know my port forward works due to me being able to go to mydomin:4040 on a remote pc and be greeted by the login but the android app is throwing the error. Any Ideas? Sounds very similar to the issue I was having. CHBMB and myself have posted working configs, reviewing those are the only thing I can really suggest without seeing your nginx reverse proxy config.
July 28, 20196 yr I have 1.1beta installed via CA on Unraid/Docker. Booksonic GUI upon login indicates a newer version available. Best update path/process under this scenario?
August 9, 20196 yr On 7/28/2019 at 5:52 PM, MrFreePress said: I have 1.1beta installed via CA on Unraid/Docker. Booksonic GUI upon login indicates a newer version available. Best update path/process under this scenario? Going to reup this as i have the same question
August 9, 20196 yr You are running the latest version. It's just the author of booksonic that doesn't know how to make a proper release on github. If you check the release tab and check out the 2 commits to master after he made the release, you will see that he changed the code from 1.1 beta to 1.1 release. Edited November 25, 20196 yr by saarg
September 20, 20196 yr I have been running this container for a while without issue but recently i have been getting: HTTP ERROR: 503 Problem accessing /. Reason: Service Unavailable When I try to access the webgui. My log says: at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:843) at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:533) at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:816) at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:345) at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1404) at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1366) at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:778) at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:262) at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:520) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:161) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:131) at org.eclipse.jetty.server.Server.start(Server.java:422) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:105) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61) at org.eclipse.jetty.server.Server.doStart(Server.java:389) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.runner.Runner.run(Runner.java:495) at org.eclipse.jetty.runner.Runner.main(Runner.java:536) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'playerService' defined in ServletContext resource [/WEB-INF/applicationContext-service.xml]: Invocation of init method failed; nested exception is org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: User not found: SA
November 25, 20196 yr 4 hours ago, techytoon said: Will this be updated to 1.1 release? Thank you for reading the previous posts on this page.
December 21, 20196 yr 2 hours ago, TheExplorographer said: I am getting the 404 error here too. 5 hours ago, accelman said: After last nights update I am receiving 404 error not found Can you try using the previous tag on docker hub? Link in the first post.
December 21, 20196 yr 1 hour ago, saarg said: Can you try using the previous tag on docker hub? Link in the first post. I will be honest here, No. I have no idea how to do that, there is no TAG option on my docker config for this app. The previous version worked fine.
December 21, 20196 yr 3 minutes ago, TheExplorographer said: TAG option on my docker config for this app Tags go after the repository entry ie: instead of linuxserver/booksonic you would use linuxserver/booksonic:whateverTag The appropriate tags are listed in the dockerHub page link on the OP Should be noted though that once you add a tag to the repository, all updates to the app will cease when updating the docker container until such time as you remove the tag
December 21, 20196 yr 1 hour ago, TheExplorographer said: I will be honest here, No. I have no idea how to do that, there is no TAG option on my docker config for this app. The previous version worked fine. I was able to downgrade to the last release from 3 days ago. If you edit the booksonic docker and change the repository line to "linuxserver/booksonic:1.1.Release-ls46" no quotes. I'll hold it here and try and update later once we see a fix for the 404 error, as I too was getting the same issue. 1 hour ago, Squid said: Tags go after the repository entry ie: instead of linuxserver/booksonic you would use linuxserver/booksonic:whateverTag The appropriate tags are listed in the dockerHub page link on the OP Should be noted though that once you add a tag to the repository, all updates to the app will cease when updating the docker container until such time as you remove the tag Thanks for the tip. It took me a second to find the "tags" page on the dockerHub page, but once I did, I was able to use the information to downgrade.
December 22, 20196 yr 6 hours ago, illsnryhybrid said: I was able to downgrade to the last release from 3 days ago. If you edit the booksonic docker and change the repository line to "linuxserver/booksonic:1.1.Release-ls46" no quotes. I'll hold it here and try and update later once we see a fix for the 404 error, as I too was getting the same issue. Thanks for the tip. It took me a second to find the "tags" page on the dockerHub page, but once I did, I was able to use the information to downgrade. Thank you for the detailed explanation and line.
January 3, 20206 yr With Booksonic being deprecated in favor of Booksonic Bridge according to the dev, are there going to be any more updates to this container? Will the 404 error that's holding us at ls46 be resolved at least?
January 3, 20206 yr 1 hour ago, tylaw1011 said: With Booksonic being deprecated in favor of Booksonic Bridge according to the dev, are there going to be any more updates to this container? Will the 404 error that's holding us at ls46 be resolved at least? Where does the dev say that booksonic bridge is going forward? There haven't been a commit on github for 2 years, so I find that strange.
January 4, 20206 yr 9 hours ago, saarg said: Where does the dev say that booksonic bridge is going forward? There haven't been a commit on github for 2 years, so I find that strange. Yeah, it is strange, but apparently true. I'm bummed, I really like this docker.
January 4, 20206 yr I did not see that yesterday. Probably blind. I don't know what we are going to do about it yet, but it seems strange he didn't update the bridge if that is the new version.
January 4, 20206 yr 15 hours ago, tylaw1011 said: Will the 404 error that's holding us at ls46 be resolved at least? That was fixed a while ago https://github.com/linuxserver/docker-booksonic/pull/16
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.