Error on GET file

Issue #283 resolved
Former user created an issue

Every thing is fine from my samsung tv, but i can't read anyfile from my playonhd (generic dlna).

with debug on, i got this error repetated many times

2011-02-28 23:37:50,193 DEBUG [WebServer] Incoming connection from /192.168.1.200:3662 2011-02-28 23:37:50,219 DEBUG [ResourceTransportRequestHandler] GET /resource/22543/MEDIA_ITEM/AVI HTTP/1.1, headers = [Host: 192.168.1.104:8895,User-Agent: RealtekVOD/1.0.0 (Linux),Keep-Alive: 300,Connection: Keep-Alive,TE: trailers,Accept: /,transferMode.dlna.org: Streaming,contentFeatures.dlna.org: 1]] 2011-02-28 23:37:50,220 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.1.200 2011-02-28 23:37:50,222 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.1.200, Profile=Generic DLNA profile' 2011-02-28 23:37:50,225 ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: 1 java.lang.ArrayIndexOutOfBoundsException: 1 at org.serviio.upnp.webserver.ResourceTransportRequestHandler.handleRequest(ResourceTransportRequestHandler.java:117) at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:58) at org.apache.http.protocol.HttpService.doService(HttpService.java:293) at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:58) at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:212) at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:187) 2011-02-28 23:37:50,748 DEBUG [DiscoveryAdvertisementNotifier] Multicasting SSDP alive using interface eth0 (eth0) and address 192.168.1.104, timeout = 0 2011-02-28 23:37:50,751 DEBUG [DiscoveryAdvertisementNotifier] Sending 6 'alive' messages describing device fc0b1b2d-dce6-34b8-a6e0-91a45af2e44a

i can use the playon with mediatomb fine.

Comments (1)

  1. Petr Nejedly repo owner

    the URL should be /resource/22543/MEDIA_ITEM/AVI#0 the hash is missing. maybe the device removes it, trying to replace it with $

  2. Log in to comment