0

Datafeed not downloading because of libcurl/http error

I've been trying to build a presentation using a video updated from a datafeed, however when I look into the logs, I get an error:

 

L=d    T=2016/07/25 18:39:27.032    I=1010    D= http://s3.amazonaws.com/bright-brown-columbia-test/media/countdown-2-bw.mp4     Protocol  http not supported or disabled in libcurl 
L=d    T=2016/07/25 18:39:27.039    I=1011    D=At least one file could not be satisfied
L=d    T=2016/07/25 18:42:28.479    I=1000    D=5.1.33    7.5.15    7.5.0
L=d    T=2016/07/25 18:42:29.100    I=1023    D=basic-video-datafeed-master
L=d    T=2016/07/25 18:42:29.279    I=1027    D=http://s3.amazonaws.com/bright-brown-columbia-test/feeds/data-feed-test.xml
L=s    S=Event Handler    T=2016/07/25 18:42:29.834    Y=eventHandler    LS=    LE=    LD=
L=e    S=Event Handler    T=2016/07/25 18:42:29.849    E=sendZoneMessage    D=go    A=0
L=d    T=2016/07/25 18:42:29.952    I=1202    D=countdown-2-bw feed
L=d    T=2016/07/25 18:42:30.044    I=1001    D=NO
L=d    T=2016/07/25 18:42:30.242    I=1010    D= http://s3.amazonaws.com/bright-brown-columbia-test/media/countdown-2-bw.mp4     Protocol  http not supported or disabled in libcurl
L=d    T=2016/07/25 18:42:30.249    I=1011    D=At least one file could not be satisfied

Now I love me some libcurl, but having it ban http/https?! What's going on?

 

Thanks!

1 comment

  • 0
    Avatar
    Alex

    There's a space in this line:

    D= http://s3.amazonaws.com/bright-brown-columbia-test/media/countdown-2-bw.mp4

    between "D=" and "http"

    This is causing error.

    Please check your xml file (data feed) and make sure there are no spaces in the description tags.

Please sign in to leave a comment.