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

gdown does not seem to be working #765

Closed
sarthakpati opened this issue Jan 11, 2024 · 0 comments · Fixed by #766 or #809
Closed

gdown does not seem to be working #765

sarthakpati opened this issue Jan 11, 2024 · 0 comments · Fixed by #766 or #809
Assignees
Labels
bug Something isn't working

Comments

@sarthakpati
Copy link
Collaborator

sarthakpati commented Jan 11, 2024

Describe the bug
Current CI seems to be broken.

To Reproduce
Steps to reproduce the behavior:

  1. Run any CI test
  2. See error:
[SNIP!]
        if gdrive_file_id and is_gdrive_download_link:
            content_disposition = six.moves.urllib_parse.unquote(
                res.headers["Content-Disposition"]
            )
            m = re.search(r"filename\*=UTF-8''(.*)", content_disposition)
>           filename_from_url = m.groups()[0]
E           AttributeError: 'NoneType' object has no attribute 'groups'

Example: https://github.com/mlcommons/GaNDLF/actions/runs/7489779631/job/20387346791?pr=764#step:9:219

Expected behavior
The sample data file download should work.

Screenshots
N.A.

GaNDLF Version
Current master

Desktop (please complete the following information):
N.A.

Additional context
Basically, it is this error: wkentaro/gdown#291

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants