-
Notifications
You must be signed in to change notification settings - Fork 53
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
The YouTube operational API may generate warnings while providing the correct output #23
Comments
As reduced the error logs (cf #18), should reconsider this by for instance looking at official instance error logs. |
Could add a notification system if an error happen, as none should happen. |
As described in #48, proceeded at 11:40 PM UTC+1 to Can filter the interesting errors by using: grep -vE 'icon|429|robots' yt.lemnoslife.com-ssl--error.log Should verify that 429 Too many requests can't be solved with a captcha, as I had the feeling last time I saw the error. Related to #11. |
Temporarily I should propose instructions to hide these warnings from end-user perspective. If I remember correctly WampServer on Windows show by default these errors and Mac OS seems to too. As a first step knowing how to add these warnings on apache2 on Linux may help to propose the final solution. |
…g the correct output Add a temporary patch to disable displaying PHP warnings (notably in WampServer).
… by reference a variable to `end`
On nginx
errors are such that we need to modify Reproduce this problem quickly by using YouTube captions search engine with removing everything performed by this while loop. |
The API was initially badly designed by ignoring warnings.
Note that this StackOverflow answer removes the warnings displayed when fetching a YouTube operational API endpoint.
Once done, having done #24 would help to make sure that this issue is completely solved.
The text was updated successfully, but these errors were encountered: