WWBN / AVideo-Encoder-Network

Encoder Network Servers for AVideo Platform Open-Source
https://network.avideo.com
GNU General Public License v3.0
14 stars 40 forks source link

Encoder / MySQL #21

Closed jengajenga closed 4 years ago

jengajenga commented 4 years ago

Hello

Can I get some help kindly? Please let me know what this could mean.

www.xxx.com/Encoder

Error received is:

SELECT f., e. FROM encoder_queue e LEFT JOIN formats f ON f.id = formats_id WHERE (status = 'encoding' OR status = 'downloading' OR status = 'queue' OR status = 'error') ORDER BY priority ASC, e.id ASC \nError : ()

How can i fix this? Thank you

jengajenga commented 4 years ago

I have figured it out. It was a password error to the encoder database. the normal db and the encoder db passwords were different for the same db user. made the changes and I'm good to go.