[quote=“akbooer, post:114, topic:189395”]Ah, now that I do understand: AltUI is also using the wrong http.lua.
One way around this is, as I mentioned previously, to replace that file in your basic Lua installation. That way, everything will use it. The modifications I’ve made will not have any affect on ‘normal’ HTTP traffic.
Could you, perhaps, just modify the last successful http_test.lua file to print the two return parameters from the request?[/quote]
I replaced the http.lua in my directory. It still does not work and now it also does not find the Renderer it used to find when i click the Discover button.
[code]HA-MacBook:cmh-ludl mda$ grep DLNA LuaUPnP.log
2015-11-29 17:06:51.718 luup_log:4: DLNA: debug: refreshNow: start
2015-11-29 17:06:51.718 luup_log:4: DLNA: debug: GetTransportInfo(‘http://192.168.1.14:8080/AVTransport/ctrl’, ‘urn:schemas-upnp-org:service:AVTransport:1’) Called with parameter count=1
2015-11-29 17:06:51.718 luup_log:4: DLNA: debug: UPnP_request: url=[http://192.168.1.14:8080/AVTransport/ctrl], body=[<?xml version="1.0" encoding="utf-8"?>
2015-11-29 17:06:56.718 luup_log:4: DLNA: debug: AVTransport.GetTransportInfo failed: going offline
2015-11-29 17:06:56.718 luup_log:4: DLNA: debug: commsFailure: Device offline? status=timeout
2015-11-29 17:06:56.719 luup.variable_set:4: 4.urn:dlna-org:serviceId:DLNAMediaController1.Online was: 1 now: 0 #hooks:0
:80/cmh/skins/default/icons/DLNA.png #hooks:0
:80/cmh/skins/default/icons/DLNA.png #hooks:0
2015-11-29 17:06:56.720 luup.variable_set:4: 4.urn:upnp-org:serviceId:ConnectionManager.SinkProtocolInfo was: http-get::audio/L16;rate=44100;channels=1:DLNA.ORG_PN=LPCM,http-get::audio/L16;rate=44100;channels=2:DLNA.ORG_PN=LPCM,http-get::audio/L16;rate=48000;channels=1:DLNA.ORG_PN=LPCM,http-get::audio/L16;rate=48000;channels=2:DLNA.ORG_PN=LPCM,http-get::audio/mpeg:DLNA.ORG_PN=MP3,http-get::audio/x-ms-wma:DLNA.ORG_PN=WMABASE,http-get::audio/x-ms-wma:DLNA.ORG_PN=WMAFULL,http-get::audio/mp4:DLNA.ORG_PN=AAC_ISO,http-get::audio/3gpp:DLNA.ORG_PN=AAC_ISO,http-wavetunes::audio/x-ms-wma:,http-get::audio/wav:,http-get::audio/x-wav:,http-get::audio/flac:,http-get::audio/x-flac:,http-get::audio/x-m4a:,http-get::audio/x-mp4:,http-get::image/jpeg:* now: #hooks:0
2015-11-29 17:06:56.720 luup_log:4: DLNA: debug: Cancelling all event subscriptions
2015-11-29 17:06:56.720 openLuup.server:: /data_request?id=lu_action&output_format=xml&DeviceNum=4&serviceId=urn:dlna-org:serviceId:DLNAMediaController1&action=StartDMRDiscovery tcp{client}: 0x7fa88285e228
2015-11-29 17:06:56.723 luup.call_action:0: 4.urn:dlna-org:serviceId:DLNAMediaController1.StartDMRDiscovery
2015-11-29 17:06:56.729 luup.variable_set:4: 4.urn:dlna-org:serviceId:DLNAMediaController1.DMRDiscoveryResult was: 192.168.1.148080http://192.168.1.14:8080/description.xml*AVR-4520Theater & Whole Home Audio now: scanning #hooks:0
2015-11-29 17:07:02.875 luup_log:4: DLNA: error: UPnP_getDeviceDescription wget failed - status=closed xml=
2015-11-29 17:07:02.950 luup_log:4: DLNA: error: UPnP_getDeviceDescription wget failed - status=closed xml=
2015-11-29 17:07:02.980 luup_log:4: DLNA: error: UPnP_getDeviceDescription wget failed - status=closed xml=
2015-11-29 17:07:02.981 luup.variable_set:4: 4.urn:dlna-org:serviceId:DLNAMediaController1.DMRDiscoveryResult was: scanning now: #hooks:0
2015-11-29 17:07:06.876 luup_log:4: DLNA: debug: refreshNow: start
2015-11-29 17:07:06.876 luup_log:4: DLNA: debug: GetTransportInfo(‘http://192.168.1.14:8080/AVTransport/ctrl’, ‘urn:schemas-upnp-org:service:AVTransport:1’) Called with parameter count=1
2015-11-29 17:07:06.876 luup_log:4: DLNA: debug: UPnP_request: url=[http://192.168.1.14:8080/AVTransport/ctrl], body=[<?xml version="1.0" encoding="utf-8"?>
2015-11-29 17:07:11.878 luup_log:4: DLNA: debug: AVTransport.GetTransportInfo failed: going offline
2015-11-29 17:07:11.878 luup_log:4: DLNA: debug: commsFailure: Device offline? status=timeout
2015-11-29 17:07:11.879 openLuup.server:: /data_request?id=lu_action&output_format=xml&DeviceNum=4&serviceId=urn:dlna-org:serviceId:DLNAMediaController1&action=SelectDMRDevice&URL=http%3A%2F%2F192.168.1.125%3A49153%2Fdescription.xml tcp{client}: 0x7fa88285e228
2015-11-29 17:07:11.879 luup.call_action:0: 4.urn:dlna-org:serviceId:DLNAMediaController1.SelectDMRDevice
2015-11-29 17:07:11.879 luup.variable_set:4: 4.urn:dlna-org:serviceId:DLNAMediaController1.DescriptionURL was: http://192.168.1.14:8080/description.xml now: http://192.168.1.125:49153/description.xml #hooks:0
2015-11-29 17:07:11.879 luup_log:4: DLNA: debug: Cancelling all event subscriptions
2015-11-29 17:07:11.879 luup.variable_set:4: 4.urn:dlna-org:serviceId:DLNAMediaController1.ModelName was: *AVR-4520 now: #hooks:0
2015-11-29 17:07:11.879 luup_log:4: DLNA: debug: Switching to a new DMR: setting variable Online to 0
2015-11-29 17:07:11.931 luup_log:4: DLNA: error: UPnP_getDeviceDescription wget failed - status=closed xml=
2015-11-29 17:07:11.931 luup_log:4: DLNA: debug: upnp.setup failed: going offline
2015-11-29 17:07:22.196 luup_log:4: DLNA: debug: refreshNow: start[/code]
I would be happy to make the change to log but i am not sure what to do. could you possibly tell me what to add to the file, and where, to get the debugging info that would be useful? Thanks!