Giter Club home page Giter Club logo

Comments (7)

Vortec4800 avatar Vortec4800 commented on May 22, 2024

That error means it can't parse the XML at your feed URL. I'm not sure if that's because Dropbox isn't serving the raw file and putting some extra stuff in the file the parser doesn't understand, or if there is an actual error in your XML file, but that's what is happening.

from shineupdater.

lexcellence avatar lexcellence commented on May 22, 2024

That error means it can't parse the XML at your feed URL. I'm not sure if that's because Dropbox isn't serving the raw file and putting some extra stuff in the file the parser doesn't understand, or if there is an actual error in your XML file, but that's what is happening.

I tried using google dirve, but i still got the same error.
I also tried to use the XML file from the example, i got the error again.
Maybe i cannot use dropbox or google drive as HTTPs file server.

Is there anything wrong with my XML or plist file?
1.XML file
https://drive.google.com/open?id=1K0Y41y1PGE0C0FLz_A9Ga9MGkPDHR2eA
2. plist file
https://drive.google.com/open?id=1ksRZdYndEwchlUPQvR7Q-FKSeycSvPXv

from shineupdater.

Vortec4800 avatar Vortec4800 commented on May 22, 2024

Your XML looks good but you can't host it like that. All the other contents of the page like the Google download buttons, etc all get picked up by the library and it can't read it. You'll need to host the raw file somewhere.

from shineupdater.

lexcellence avatar lexcellence commented on May 22, 2024

Hi Vortec:
Thanks for your reply
I've generated the direct file link, but it still doesnt work.
Is there anything wrong?

  1. XML file
    https://drive.google.com/uc?export=download&id=1K0Y41y1PGE0C0FLz_A9Ga9MGkPDHR2eA
  2. plist file
    https://drive.google.com/uc?export=download&id=1ksRZdYndEwchlUPQvR7Q-FKSeycSvPXv

from shineupdater.

Vortec4800 avatar Vortec4800 commented on May 22, 2024

Is it giving you the same error as before? Or a different one?

from shineupdater.

Vortec4800 avatar Vortec4800 commented on May 22, 2024

I did some digging, it looks like the Google Drive URLs in the enclosure tag is screwing with the parser. If you run it through some online XML validators, it fails there as well. You may be able to URL-encode those values to get it to work. It may be more reliable to host these from something like an S3 bucket instead, and use the public URL from there, but the Google Drive URL seems to be where your problem is.

from shineupdater.

lexcellence avatar lexcellence commented on May 22, 2024

I did some digging, it looks like the Google Drive URLs in the enclosure tag is screwing with the parser. If you run it through some online XML validators, it fails there as well. You may be able to URL-encode those values to get it to work. It may be more reliable to host these from something like an S3 bucket instead, and use the public URL from there, but the Google Drive URL seems to be where your problem is.

Hi Vortec:
I do really appreciate for your reply.
I tried URL-encode on google drive URL, but it doesnt work.
Then I tried S3 bucket, it works perfectly.
You save my life.
Thanks

Alex

from shineupdater.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.