C9Glax / tranga

Docker-Container to monitor (Manga) Scanlation-Sites for download new chapters.
GNU General Public License v3.0
139 stars 13 forks source link

Tranga-website showing black screen when visiting site. #266

Closed ianabney closed 2 hours ago

ianabney commented 3 hours ago

What is broken?

When I start the docker containers and go to the website I am seeing a blank, black page with nothing.

Log-output

[10/19/2024 16:09:54.702]        Logger | Logfile: /usr/share/tranga-api/logs/10/19/2024_16-9-54.log
[10/19/2024 16:09:54.831]        Tranga |

 _______
|_     _|.----..---.-..-----..-----..---.-.
  |   |  |   _||  _  ||     ||  _  ||  _  |
  |___|  |__|  |___._||__|__||___  ||___._|
                             |_____|

[10/19/2024 16:09:54.871]       JobBoss | Next job in
[10/19/2024 16:09:54.891]        Tranga | {
  "downloadLocation": "/Manga",
  "workingDirectory": "/usr/share/tranga-api",
  "apiPortNumber": 6531,
  "userAgent": "Tranga (Unix; x64) / 1.0",
  "aprilFoolsMode": true,
  "version": 2,
  "requestLimits": {
    "MangaInfo": 250,
    "MangaDexFeed": 250,
    "MangaDexImage": 40,
    "MangaImage": 60,
    "MangaCover": 250,
    "Default": 60
  },
  "bufferLibraryUpdates": false,
  "bufferNotifications": false
}
[10/19/2024 16:09:54.901]        Server | Listening on http://*:6531/

/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2024/10/19 16:09:54 [notice] 1#1: using the "epoll" event method
2024/10/19 16:09:54 [notice] 1#1: nginx/1.25.1
2024/10/19 16:09:54 [notice] 1#1: built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r4)
2024/10/19 16:09:54 [notice] 1#1: OS: Linux 5.15.0-117-generic
2024/10/19 16:09:54 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576
2024/10/19 16:09:54 [notice] 1#1: start worker processes
2024/10/19 16:09:54 [notice] 1#1: start worker process 30
2024/10/19 16:09:54 [notice] 1#1: start worker process 31
2024/10/19 16:09:54 [notice] 1#1: start worker process 32
2024/10/19 16:09:54 [notice] 1#1: start worker process 33
192.168.1.220 - - [19/Oct/2024:16:09:58 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0" "-"
192.168.1.220 - - [19/Oct/2024:16:09:58 +0000] "GET /index.jsx HTTP/1.1" 200 207 "http://192.168.1.102:9555/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0" "-"
192.168.1.220 - - [19/Oct/2024:16:10:44 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0" "-"
192.168.1.220 - - [19/Oct/2024:16:10:44 +0000] "GET /index.jsx HTTP/1.1" 200 207 "http://192.168.1.102:9555/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0" "-"

Additional stuff

My Docker compose: tranga-api: image: glax/tranga-api:latest container_name: tranga-api volumes:

image

C9Glax commented 2 hours ago

Yes for whatever reason Github workflows decided to build the development branch and push it to dockers latest branch. Figuring that out now, but just try pulling latest again.

ianabney commented 2 hours ago

Re-pulling the latest image worked. Thanks