Giter Site home page Giter Site logo

Comments (7)

Pingumania avatar Pingumania commented on August 18, 2024 1

I feel dumb now... clearing the cache deleting cookies worked. Thanks.

from docker-jdownloader-2.

jlesage avatar jlesage commented on August 18, 2024

It seems that there is no mapping for port 5900. You can either add one (by adding something like -p 5900:5900 to the docker run command) or update your image to the latest version, which doesn't need the port 5900 to be mapped.

from docker-jdownloader-2.

Pingumania avatar Pingumania commented on August 18, 2024

Added the port and pulled the newest image, still the same error.

from docker-jdownloader-2.

jlesage avatar jlesage commented on August 18, 2024

Could you provide the docker command you use to start the container?
Also, could you give container logs you have with the new version?

from docker-jdownloader-2.

Pingumania avatar Pingumania commented on August 18, 2024

new logs
https://pastebin.com/eZCAWTwh

container inspect
https://pastebin.com/BPxkKwYv

This is my create command

docker create \
--name=jdownloader \
--restart unless-stopped \
--network=docker-network \
--ip=172.18.0.5 \
-p 5800:5800 \
-p 5900:5900 \
-v /var/opt/docker/jdownloader:/config \
-v /mnt/share:/output \
-e USER_ID=1001 \
-e GROUP_ID=1001 \
-e TZ=Europe/Berlin \
-e DISPLAY_WIDTH=1920 \
-e DISPLAY_HEIGHT=1080 \
jlesage/jdownloader-2:latest

from docker-jdownloader-2.

jlesage avatar jlesage commented on August 18, 2024

Which browser are you using? Can you try to clear the cache and/or try another browser?

from docker-jdownloader-2.

jlesage avatar jlesage commented on August 18, 2024

Hey no worries :) Happy to see that it's now working.

from docker-jdownloader-2.

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.