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

Fix problem with checkYoutubeAuth #407

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

dgarciabriseno
Copy link
Contributor

Fixes Helioviewer-Project/helioviewer.org#592

Issue was caused by changing Google PHP API from a git submodule to a composer dependency.
It wasn't caught in local testing because the code was different for having a proxy vs. not having a proxy and local testing did not have a proxy.

This change removes the branching, so code the code is always the same.

This removes the usage of Google_IO_Curl which was removed in the Google PHP API.
Previously we used this to set the proxy server to use for the request. This is now controlled via the HTTP(S)_PROXY environment variable.

@dgarciabriseno dgarciabriseno merged commit 72fc25b into Helioviewer-Project:main Jul 29, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

[User Bug Report] - Can't upload movies throught Helioviewer. (for 9 days)
2 participants