GithubHelp home page GithubHelp logo

Comments (5)

IvanMazzoli avatar IvanMazzoli commented on June 29, 2024 2

RC2 seems to have fixed the issue, thanks again for your work!

from romm.

gantoine avatar gantoine commented on June 29, 2024 1

*8 connect() to unix:/tmp/gunicorn.sock failed (111: Connection refused) while connecting to upstream

Try switching to the latest RC, 3.2.0-rc.1 (or wait a day for the next RC to drop), we have some fixes in there to help with these issues.

from romm.

IvanMazzoli avatar IvanMazzoli commented on June 29, 2024 1

Yeah, I'm already on rc1.
I'll wait for the next rc and keep you guys updated

from romm.

gantoine avatar gantoine commented on June 29, 2024

Post the docker container logs

from romm.

IvanMazzoli avatar IvanMazzoli commented on June 29, 2024

The container didn't have any loge because I was staring at the wrong one... 🤦

INFO: [init][2024-05-22 19:29:46] Starting up, please wait...
INFO: [init][2024-05-22 19:29:51] starting redis-server
10:C 22 May 2024 19:29:51.098 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see jemalloc/jemalloc#1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
10:C 22 May 2024 19:29:51.098 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
10:C 22 May 2024 19:29:51.098 * Redis version=7.2.4, bits=64, commit=00000000, modified=0, pid=10, just started
10:C 22 May 2024 19:29:51.098 * Configuration loaded
10:M 22 May 2024 19:29:51.099 * monotonic clock: POSIX clock_gettime
10:M 22 May 2024 19:29:51.103 * Running mode=standalone, port=6379.
10:M 22 May 2024 19:29:51.103 * Server initialized
10:M 22 May 2024 19:29:51.107 * Loading RDB produced by version 7.2.4
10:M 22 May 2024 19:29:51.107 * RDB age 1355 seconds
10:M 22 May 2024 19:29:51.107 * RDB memory usage when created 10.80 Mb
10:M 22 May 2024 19:29:51.337 * Done loading RDB, keys loaded: 14, keys expired: 1.
10:M 22 May 2024 19:29:51.341 * DB loaded from disk: 0.238 seconds
10:M 22 May 2024 19:29:51.341 * Ready to accept connections tcp
INFO: [RomM][2024-05-22 19:29:52] Connecting to redis in /backend/bin/alembic...
INFO: [RomM][2024-05-22 19:29:52] Redis connection established in /backend/bin/alembic!
INFO: [RomM][alembic.runtime.migration] Context impl MariaDBImpl.
INFO: [RomM][alembic.runtime.migration] Will assume non-transactional DDL.
INFO: [init][2024-05-22 19:29:55] starting nginx
INFO: [init][2024-05-22 19:29:55] starting watcher.py
INFO: [init][2024-05-22 19:29:55] starting worker.py
INFO: [init][2024-05-22 19:29:55] starting scheduler.py
INFO: [RomM][2024-05-22 19:29:56] Connecting to redis in worker.py...
INFO: [RomM][2024-05-22 19:29:56] Redis connection established in worker.py!
19:29:56 Worker rq:worker:0d5d0593f36b43418f71068347043527 started with PID 29, version 1.16.1
19:29:56 Subscribing to channel rq:pubsub:0d5d0593f36b43418f71068347043527
19:29:56 *** Listening on high, default, low...
19:29:56 Cleaning registries for queue: high
19:29:56 Cleaning registries for queue: default
19:29:56 Cleaning registries for queue: low
INFO: [RomM][2024-05-22 19:30:01] Connecting to redis in watcher.py...
INFO: [RomM][2024-05-22 19:30:01] Redis connection established in watcher.py!
INFO: [RomM][2024-05-22 19:30:01] Connecting to redis in scheduler.py...
INFO: [RomM][2024-05-22 19:30:01] Redis connection established in scheduler.py!
INFO: [RomM][2024-05-22 19:30:01] Starting scheduler
INFO: [RomM][2024-05-22 19:30:01] Watching /romm/library/roms for changes
INFO: [nginx][2024-05-22 19:30:28] 192.168.0.1 - - "GET /api/heartbeat HTTP/1.1" 502 559 "http://192.168.0.110:9666/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" rt=0.000 uct="-" uht="-" urt="0.000"
INFO: [nginx][2024-05-22 19:30:28] 192.168.0.1 - - "GET /api/config HTTP/1.1" 502 559 "http://192.168.0.110:9666/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" rt=0.000 uct="-" uht="-" urt="0.000"
2024/05/22 19:30:28 [error] 23#23: *1 connect() to unix:/tmp/gunicorn.sock failed (111: Connection refused) while connecting to upstream, client: 192.168.0.1, server: localhost, request: "GET /api/heartbeat HTTP/1.1", upstream: "http://unix:/tmp/gunicorn.sock:/heartbeat", host: "192.168.0.110:9666", referrer: "http://192.168.0.110:9666/"
2024/05/22 19:30:28 [error] 22#22: *2 connect() to unix:/tmp/gunicorn.sock failed (111: Connection refused) while connecting to upstream, client: 192.168.0.1, server: localhost, request: "GET /api/config HTTP/1.1", upstream: "http://unix:/tmp/gunicorn.sock:/config", host: "192.168.0.110:9666", referrer: "http://192.168.0.110:9666/"
2024/05/22 19:30:28 [error] 22#22: *2 connect() to unix:/tmp/gunicorn.sock failed (111: Connection refused) while connecting to upstream, client: 192.168.0.1, server: localhost, request: "GET /api/stats HTTP/1.1", upstream: "http://unix:/tmp/gunicorn.sock:/stats", host: "192.168.0.110:9666", referrer: "http://192.168.0.110:9666/"
INFO: [nginx][2024-05-22 19:30:28] 192.168.0.1 - - "GET /api/stats HTTP/1.1" 502 559 "http://192.168.0.110:9666/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" rt=0.000 uct="-" uht="-" urt="0.000"
INFO: [nginx][2024-05-22 19:30:28] 192.168.0.1 - - "GET /api/roms?size=15&order_by=id&order_dir=desc HTTP/1.1" 502 559 "http://192.168.0.110:9666/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" rt=0.000 uct="-" uht="-" urt="0.000"
2024/05/22 19:30:28 [error] 23#23: *1 connect() to unix:/tmp/gunicorn.sock failed (111: Connection refused) while connecting to upstream, client: 192.168.0.1, server: localhost, request: "GET /api/roms?size=15&order_by=id&order_dir=desc HTTP/1.1", upstream: "http://unix:/tmp/gunicorn.sock:/roms?size=15&order_by=id&order_dir=desc", host: "192.168.0.110:9666", referrer: "http://192.168.0.110:9666/"
2024/05/22 19:30:28 [error] 23#23: *6 connect() to unix:/tmp/gunicorn.sock failed (111: Connection refused) while connecting to upstream, client: 192.168.0.1, server: localhost, request: "GET /api/platforms HTTP/1.1", upstream: "http://unix:/tmp/gunicorn.sock:/platforms", host: "192.168.0.110:9666", referrer: "http://192.168.0.110:9666/"
INFO: [nginx][2024-05-22 19:30:28] 192.168.0.1 - - "GET /api/platforms HTTP/1.1" 502 559 "http://192.168.0.110:9666/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" rt=0.000 uct="-" uht="-" urt="0.000"
2024/05/22 19:30:28 [error] 23#23: *8 connect() to unix:/tmp/gunicorn.sock failed (111: Connection refused) while connecting to upstream, client: 192.168.0.1, server: localhost, request: "GET /api/users/me HTTP/1.1", upstream: "http://unix:/tmp/gunicorn.sock:/users/me", host: "192.168.0.110:9666", referrer: "http://192.168.0.110:9666/"
INFO: [nginx][2024-05-22 19:30:28] 192.168.0.1 - - "GET /api/users/me HTTP/1.1" 502 559 "http://192.168.0.110:9666/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" rt=0.000 uct="-" uht="-" urt="0.000"

from romm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.