Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Dykarna

    (@dykarna)

    This is the code…
    [beerxml recipe=https://www.dropbox.com/s/64szq9opj42c5kb/stout.xml?dl=0|metric=true|]
    answer
    XML not retrieved: Operation timed out after 5000 milliseconds with 112573 bytes received

    and this

    [beerxml recipe=http://media.vaxmorabryggeri.se/2015/03/stout.xml|metric=true|]

    answer
    XML not retrieved: Not found.

    Plugin Author Derek Springer

    (@derekspringer)

    Howdy Dykarna,
    There appears to be a couple of things going on here:

    1) Replace the ‘|’ in your shortcode with spaces. e.g.
    [beerxml recipe=http://media.vaxmorabryggeri.se/2015/03/stout.xml metric=true]

    2) The BeerXML document itself has the following encoding which WordPress doesn’t seem to like:

    <?xml version="1.0" encoding="System"?>

    I manually edited the document to following (which is what my version of BeerSmith produces) and was able to get the file to load:

    <?xml version="1.0" encoding="ISO-8859-1"?>

    Try those two things and let me know if you are still having trouble. In the mean time, feel free to try testing out this recipe to make sure everything is working:

    http://www.fivebladesbrewing.com/wp-content/uploads/2015/02/fiesta.xml

    Thread Starter Dykarna

    (@dykarna)

    Thanks Derek! Its looks like its working

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘XML not retrieved?’ is closed to new replies.