Giter Club home page Giter Club logo

Comments (6)

leberschnitzel avatar leberschnitzel commented on May 29, 2024 1

-p /kitana -P is what's documented in the docker-compose:
https://github.com/pannal/Kitana#docker-compose

from kitana.

pannal avatar pannal commented on May 29, 2024 1

My bad, fixed

from kitana.

pannal avatar pannal commented on May 29, 2024

Which IP is it listening on and which IP are you trying to access?

from kitana.

leberschnitzel avatar leberschnitzel commented on May 29, 2024

I have the same problem.

services:
  plex:
    image: ghcr.io/linuxserver/plex
    volumes:
      - /volume1/docker/plex:/config
      - /volume1/PlexMedia/Movies:/movies
      - /volume1/PlexMedia/Shows:/shows
      - /volume1/PlexMedia/Music:/music
    network_mode: host
    environment:
      - TZ=Europe/Zurich
      - VERSION=latest
    restart: always

  kitana:
    image: pannal/kitana:latest
    container_name: kitana
    volumes:
      - /volume1/docker/kitana:/app/data
    ports:
      - 31337:31337
    links:
      - plex
    command: -B 0.0.0.0:31337 -p /kitana -P
    restart: unless-stopped

when trying to reach http://192.168.0.157:31337/, I get a 404.

Container log for Kitana:

[26/Apr/2023:07:40:00] ENGINE Bus STARTING
[26/Apr/2023:07:40:00] ENGINE Starting SassCompilerPlugin
[26/Apr/2023:07:40:00] ENGINE Serving on http://0.0.0.0:31337
[26/Apr/2023:07:40:00] ENGINE Bus STARTED
[26/Apr/2023:07:40:00]  Starting Sass Compile
[26/Apr/2023:07:40:00]  SassCompilerPlugin: Compiling /app/static/sass to /app/static/css
Traceback (most recent call last):
  File "/app/util/update.py", line 23, in update_check
    _update_check(kitana)
  File "/app/util/update.py", line 11, in _update_check
    repo = g.get_repo("pannal/Kitana")
  File "/usr/local/lib/python3.8/site-packages/github/MainClass.py", line 330, in get_repo
    headers, data = self.__requester.requestJsonAndCheck("GET", url)
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 353, in requestJsonAndCheck
    return self.__check(
  File "/usr/local/lib/python3.8/site-packages/github/Requester.py", line 378, in __check
    raise self.__createException(status, responseHeaders, output)
github.GithubException.RateLimitExceededException: 403 {"message": "API rate limit exceeded for 80.218.158.63. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)", "documentation_url": "https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}
[26/Apr/2023:07:40:02] ENGINE Listening for SIGTERM.
[26/Apr/2023:07:40:02] ENGINE Listening for SIGHUP.
[26/Apr/2023:07:40:02] ENGINE Listening for SIGUSR1.

from kitana.

leberschnitzel avatar leberschnitzel commented on May 29, 2024

changing the command to
command: -B 0.0.0.0:31337
works!
thanks @ PTS

from kitana.

pannal avatar pannal commented on May 29, 2024

Yes, with -p /kitana you've instructed kitana to only react on /kitana URLs. You tried accessing it at / root.

from kitana.

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.