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

Error on login from YouPHPTube-Encoder #190

Open teosteo74 opened 5 years ago

teosteo74 commented 5 years ago

Hello I have a problem logging in my encoder to the Streemer. the Encoder log

[22-Oct-2019 15:50:53 Europe / Berlin] http://213.21.172.96/YouPHPTube/ == http://213.21.172.96/YouPHPTube/ [22-Oct-2019 15:52:53 Europe / Berlin] Get Login fail, try again [22-Oct-2019 15:53:53 Europe / Berlin] PHP Warning: file_get_contents (http://213.21.172.96/YouPHPTube/login): failed to open stream: Connection timed out in / var / www / html / YouPHPTube -Encoder / objects / Login.php on line 44 [22-Oct-2019 15:53:53 Europe / Berlin] Error on Login context [22-Oct-2019 15:53:53 Europe / Berlin] http://213.21.172.96/YouPHPTube/login

Encoder and Streemer are in the same Server

If I connect to the streamer I can enter

These settings

image

image

what am i doing wrong?

this is the streemer's log

[22-Oct-2019 16:32:16 Europe / Berlin] Start Login Request [22-Oct-2019 16:32:16 Europe / Berlin] redirectUri: [22-Oct-2019 16:32:16 Europe / Berlin] healthy redirectUri: http://213.21.172.96/YouPHPTube/ [22-Oct-2019 16:32:16 Europe / Berlin] user :: login: noPass =, encodedPass =, this-> user, admin 213.82.114.202 [22-Oct-2019 16:32:16 Europe / Berlin] encryptPasswordVerify: encrypt [22-Oct-2019 16:32:16 Europe / Berlin] user :: login: Do login without cookie

DanielnetoDotCom commented 5 years ago

If you go to your encoder server terminal and make a ping for your streamer does it work?

ping 213.21.172.96

and telnet?

telnet 213.21.172.96 80

hosnyegy commented 2 years ago

wellcome sir I made some settings, but I made a mistake and closed the login. What do I do? I can't enter my site

DanielnetoDotCom commented 2 years ago

Hi, you can reset your plugins here

cd /var/www/html/AVideo/install
$ php resetPlugins.php
1 - Reset all plugins Parameters
2 - Reset CustomizeUser Plugin Parameters only
3 - Reset all plugins (Will also inactivate the plugins)
Choose an option:

you may want to choose option 2

hosnyegy commented 2 years ago

Thank you, sir, for your response, but when I wrote php resetPlugins.php, it appeared to me Could not open input file: resetPlugins.php

DanielnetoDotCom commented 2 years ago

My bad, I just fixed it

it does not work for you, because you are not running it on the correct folder.

you must be inside the AVideo/install folder

hosnyegy commented 2 years ago

thank you sir