-
Notifications
You must be signed in to change notification settings - Fork 37
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
Always connecting... #3
Comments
Are you trying to connect to a remove service? Where is the server located? Is it in the same network or behind NAT? You can read about making a service running on a remote server in issue #1 |
@danijel3 Thank you for this, this isgreat.
Then you simple access https://servername |
Hmm, you think I could create a docker-compose config that includes nginx and a self-signed certificate for testing purposes? Still people will keep asking why it doesn't work if they run it under their own domain... |
In my case, If http, (not https) As far as I see, it is more like Broswer Security restriction. You could try to create 8443 port with self-signed SSL on docker_web_1 if you like Also I guess the users can try developer option instead of regular browsers to test without this kind of security restriction issue |
how can i solve the problem?Always connecting |
Hi ,I install this project follow your steps on the linux server,
(1)docker-compose up -d
(2)docker-compose logs -f
and it has no error and running sucessfully,LOG AS FOLLOWS:
.......
kaldi_1 | LOG (online2-tcp-nnet3-decode-faster[5.5.259~1-25269]:Accept():online2-tcp-nnet3-decode-faster.cc:345) Waiting for client...
Then I test on my computer , the computer and server in same local area network. when i print the url as http://myipaddress:8080/ ,the browser shows webpage sucessfully.
and press "Start button",it shows tip text Connecting... all the time.
how can i solve the problem?
The text was updated successfully, but these errors were encountered: