video didn’t show out on manage courses’s upload & Albums

Home Forums Legacy Support Support queries How-to & Troubleshooting video didn’t show out on manage courses’s upload & Albums

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #358932
    rockylin
    Spectator
    video didn't show out on manage courses's upload & Albums tab but video file already upload through it and show on Vimeo. so, i can't select this video file for unit. https://www.loom.com/share/c7b3897bc0214605848908215160fe11
    #359134
    Ada
    Participant
    Hi, This may be the issue in your vimeo account as it is being uploaded but not reflecting in albums. 1- Your vimeo account should be plus or pro. 2-Please check all the settings again and check if you have set any default private video setting. Once check all the settings then update here.
    #359143
    Anshuman Sahu
    Keymaster
    Ok we checked this out and we are getting this error upon adding the video to selected album on update :
    [error] => Unable to change privacy. Please contact the app's creator.
    [developer_message] => The privacy type "public" isn't available to PRO or Business users who have enabled Private mode.
    You have enabled private mode for all your videos on vimeo .
    #359160
    rockylin
    Spectator
    i don't understand. everyone can search my Vimeo video if privacy type is public, so, who will need WPLMS Vimeo unit upload and protect?
    #359339
    Anshuman Sahu
    Keymaster
    Well the error is appearing when you set privacy other than "private". we can remove all other privacy options in order to fix this other tahn private. . Please add this custom code in your wplms-customizer.php file in wplms customizer plugin :
    add_filter('wplms_videovibe_script_args',function($data){
    
    	$data['settings']['privacy_option_array'] = array(
                        array('label'=>_x('Private','vimeo uploaded file dropdown','video-vibe'),'value'=>'nobody'),
                        
                    );
    	return $data;
    });
    #359365
    rockylin
    Spectator
    it working now. you can close this topic, thanks.
    #359366
    Ada
    Participant
    Thank-you for confirming. Closing this topic.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘video didn’t show out on manage courses’s upload & Albums’ is closed to new replies.