youtube_uploader_selenium icon indicating copy to clipboard operation
youtube_uploader_selenium copied to clipboard

This browser or app may not be secure.

Open chris0piper opened this issue 1 year ago • 4 comments

Any ideas on how to fix this? I've tried copying my firefox profile folder from my local comp into this scripts profile folder but no success

chris0piper avatar Nov 03 '22 18:11 chris0piper

Are you using the correct firefox profile? It works for me when I specify a profile path.

# export PROFILE_PATH="C:\Users\chena\AppData\Roaming\Mozilla\Firefox\Profiles\1cyrfe0a.default-release-1676168063686"
uploader = YouTubeUploader(video_path, metadata_path, profile_path=os.getenv('PROFILE_PATH'))  
was_video_uploaded, video_id = uploader.upload()

chenaaron3 avatar Feb 12 '23 04:02 chenaaron3

@chenaaron3 Had a try with your method but still error:

TypeError: Firefox.__init__() got an unexpected keyword argument 'profile_path'

arkilis avatar Apr 06 '23 04:04 arkilis

@chenaaron3 Had a try with your method but still error:

TypeError: Firefox.__init__() got an unexpected keyword argument 'profile_path'

up up

mqxmm avatar Apr 10 '23 19:04 mqxmm

@chenaaron3 Had a try with your method but still error:

TypeError: Firefox.__init__() got an unexpected keyword argument 'profile_path'

Same error

FujiwaraChoki avatar Jan 13 '24 19:01 FujiwaraChoki

Are you using the correct firefox profile? It works for me when I specify a profile path.

# export PROFILE_PATH="C:\Users\chena\AppData\Roaming\Mozilla\Firefox\Profiles\1cyrfe0a.default-release-1676168063686"
uploader = YouTubeUploader(video_path, metadata_path, profile_path=os.getenv('PROFILE_PATH'))  
was_video_uploaded, video_id = uploader.upload()

This method solved my problem, and I can now log into YouTube.

cindylaii avatar Feb 28 '24 08:02 cindylaii