Jump to content

vvMINOvv

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by vvMINOvv

  1. On 3/8/2023 at 3:24 PM, starwak3 said:

    Looking for some help with an error returning upon attempting to download videos in youtube-dl-material

     

    Here is the error text:

    Error while retrieving info on video with URL https://www.youtube.com/watch?v=E8RS6SZRk_4 with the following message: Error: Command failed with exit code 1: node_modules/youtube-dl/bin/youtube-dl -o video/%(title)s.mp4 --write-info-json --print-json -f bestvideo+bestaudio --merge-output-format mp4 --write-thumbnail --dump-json http://www.youtube.com/watch?v=E8RS6SZRk_4
    
    ERROR: Unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

     

    Error persists after the following troubleshooting:

    • Restarted the docker
    • Confirmed up to date (v4.3)
    • Forced update
    • used another ytdl docker (youtube-dl-server) and video downloads without error
    • Removed and reinstalled from orphan image
    • Removed with ophan and reinstalled anew

    iss-diagnostics-20230308-1423.zip 160.55 kB · 0 downloads

    Facing the exact same issue

  2. I'm having trouble increasing the maximum upload size. I'm trying to upload a 1.5gb file and get a 413 file too large error

     

    Here are the things I tried that didn't work.

     

    1. I read the docs here https://docs.nextcloud.com/server/14/admin_manual/configuration_files/big_file_upload_configuration.html but could not find a user.ini anywhere
    2. So I modified /mnt/user/appdata/nextcloud/php/php-local.ini and added the lines mentioned in the docs like so
      1. ; Edit this file to override php.ini directives and restart the container

        date.timezone = America/New_York

        ; Upload file upgrades

        upload_max_filesize = 20G
        post_max_size = 20G

        ; Timeouts

        max_input_time = 3600
        max_execution_time = 3600

    3. after I restarted, that didn't work so I decided to create a /mnt/user/appdata/nextcloud/php/user.ini with the same content as the point before

    If you could just point me in the right direction I'd be really grateful

     

×
×
  • Create New...