Chocobozzz / PeerTube

ActivityPub-federated video streaming platform using P2P directly in your web browser
https://joinpeertube.org/
GNU Affero General Public License v3.0
13.04k stars 1.5k forks source link

Error HTTP 502 #3042

Closed stemy2 closed 4 years ago

stemy2 commented 4 years ago

What happened? HTTP 502 error What do you expect to happen instead? An usable app Steps to reproduce:

  1. Install the app

  2. Try to launch it

Additional information

Chocobozzz commented 4 years ago

Disable SMTP or fix it:

Aug 07 09:45:29 stemy.me peertube[7079]: [peertube.stemy.me:443] 2020-08-07 09:45:29.149 error: Failed to connect to SMTP localhost:25. {
Aug 07 09:45:29 stemy.me peertube[7079]:   "err": {
Aug 07 09:45:29 stemy.me peertube[7079]:     "stack": "Error: queryA ETIMEOUT localhost\n    at QueryReqWrap.onresolve [as oncomplete] (dns.js:203:19)",
Aug 07 09:45:29 stemy.me peertube[7079]:     "message": "queryA ETIMEOUT localhost",
Aug 07 09:45:29 stemy.me peertube[7079]:     "errno": "ETIMEOUT",
Aug 07 09:45:29 stemy.me peertube[7079]:     "code": "EDNS",
Aug 07 09:45:29 stemy.me peertube[7079]:     "syscall": "queryA",
Aug 07 09:45:29 stemy.me peertube[7079]:     "hostname": "localhost",
Aug 07 09:45:29 stemy.me peertube[7079]:     "command": "CONN"
Aug 07 09:45:29 stemy.me peertube[7079]:   }
Aug 07 09:45:29 stemy.me peertube[7079]: }
rigelk commented 4 years ago

you need a reachable SMTP server to fix this error.

stemy2 commented 4 years ago

Do you know how to solve it (disabling is out of question for some reason) ? Because i don't.