-
Notifications
You must be signed in to change notification settings - Fork 146
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
ERROR: Client error response [url] https://laracasts.com [status code] 403 [reason phrase] Forbidden #154
Comments
This entire repo isn't working anymore. You can fix this error by adding an User-Agent to the headers and changing content-type to Content-Type & accept to Accept. However downloading with vimeo won't work |
@Sotiris-k can you test if this fixes the issue? #155 Thanks @arjendevos |
I've changed the occurrences of what @arjendevos mentioned in Http/Resolver.php but it didn't fix anything unfortunately. |
@Sotiris-k did you install Proxyman? |
I just noticed your PR @arjendevos . Made all the other changes you did in that PR but I didn't use Proxyman. I guess it must be a requisite. |
@Sotiris-k weird workaround I know but it works (you need to enable SSL on laracast.com and player.vimeo.com in proxyman) |
I don't think I can use Proxyman since I'm not on iOS and I'm running this utility through WSL |
Some of us run this on headless servers (and/or on a cron schedule). If it can't be included in the docker image, a 3rd-party app requirement isn't an acceptable answer. |
@nlmenke this isn't really a solution just a patch. The issue lies in the ssl certificates. You are free to fix the issue if you understand it |
Looks like the issue (at least for the Laracasts side) is with Cloudflare's anti-bot system, so I guess the goal is to bypass that. |
Does the issue still exist? |
I just reran it locally (fresh repo, no changes) and everything works fine for me as well. I wonder if they just loosened the security on Cloudflare, but running this through both |
Unfortunately for me the issue persists. Cache or no cache, same thing. |
Hello,
Firstly thank you for this great tool, it's been really helpful for me to be able to watch laracasts videos offline and through my home media server.
Now to the issue at hand, today when I tried to do the daily check for any new videos I got the topic's error message.
ERROR: Client error response [url] https://laracasts.com [status code] 403 [reason phrase] Forbidden
Any thoughts?
The text was updated successfully, but these errors were encountered: