Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML Parsing Error #64

Closed
oriwheb opened this issue Jul 22, 2022 · 3 comments
Closed

XML Parsing Error #64

oriwheb opened this issue Jul 22, 2022 · 3 comments

Comments

@oriwheb
Copy link

oriwheb commented Jul 22, 2022

I'm getting an XML parsing error even after downloading the latest commit from 4 days ago.

I printed the URL which the

if fetch_md5:
    if os.path.splitext(page.geturl())[1].lower() not in SKIP_MD5_FILE_EXT:
        tmp_md5_url = page.geturl() + '.xml'

handles, since that's what shows as edited on the latest fix, and got:

https://gog-cdn-lumen.secure2.footprint.net/token=nva=<number was here>~dirs=6~token=<some token was here>/secure/offline/<number was here>/<number was here>/<number was here>/<number was here>/setup_beautiful_desolation_1.0.7.3_win_%2864bit%29_%2856745%29.exe

which I can kind of tell doesn't have the md5 as [1], as the

os.path.splitext(page.geturl())[1]

leaves only ".exe" to deal with.

Is this an issue only on my end?

@nazgul6
Copy link

nazgul6 commented Jul 22, 2022

I’m getting issues with XML parsing error with the latest commit still as well.

@eddie3
Copy link
Owner

eddie3 commented Jul 22, 2022

Hi. Is it just specific games or files? Some files from GOG don't have MD5 info. Future gogrepo version will provide more clear error messages in this regard.

@oriwheb
Copy link
Author

oriwheb commented Jul 23, 2022

It appears your question was spot on.

The first few games in my download list have this issue, but after that other games are OK.

@oriwheb oriwheb closed this as completed Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants