Aaron Chen
Aaron Chen
Are you getting the errors from the market data endpoints? I also got the same error for the bars API, but the accounts endpoints still work. I noticed alpaca came...
Can be authenticated with the use of Firefox Profiles. Refer to #78 and #74.
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()...
You can use the profile_path option in the constructor as demonstrated here https://github.com/linouk23/youtube_uploader_selenium/issues/78#issuecomment-1426943041. A profile will have your cookie data so when you log on normally (not through selenium), the...