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

i got this error what i do? #24

Closed
Alethy opened this issue Apr 25, 2022 · 14 comments
Closed

i got this error what i do? #24

Alethy opened this issue Apr 25, 2022 · 14 comments

Comments

@Alethy
Copy link

Alethy commented Apr 25, 2022

[Error] [403 Forbidden] You are blocked by artstation

@pxlovenn
Copy link

Yes, I have this problem, too。

“[Error] [403 Forbidden] You are blocked by artstation
========ALL DONE========”

wish could fix this problem。

@findix
Copy link
Owner

findix commented Apr 27, 2022

https://github.com/findix/ArtStationDownloader#faq

FAQ

Why I get a message says [Error] [403 Forbidden] You are blocked by artstation?

The ArtStation has a CAPTCHA system (by Cloudflare) which need you proof you are human otherwise forbid you. I haven't found a way solve this for now. If you have idea, please tell me.

@Gitphex
Copy link

Gitphex commented Apr 29, 2022

[Error] [403 Forbidden] You are blocked by artstation

Yes, i used the program without problems until today, i hope you can fix it findix, but still thanks a lot for doing this app.

Greetings.

@samarthshrivas
Copy link
Contributor

samarthshrivas commented May 11, 2022

https://github.com/findix/ArtStationDownloader#faq

FAQ

Why I get a message says [Error] [403 Forbidden] You are blocked by artstation?

The ArtStation has a CAPTCHA system (by Cloudflare) which need you proof you are human otherwise forbid you. I haven't found a way solve this for now. If you have idea, please tell me.

NOT A PERMANENT SOLUTION😢
https://pypi.org/project/cloudscraper/

Use cloudscraper to bypass Cloudflare


import cloudscraper
import time
def rget(url):
    for i in range(20):
        scraper = cloudscraper.create_scraper()
        g = scraper.get(url)
        if g.status_code == 200 :
            return g
            break
        else:
            print(f"trying again {g}", end = "\r")
            
            time.sleep(2)
    print("stucked on cloudflare protection tried 20 times")
r = https://www.artstation.com/users/nixri/projects.json
print(r.json())


Try this it worked for me.

@findix
Copy link
Owner

findix commented May 12, 2022

Oh thank you @samarthshrivas ! I will try then!

@samarthshrivas
Copy link
Contributor

samarthshrivas commented May 12, 2022

Oh thank you @samarthshrivas ! I will try then!

Got a permanent solution check my repo 😎 reused a lot of code from your core.py
https://github.com/samarthshrivas/ArtStationDownloader/

use this https://{username}.artstation.com/rss
return xml file of projects

@findix
Copy link
Owner

findix commented May 12, 2022

I tried your solution and it seems solved. awesome !

@findix
Copy link
Owner

findix commented May 12, 2022

@Alethy @pxlovenn @Gitphex
It's fixed. try https://github.com/findix/ArtStationDownloader/releases/tag/v0.2.1

@findix findix closed this as completed May 12, 2022
@findix findix assigned findix and unassigned findix May 12, 2022
@Alethy
Copy link
Author

Alethy commented May 12, 2022

It worked!! thank you so much <3

@pxlovenn
Copy link

Sorry ~ I'm stupid and still haven't solved it...
I added my proxy address to the “config.ini” file
I don't know if it's my proxy setting problem~
1
2
PS:In fact, I've tried every one, but it's useless.

There are no results after clicking ↓
image

@findix
Copy link
Owner

findix commented May 13, 2022

@pxlovenn

我看你界面是中文,并且这个问题应该只会在国内遇到,所以就用中文回复了。

你确认配置正确吗?不需要设置系统代理,但是需要确认端口正确,看你用的好像是SSR?默认端口可能是1080,麻烦你可以确认一下,另外也需要确认软件支持的代理类型,是否支持http代理。

@pxlovenn
Copy link

今天用 神奇的可以了!!谢谢大神~ 你这个软件 我非常喜欢~
33ZP(L0_BU5T9%IEMWO_`OE

@malochen
Copy link

太棒了,感谢大佬的软件!爱你

@lzyamos99032
Copy link

lzyamos99032 commented May 10, 2024

Hey, love your app so much, but today I tried using this app again "[Error] [403 Forbidden] You are blocked by artstation"
popped out again, IDK if artstation change something or what, and I've tried the solution #24
Unlucky, not working. Hope we can have a new updated version, thanks!!

App version: 0.3.3
Last used date: 30-Mar-24

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

7 participants