linuxserver / docker-calibre

GNU General Public License v3.0
339 stars 62 forks source link

Cannot connect to Guacamole on Calibre docker container #50

Closed jagadeesh-s2104 closed 3 years ago

jagadeesh-s2104 commented 3 years ago

Expected Behavior

It should give guac login page.

Normally when I install the Calibre docker - I will be able to connect to the guac. But now I get error "connecting to sesman ip 127.0.0.1 port 3350"

https://imgur.com/TSw69jj

I tried it in two different machine and a AWS VM. Same error.

I used docker compose with "image: ghcr.io/linuxserver/calibre" (I believe this means latest) when I change it to "image: ghcr.io/linuxserver/calibre:version-v5.10.0" it works fine.

Current Behavior

https://imgur.com/TSw69jj

Steps to Reproduce

  1. Create a container based on "image: ghcr.io/linuxserver/calibre"

Environment

OS: Ubuntu 20.04 CPU architecture: AMD64 How docker service was installed:

Compose

Command used to create docker container (run/create/compose/screenshot)

version: "2.1" services: calibre: image: ghcr.io/linuxserver/calibre container_name: caliber environment:

Docker logs

github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

aptalca commented 3 years ago

Post a log and you will see why

BenevolentTumour commented 3 years ago

I have the same issue since updating the container, as far as I know I have not changed anything else. I have attached what I believe is the log below.

calibrelog.txt

I would really appreciate any help on how to resolve this issue.

aptalca commented 3 years ago

Can you tell me what the giant banner says at the top there?

BenevolentTumour commented 3 years ago

Isio? I'm sorry but I don't know what that means, I'm pretty inexperienced at this sort of thing. It used to just go straight to the calibre interface but now I get the error pictured in the original post.

aptalca commented 3 years ago

It says:

calibre      | ********************************************************
calibre      | ********************************************************
calibre      | ****                                                ****
calibre      | ****  GUAC_USER and GUAC_PASS vars are deprecated   ****
calibre      | ****                                                ****
calibre      | ****  Temporary credentials are being set:          ****
calibre      | ****                                                ****
calibre      | ****  User: abc                                     ****
calibre      | ****  Pass: abc                                     ****
calibre      | ****                                                ****
calibre      | ****                                                ****
calibre      | ****  See the readme for new credential info        ****
calibre      | ****                                                ****
calibre      | ****                                                ****
calibre      | ********************************************************
calibre      | ********************************************************
jagadeesh-s2104 commented 3 years ago

docker-calibre-log.txt Please find the log file

aptalca commented 3 years ago

Read the messages above, it's all explained there, and read the readme. All the necessary info is provided in the logs and the readme.

jagadeesh-s2104 commented 3 years ago

Sorry. It works!