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 YouTube API connection failure #10

Merged
merged 1 commit into from Aug 22, 2022
Merged

Fix YouTube API connection failure #10

merged 1 commit into from Aug 22, 2022

Commits on Aug 22, 2022

  1. Fix YouTube API connection failure

    Essentially, as described in googleapis/google-api-python-client#1109 and googleapis/google-api-python-client#876 - since version 2.0.0 google-api-python-client has included static documents for all Google Discovery APIs. To use them, you'd need to tell PyInstaller to include those static .json files in your build or use static_discovery=False which causes the library to dynamically download the API's discovery file from Google on build(). Otherwise, pyinstaller builds will fail.
    mtsanovv committed Aug 22, 2022
    Copy the full SHA
    80ce2e8 View commit details
    Browse the repository at this point in the history