Starting server on port: 8080 server: Bind failed with: -7(another port doesn't change anything)
| 35.0.1916.153(OfficialBuild 274914) Nacl SDK : pepper_35 Toolchain : linux_x86_glibc |
OS :
Ubuntu 13.10
Chrome :
35.0.1916.153(OfficialBuild 274914)
Nacl SDK :
pepper_35
Toolchain :
linux_x86_glibc
--
You received this message because you are subscribed to the Google Groups "Native-Client-Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to native-client-di...@googlegroups.com.
To post to this group, send email to native-cli...@googlegroups.com.
Visit this group at http://groups.google.com/group/native-client-discuss.
For more options, visit https://groups.google.com/d/optout.
On stdout : "[4123:4123:0718/085133:ERROR:pepper_socket_utils.cc(64)] Host localhost cannot use socket API or destination is not allowed"
I am not sure to understand what you mean (about chrome instances).
I tried to "make run" in pepper35/examples/api/ => Starting up python webserver.
Then "google-chrome-stable --allow-nacl-socket-api=localhost http://localhost:5103/socket/"
And it fails with the error I wrote.
But when I try to "make run" directly in pepper35/examples/api/socket, it launches google-chrome and It works fine.
At least, I tried with -user-data-dir=<directory> with the following command line :
"google-chrome-stable --allow-nacl-socket-api=localhost --user-data-dir=/home/.config/google-chrome/Default
Are you positively sure that there are NO instances of Chrome which are using that data dir when you start that command? From what I'm seeing that's default place for Chrome's user-data-dir which means that, most likely, any stray instances of Chrome will use exactly that one and thus will ignore llow-nacl-socket-api command line.
--