Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix listen address bug #3

Merged
merged 1 commit into from
Apr 18, 2021

Conversation

fulder
Copy link

@fulder fulder commented Mar 4, 2021

There seems to be a problem while trying to reach the calibre_web UI. Think I finally found something making it not being accessible (see plugin installation test here: https://cirrus-ci.com/task/6324386052440064).

The cps python seems to listen to localhost only, changing the listen address to 0.0.0.0 seems to fix the issue and make it reachable again.

Could be related to the issue in the parent repo: entuerto#2

@alberanid
Copy link

I can confirm this bug.

In my specific case, the problem was that it was listening only on tcp6, even if I didn't turned it on in the GUI, creating the jail.

@tcoffin
Copy link

tcoffin commented Apr 17, 2021

I have applied this patch set to my installation and can confirm it resolves the issue.

@fulder
Copy link
Author

fulder commented Apr 17, 2021

Thanks for the confirmations @alberanid and @tcoffin. @aserrallerios could we maybe merge this? :)

@aserrallerios aserrallerios merged commit be22d4e into aserrallerios:master Apr 18, 2021
@aserrallerios
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants