mod
mod
same issue
> 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,...
> > > 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"...
> > ```python > > profile_path > > ``` > > Can you tell me the string of the profile_path? no, its different for each person but you would find...
> How do you specify the profile to use? I tried adding "profile_path=profile1" to the constructor but that gives me: TypeError: YouTubeUploader.**init**() got an unexpected keyword argument 'profile_path' > >...