-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
AttributeError: 'NoneType' object has no attribute 'groups' #333
Comments
I am having this same issue with a CoLab notebook. Downgrading to previous versions did not help.
|
I had this trouble too... so i upgraded gdown by using "pip install --upgrade gdown" and then the code started working again |
Upgrading gdown with the above method to version 5.1.0 seems solve the problem in Google Colab |
Run this on Google Colab |
it worked for me |
You saved me !! |
Not the case here (also on Google Colab). Downgrading does not work anymore. Neither does upgrading. |
Same here... Was working until a day ago on |
In Google colab Restart the session and upgrade the gdown module.
…On Sat, Mar 9, 2024, 3:13 AM Filip Trplan ***@***.***> wrote:
Not the case here (also on Google Colab).
Downgrading does not work anymore. Neither does upgrading.
Same here... Was working until a day ago on 4.6.1 but now no versions
work.
—
Reply to this email directly, view it on GitHub
<#333 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO7ZDCFMTA375BZQGFDG563YXIWIHAVCNFSM6AAAAABELMJX72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBWGQ3DCMZVGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Seems its working as of today :) |
I see this error in the Colab notebook when downloading a folder:
OR
The error persists even if I upgraded to the latest version gdown=5.1.0. |
The old versions of `gdown` had a bug related to [github issue](wkentaro/gdown#333 (comment)) which is fixed in the latest version.
Provide environment information
/usr/local/bin/python
Python 3.10.12
gdown 4.7.3
What OS are you using?
Windows 10
Describe the Bug
I am attempting to use
gdown
to download the ipynb file for a Colab notebook. I am running the code from a different Colab notebook and am getting the error below.This seems to be the same issue discussed here: #291
Until today, downgrading to gdown version 4.6.3 fixed the issue, but that seems to no longer be the case.
Expected Behavior
The notebook should be downloaded.
To Reproduce
No response
The text was updated successfully, but these errors were encountered: