WWBN / AVideo-Encoder

Encoder Server for AVideo Platform Open-Source
https://platform.avideo.com
GNU Affero General Public License v3.0
152 stars 189 forks source link

video not uploaded to the server after update #471

Closed DittmerOk closed 1 year ago

DittmerOk commented 1 year ago

video is convected, but not uploaded to the server. What's wrong? 1

DanielnetoDotCom commented 1 year ago

Did you click on start upload? (blue button)

if you do, you may need to check your JS console

https://github.com/WWBN/AVideo/wiki/Using-Your-Browser-Console-to-Diagnose-JavaScript-Errors

DittmerOk commented 1 year ago

Yes, of course I pressed. And in the console there is some strange error

1

DanielnetoDotCom commented 1 year ago

seems to be a permission issue.

give 777 permission to the videos directory and all its subdirectories

DittmerOk commented 1 year ago

yes thanks it works