09:14:16] [ERROR] Traceback (most recent call last):
File "/Users/tekh/Downloads/songs-to-youtube-master/src/youtube_uploader_selenium/__init__.py", line 159, in upload_all
success = self.upload(file, job)
File "/Users/tekh/Downloads/songs-to-youtube-master/src/youtube_uploader_selenium/__init__.py", line 190, in upload
return self.__upload(video_path, metadata)
File "/Users/tekh/Downloads/songs-to-youtube-master/src/youtube_uploader_selenium/__init__.py", line 287, in __upload
self.__find(By.XPATH, Constant.INPUT_FILE_VIDEO).send_keys(absolute_video_path)
File "/Users/tekh/Downloads/songs-to-youtube-master/src/youtube_uploader_selenium/__init__.py", line 275, in __find
raise Exception(f"Could not find {Constant.lookup(constant)}")
Exception: Could not find INPUT_FILE_VIDEO
personally i find the "could not find video" message is at odds with the generated screenshot, which is pertaining to logging in.
personally i find the "could not find video" message is at odds with the generated screenshot, which is pertaining to logging in.