Cannot play Podcasts?

Artist radio, genre radio & related artists. A Subsonic server for music nerds.

Moderator: moderators

Cannot play Podcasts?

Postby Pcace » Mon Jan 14, 2013 9:04 pm

Hey,

i do not really know wether to ask here in the Musiccabinet or in the Subsonic Forum directly.. i try it here:
I cannot play Podcasts.
When i click on "Podcasts" , than on the podcast i want to hear, and than the little playbutton, nothing happens. Why?

Ideas?
Pcace
 
Posts: 117
Joined: Tue Nov 29, 2011 2:44 pm

Re: Cannot play Podcasts?

Postby Pcace » Mon Jan 14, 2013 9:06 pm

When i right-click on that button and copy the link it is: "javascript:noop()"

does that help?
Pcace
 
Posts: 117
Joined: Tue Nov 29, 2011 2:44 pm

Re: Cannot play Podcasts?

Postby hakko » Mon Jan 14, 2013 9:25 pm

Do you have a podcast URL for me to test with? I might have overlooked podcasts completely when I rewrote the media file handling.
MusicCabinet developer
hakko
 
Posts: 1416
Joined: Tue Apr 17, 2012 7:05 pm
Location: Sweden

Re: Cannot play Podcasts?

Postby Pcace » Tue Jan 15, 2013 9:29 am

hakko wrote:Do you have a podcast URL for me to test with? I might have overlooked podcasts completely when I rewrote the media file handling.



You have a PM....


Thanks!!!
Pcace
 
Posts: 117
Joined: Tue Nov 29, 2011 2:44 pm

Re: Cannot play Podcasts?

Postby guisar » Tue Jan 15, 2013 5:25 pm

Did this ever get fixed? I just installed and podcasts are not added to the playlist nor do they play with web or external player (glad Imade a back up settings....).
guisar
 
Posts: 8
Joined: Mon Feb 13, 2012 1:39 pm

Re: Cannot play Podcasts?

Postby hakko » Tue Jan 15, 2013 8:04 pm

I haven't fixed this since yesterday. Prob this upcoming weekend, I'm busy at work atm.
MusicCabinet developer
hakko
 
Posts: 1416
Joined: Tue Apr 17, 2012 7:05 pm
Location: Sweden

Re: Cannot play Podcasts?

Postby hakko » Sun Jan 20, 2013 9:03 pm

Should be fixed in 0.7.20: viewtopic.php?f=4&t=9777&p=51785#p51785
MusicCabinet developer
hakko
 
Posts: 1416
Joined: Tue Apr 17, 2012 7:05 pm
Location: Sweden

Re: Cannot play Podcasts?

Postby Pcace » Mon Jan 21, 2013 11:08 am

Beautiful!

Thanks a lot!!!
Pcace
 
Posts: 117
Joined: Tue Nov 29, 2011 2:44 pm

Re: Cannot play Podcasts?

Postby Pcace » Mon Jan 21, 2013 2:13 pm

Sorry Hakko, there is one more Problem relating to Podcasts:

It plays the podcasts now without Problems, but when i click on the interpret of the Podcast, i get an java.lang.NullPointerException. (See attachment)

Any Idea why?

Here the complete Error message:
Error

Subsonic encountered an internal error. You can report this error in the Subsonic Forum. Please include the information below.

Exception java.lang.NullPointerException
Message null
Java version Oracle Corporation 1.7.0_07
Operating system Linux 3.0.0-1-486
Server jetty/8.y.z-SNAPSHOT
Memory Used 53 of 81 MB
Stack trace java.lang.NullPointerException
at net.sourceforge.subsonic.controller.ArtistController.setArtistInfo(ArtistController.java:148)
at net.sourceforge.subsonic.controller.ArtistController.handleRequestInternal(ArtistController.java:89)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:900)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:735)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:648)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:146)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:182)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
at net.sourceforge.subsonic.filter.RequestEncodingFilter.doFilter(RequestEncodingFilter.java:43)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
at net.sourceforge.subsonic.filter.ParameterDecodingFilter.doFilter(ParameterDecodingFilter.java:54)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
at net.sourceforge.subsonic.filter.BootstrapVerificationFilter.doFilter(BootstrapVerificationFilter.java:54)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:365)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Unknown Source)



Thanks,

Pcace
Pcace
 
Posts: 117
Joined: Tue Nov 29, 2011 2:44 pm

Re: Cannot play Podcasts?

Postby hakko » Mon Jan 21, 2013 3:11 pm

Ah, I didn't think of that. Normally, all music that you can play in a playlist has an artist which has a page of it's own. But for podcasts and music from non-indexed media files, there's no such artist (as they're not indexed by MusicCabinet). So they shouldn't really have a link that you can click at all, it should just be plain text. I'll fix that some rainy day.
MusicCabinet developer
hakko
 
Posts: 1416
Joined: Tue Apr 17, 2012 7:05 pm
Location: Sweden

Re: Cannot play Podcasts?

Postby Pcace » Mon Jan 21, 2013 3:13 pm

Do not stress yourself!

I just wanted to inform you ;)


Thanks
Pcace
 
Posts: 117
Joined: Tue Nov 29, 2011 2:44 pm


Return to MusicCabinet

Who is online

Users browsing this forum: No registered users and 20 guests