-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
2 issues #53
Comments
The issue you shown with the screenshot is often fixed by clearing the browser's cache. You can also try using a private/incognito window to eliminate any caching issue. For the slow UI, does it look like a network issue ? Do you see the same behaviour when using different machines to access the UI ? |
I just tested on an incognito window and it still happened The slow UI, I don't think is a network issue. All of my other tabs and containers run at normal speed. |
What is the message displayed when you put your cursor over the read X ? Can you give more details about how you access the UI? Are you accessing from the same LAN as the host ? Did you try to setup the container with the default bridge network ? Note that under the hood, UI is transferred with the VNC protocol. This is more heavy to transfer and process than a normal web page. |
@jlesage Ty for helping out. It shows this: And the container log shows this:
Here's the Nginx config I use:
and the compose:
|
I suspect that the reverse proxy might be the cause of the issue. I don't have all the includes of the nginx config, but is it configured to support WebSocket? See https://github.com/jlesage/docker-filebot#routing-based-on-hostname for reference. Is it possible for you to try to bypass the reverse proxy to access the container? |
@jlesage I'm not sure why, but whenever I try to use one of your containers and directly try to go to the port and IP of the container it just times out, but when using a reverse proxy it loads. Reagrding the websockets, a quick question: does it make a difference if the websockify block is actually nested inside the other block? Or canit be separate, like this?
|
Oh, also another quick question. While trying to get this working I also tried adding my opensubtitles name and pw env vars, but I used a secret for the pw, and when I did the container would kill itself, but if I just use the pw without being a secret, it stays running. Is there something that needs to be done to get it to support secrets?
|
Probably because of the
I don't see the WebSocket support. You should have something that looks like the following lines:
|
Secrets are currently not supported by the container. |
I just installed and played around with it and noticed some things:
Is therea way to fix these?
here's my compose:
The text was updated successfully, but these errors were encountered: