Sergei Sevkovich

Results 5 comments of Sergei Sevkovich

+1 @inacho Please review and merge PR

It seems that the `The request rate limit has been reached. - We've received too many requests for this API. Please wait and try again or slow down your request...

I have the same story: ``` filesystems: current: adapter: '%env(FILESYSTEM_ADAPTER)%' ``` The adapter '%env(FILESYSTEM_ADAPTER)%' is not defined.

@lisfox1 , I've just separate adapter conf files: project/app/config/config_dev.yml ``` oneup_flysystem: filesystems: current: adapter: 'dev_adapter' ``` project/app/config/config_prod.yml ``` oneup_flysystem: filesystems: current: adapter: 's3_adapter' ``` I'm not sure that sf4 is...

Thanks @Umbral-Tension Just to summary the fix is: ``` cd ~/.youtube-dl-gui wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O yt-dlp-unix chmod 755 ffmpeg ffprobe yt-dlp-unix ```