WWBN / AVideo

Create Your Own Broadcast Network With AVideo Platform Open-Source. OAVP OVP
https://avideo.tube/AVideo_OpenSource
Other
1.92k stars 972 forks source link

Error on NGINX SSL #8453

Closed verticalhost closed 1 year ago

verticalhost commented 1 year ago

When we are on step of where we have to put this line sudo apt-get install python3-certbot-nginx -y

I got this error image

milehighkaraoke commented 1 year ago

you need to set up your site in apache

verticalhost commented 1 year ago

Of course it is installed. But where i am stuck is where it ask 2 option 1 or others not working. I follow step by step of this page.

https://github.com/WWBN/AVideo/wiki/How-to-install-LAMP,-FFMPEG-and-Git-on-a-fresh-Ubuntu-20.x-for-AVideo-Platform-version-11.x-or-newer

You can see NGINX is after Apache install

DanielnetoDotCom commented 1 year ago

your nginx.conf is probably wrong

verticalhost commented 1 year ago

I never touch the nginx.conf Be cause you have line specified this things.

sudo mv /usr/local/nginx/conf/nginx.conf /usr/local/nginx/conf/nginx.conf.old && cd /usr/local/nginx/conf/ && sudo wget https://raw.githubusercontent.com/WWBN/AVideo/master/plugin/Live/install/nginx.conf && sudo mkdir /HLS && sudo mkdir /HLS/live && sudo mkdir /HLS/low sudo mv /usr/sbin/nginx /usr/sbin/nginx.old && sudo cp /usr/local/nginx/sbin/nginx /usr/sbin/nginx sudo mv /etc/nginx/nginx.conf /etc/nginx/nginx.conf.old && sudo cp /usr/local/nginx/conf/nginx.conf /etc/nginx/nginx.conf

verticalhost commented 1 year ago

So i have to modifiy Something ? I suggest you to re-work instruction you gave

DanielnetoDotCom commented 1 year ago

there was a missing section in the tutorial, I just added it.

https://github.com/WWBN/AVideo/wiki/How-to-install-LAMP,-FFMPEG-and-Git-on-a-fresh-Ubuntu-20.x-for-AVideo-Platform-version-11.x-or-newer#add-the-domain-in-the-nginxconf

please check this

verticalhost commented 1 year ago

Perfect it works for this part.

Now i am facing to this

image

DanielnetoDotCom commented 1 year ago

Seems to be missing database tables.

check your plugins and install all tables, even if you are not using them. if it persists check your logs.

verticalhost commented 1 year ago

Everythings works well thanks !

verticalhost commented 1 year ago

Reboot was fixing issue. But for some reason it crashed after few second and NGINX crash So every time to fixed this issue i have to put this run it mannualy and it wont append again. I am not sure why this crash append.