bpa wrote: 
> The tcpudmp was helpful.
> 
> The entry  below says a http GET of
> "/radio/aod/availability/bbc_radio_three.xml#extra" was done off address
> 212.58.233.253
> 
> > 
Code:
--------------------
  >   > 16:05:46.433801 IP (tos 0x0, ttl 64, id 62930, offset 0, flags [DF], 
proto TCP (6), length 406)
  > 192.168.1.11.39494 > 212.58.233.253.80: Flags [P.], cksum 0x77ff (correct), 
seq 1:355, ack 1, win 229, options [nop,nop,TS val 1047092393 ecr 2775227351], 
length 354: HTTP, length: 354
  >     GET /radio/aod/availability/bbc_radio_three.xml#extra HTTP/1.0 
--------------------
> > 
> 
> The GET is done on the URL defined in default.opml which is
> "http://www.bbc.co.uk/radio/aod/availability/bbc_radio_three.xml#extra";
> The nslookup for "www.bbc.co.uk" for me was 
> > 
Code:
--------------------
  >   > 
  > ww.bbc.co.uk   canonical name = www.bbc.net.uk.
  > www.bbc.net.uk  canonical name = 
www.bbc.co.uk.europe-west-1.live-live.gtm-edge.e9fb45cfcc47b85b.xhst.bbci.co.uk.
  > 
www.bbc.co.uk.europe-west-1.live-live.gtm-edge.e9fb45cfcc47b85b.xhst.bbci.co.uk 
canonical name = 
gtmlivelive-eu-w-1nlbwwwcouk-7c6a1f5915ac19ed.elb.eu-west-1.amazonaws.com.
  > Name:   
gtmlivelive-eu-w-1nlbwwwcouk-7c6a1f5915ac19ed.elb.eu-west-1.amazonaws.com
  > Address: 34.255.24.34
  > Name:   
gtmlivelive-eu-w-1nlbwwwcouk-7c6a1f5915ac19ed.elb.eu-west-1.amazonaws.com
  > Address: 52.209.65.137
  > Name:   
gtmlivelive-eu-w-1nlbwwwcouk-7c6a1f5915ac19ed.elb.eu-west-1.amazonaws.com
  > Address: 52.19.49.142
  > 
--------------------
> > 
> 
> None of the addresses matched 212.58.233.253
> 
> When I do a "wget" on "http: 
> //212.58.233.253/radio/aod/availability/bbc_radio_three.xml#extra"  -
> I get the same error as you see.
> 
> So somehow the wrong IP address is being used although the error
> message does refer to BBC-GTM so there is some connection - it is a
> BBC site of some sort..
> 
> As an experiment - can you edit the BBCiPlayer plugin default.opml and
> replace all the
> > 
Code:
--------------------
  >   > 
  > http://www.bbc.co.uk/radio/aod/availability
  > 
--------------------
> > 
> by
> > 
Code:
--------------------
  >   > 
  > https://www.bbc.co.uk/radio/aod/availability
  > 
--------------------
> > 
> 
> This changes the http to https but ONLY for the program listing. 
> https processing tends to not allow "substitution" so I want to see if
> this fixes the problem.  
> 
> If not then it may be a DNS issue.  CAn you do a "nslookup
> www.bbc.co.uk" to see what IP addresses are returned.

I edited the url for Radio One to https and that now displays
correctly.

I am running dnsmasq on the same box which responds as follows:


Code:
--------------------
    paul@antec300:~/jazzFM$ dig www.bbc.co.uk
  
  ; <<>> DiG 9.11.3-1ubuntu1.12-Ubuntu <<>> www.bbc.co.uk
  ;; global options: +cmd
  ;; Got answer:
  ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30344
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
  
  ;; OPT PSEUDOSECTION:
  ; EDNS: version: 0, flags:; udp: 1232
  ;; QUESTION SECTION:
  ;www.bbc.co.uk.                       IN      A
  
  ;; ANSWER SECTION:
  www.bbc.co.uk.                87      IN      CNAME   www.bbc.net.uk.
  www.bbc.net.uk.               87      IN      A       212.58.233.252
  www.bbc.net.uk.               87      IN      A       212.58.237.252
  
  ;; Query time: 52 msec
  ;; SERVER: 127.0.0.1#53(127.0.0.1)
  ;; WHEN: Mon Jul 27 23:38:16 BST 2020
  ;; MSG SIZE  rcvd: 113
  
--------------------


Hope this helps.

Paul


------------------------------------------------------------------------
pshepherd's Profile: http://forums.slimdevices.com/member.php?userid=9779
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to