-
Notifications
You must be signed in to change notification settings - Fork 44
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
Facing issue in colab #58
Comments
You can cancel the restart in colab and it should work. Else you can just restart the runtime and execute the follow up cells. |
Traceback (most recent call last): 2024-09-16 05:07:56,611 - ERROR - Access denied while downloading video or audio file from link https://player.vimeo.com/video/953273640?share=copy [ ] |
I think the current session token expires within 1 hour or so. So I am guessing you need to re-upload the cookie. |
Asking to restart at "!pip install -U git+https://github.com/debakarr/kodekloud-downloader.git --force-reinstall"
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
ipython 7.34.0 requires jedi>=0.16, which is not installed.
moviepy 1.0.3 requires decorator<5.0,>=4.0.2, but you have decorator 5.1.1 which is incompatible.
Successfully installed annotated-types-0.7.0 beautifulsoup4-4.12.3 brotli-1.1.0 certifi-2024.8.30 charset-normalizer-3.3.2 click-8.1.7 decorator-5.1.1 idna-3.9 kodekloud-downloader-0.1.0 markdownify-0.11.6 mutagen-1.47.0 prettytable-3.11.0 pycryptodomex-3.20.0 pydantic-2.9.1 pydantic-core-2.23.3 requests-2.32.3 six-1.16.0 soupsieve-2.6 typing-extensions-4.12.2 urllib3-2.2.3 validators-0.20.0 wcwidth-0.2.13 websockets-13.0.1 yt-dlp-2023.12.30
WARNING: The following packages were previously imported in this runtime:
[certifi,decorator,six,wcwidth]
You must restart the runtime in order to use newly installed versions.
The text was updated successfully, but these errors were encountered: