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

main.py issue #1

Open
EdImamov opened this issue Jul 26, 2024 · 5 comments
Open

main.py issue #1

EdImamov opened this issue Jul 26, 2024 · 5 comments

Comments

@EdImamov
Copy link

EdImamov commented Jul 26, 2024

, i got this error at 5.8% hitting me with this error. i am not very code savvy and i wonder what i can go on about fixing this ?

image (1)

@Meowsod
Copy link

Meowsod commented Jul 29, 2024

Getting the same issue as well

@Meowsod
Copy link

Meowsod commented Jul 29, 2024

I replaced

for url in urls:
    download_media(url)

with

for url in urls:
    try:
        download_media(url)
    except Exception as e:
        print(e)

to at least download all the gifs that aren't erroring for now

@electrodydy
Copy link

Same here even after add lines of code from Meowsod
Capture d'écran 2024-12-22 150010

@electrodydy
Copy link

indented mistake that's work now

@Slavanich
Copy link

What did you do?

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

4 participants