You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tokland is not working on youtube-upload anymore. However, @kootsoop is. If you prepare a PR, we'll gladly merge it. Any help, gratefully received.
Describe the bug
I am trying to use youtube_uploader_selenium . However, it seems I need metadata.json file as per the documentation.
So when I try to generate that file by running the command-line, I get the following error:
(venv) abhinav@abhinav-Alienware-Ubuntu:~/WORKSPACE/youtube_uploader_selenium$ python3 upload.py --video ~/Downloads/upload_tiktok.mp4
Traceback (most recent call last):
File "/home/abhinav/WORKSPACE/youtube_uploader_selenium/upload.py", line 26, in <module>
main(args.video, args.meta, args.thumbnail, profile_path=args.profile)
File "/home/abhinav/WORKSPACE/youtube_uploader_selenium/upload.py", line 10, in main
uploader = YouTubeUploader(video_path, metadata_path, thumbnail_path, profile_path)
File "/home/abhinav/WORKSPACE/youtube_uploader_selenium/youtube_uploader_selenium/__init__.py", line 37, in __init__
self.browser = Firefox(profile_path=profile_path, pickle_cookies=True, full_screen=False)
File "/home/abhinav/WORKSPACE/youtube_uploader_selenium/venv/lib/python3.10/site-packages/selenium_firefox/firefox.py", line 94, in __init__
super().__init__(
File "/home/abhinav/WORKSPACE/youtube_uploader_selenium/venv/lib/python3.10/site-packages/selenium_browser/selenium_browser.py", line 62, in __init__
self.driver = webdriver_class(**webdriver_kwargs)
File "/home/abhinav/WORKSPACE/youtube_uploader_selenium/venv/lib/python3.10/site-packages/selenium/webdriver/firefox/webdriver.py", line 164, in __init__
self.service.start()
File "/home/abhinav/WORKSPACE/youtube_uploader_selenium/venv/lib/python3.10/site-packages/selenium/webdriver/common/service.py", line 98, in start
self.assert_process_still_running()
File "/home/abhinav/WORKSPACE/youtube_uploader_selenium/venv/lib/python3.10/site-packages/selenium/webdriver/common/service.py", line 109, in assert_process_still_running
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: Service geckodriver unexpectedly exited. Status code was: -6
Tokland is not working on youtube-upload anymore. However, @kootsoop is. If you prepare a PR, we'll gladly merge it. Any help, gratefully received.
Describe the bug
I am trying to use youtube_uploader_selenium . However, it seems I need metadata.json file as per the documentation.
So when I try to generate that file by running the command-line, I get the following error:
I did not make any changes to requirements.txt :
Expected behavior
I expected it to generate the metadata json file by opening a browser and allowing me to login
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: