TensorBoard on Windows: 404 error - tensorflow

I've successfully installed and run TensorFlow on Windows 10 with Anaconda using pip on Python 3.5. After having run the project from here:
http://www.wildml.com/2015/12/implementing-a-cnn-for-text-classification-in-tensorflow/
I then run this command:
tensorboard --logdir=./runs/1449760558/summaries/
With no errors. However, when I go to load localhost:6000 I get the following:
GET http://localhost:6006/webcomponentsjs/webcomponents-lite.min.js
localhost/:24 GET http://localhost:6006/plottable/plottable.css
localhost/:1 GET http://localhost:6006/paper-checkbox/paper-checkbox.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/paper-tabs/paper-tabs.html
localhost/:1 GET http://localhost:6006/iron-icons/iron-icons.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/polymer/polymer.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/paper-dialog/paper-dialog.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/paper-icon-button/paper-icon-button.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/paper-button/paper-button.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/paper-toolbar/paper-toolbar.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/paper-header-panel/paper-header-panel.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/numericjs_numeric_min_js/file/numeric.min.js
localhost/:1 GET http://localhost:6006/three_js_three_min_js/file/three.min.js
localhost/:1 GET http://localhost:6006/three_js_orbitcontrols_js/file/OrbitControls.js
localhost/:1 GET http://localhost:6006/weblas_weblas_js/file/weblas.js
localhost/:1 GET http://localhost:6006/lodash/lodash.min.js
localhost/:1 GET http://localhost:6006/paper-slider/paper-slider.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/paper-input/paper-input.html 404 (Not Found)
tf-tensorboard.html:126 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:126
(anonymous) # tf-tensorboard.html:126
localhost/:1 GET http://localhost:6006/d3/d3.js 404 (Not Found)
tf-tensorboard.html:1200 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:1200
at tf-tensorboard.html:1220
(anonymous) # tf-tensorboard.html:1200
(anonymous) # tf-tensorboard.html:1220
localhost/:1 GET http://localhost:6006/paper-styles/paper-styles.html
tf-tensorboard.html:1303 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:1303
(anonymous) # tf-tensorboard.html:1303
localhost/:1 GET http://localhost:6006/paper-item/paper-item.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/paper-dropdown-menu/paper-dropdown-menu.html
localhost/:1 GET http://localhost:6006/paper-menu/paper-menu.html 404 (Not Found)
tf-tensorboard.html:1389 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:1389
(anonymous) # tf-tensorboard.html:1389
tf-tensorboard.html:1515 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:1515
(anonymous) # tf-tensorboard.html:1515
tf-tensorboard.html:1614 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:1614
(anonymous) # tf-tensorboard.html:1614
localhost/:1 GET http://localhost:6006/iron-collapse/iron-collapse.html 404 (Not Found)
tf-tensorboard.html:1717 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:1717
(anonymous) # tf-tensorboard.html:1717
localhost/:1 GET http://localhost:6006/plottable/plottable.js
localhost/:1 GET http://localhost:6006/plottable/plottable.css
tf-tensorboard.html:1754 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:1754
(anonymous) # tf-tensorboard.html:1754
tf-tensorboard.html:1932 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:1932
(anonymous) # tf-tensorboard.html:1932
tf-tensorboard.html:2482 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:2482
(anonymous) # tf-tensorboard.html:2482
localhost/:1 GET http://localhost:6006/paper-toggle-button/paper-toggle-button.html 404 (Not Found)
tf-tensorboard.html:2683 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:2683
(anonymous) # tf-tensorboard.html:2683
tf-tensorboard.html:2897 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:2897
(anonymous) # tf-tensorboard.html:2897
tf-tensorboard.html:3125 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:3125
(anonymous) # tf-tensorboard.html:3125
tf-tensorboard.html:3207 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:3207
(anonymous) # tf-tensorboard.html:3207
tf-tensorboard.html:3538 Uncaught TypeError: Cannot read property 'SelectionBoxLayer' of undefined
at Plottable (tf-tensorboard.html:3538)
at tf-tensorboard.html:3540
Plottable # tf-tensorboard.html:3538
(anonymous) # tf-tensorboard.html:3540
tf-tensorboard.html:4068 Uncaught TypeError: Cannot read property 'siSuffix' of undefined
at VZ.ChartHelpers.VZ.ChartHelpers (tf-tensorboard.html:4068)
at VZ (tf-tensorboard.html:4152)
at tf-tensorboard.html:4153
VZ.ChartHelpers.VZ.ChartHelpers # tf-tensorboard.html:4068
VZ # tf-tensorboard.html:4152
(anonymous) # tf-tensorboard.html:4153
tf-tensorboard.html:4156 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:4156
(anonymous) # tf-tensorboard.html:4156
tf-tensorboard.html:4463 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:4463
(anonymous) # tf-tensorboard.html:4463
tf-tensorboard.html:4732 Uncaught TypeError: Cannot read property 'siSuffix' of undefined
at VZ.ChartHelpers.VZ.ChartHelpers (tf-tensorboard.html:4732)
at VZ (tf-tensorboard.html:4816)
at tf-tensorboard.html:4817
VZ.ChartHelpers.VZ.ChartHelpers # tf-tensorboard.html:4732
VZ # tf-tensorboard.html:4816
(anonymous) # tf-tensorboard.html:4817
tf-tensorboard.html:4820 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:4820
(anonymous) # tf-tensorboard.html:4820
tf-tensorboard.html:4949 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:4949
(anonymous) # tf-tensorboard.html:4949
tf-tensorboard.html:5129 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:5129
(anonymous) # tf-tensorboard.html:5129
tf-tensorboard.html:5691 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:5691
(anonymous) # tf-tensorboard.html:5691
tf-tensorboard.html:5762 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:5762
(anonymous) # tf-tensorboard.html:5762
tf-tensorboard.html:5850 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:5850
(anonymous) # tf-tensorboard.html:5850
tf-tensorboard.html:5914 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:5914
(anonymous) # tf-tensorboard.html:5914
tf-tensorboard.html:6037 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:6037
(anonymous) # tf-tensorboard.html:6037
tf-tensorboard.html:6075 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:6075
(anonymous) # tf-tensorboard.html:6075
tf-tensorboard.html:6102 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:6102
(anonymous) # tf-tensorboard.html:6102
localhost/:1 GET http://localhost:6006/lodash/lodash.min.js
localhost/:1 GET http://localhost:6006/graphlib/dist/graphlib.core.js
localhost/:1 GET http://localhost:6006/dagre/dist/dagre.core.js
localhost/:1 GET http://localhost:6006/lodash/lodash.min.js
localhost/:1 GET http://localhost:6006/graphlib/dist/graphlib.core.js 404 (Not Found)
tf-tensorboard.html:8068 Uncaught ReferenceError: d3 is not defined
at graph_1.layout.graph_1.layout (tf-tensorboard.html:8068)
at tf.graph.tf.graph (tf-tensorboard.html:8655)
at tf (tf-tensorboard.html:8656)
at tf-tensorboard.html:8657
graph_1.layout.graph_1.layout # tf-tensorboard.html:8068
tf.graph.tf.graph # tf-tensorboard.html:8655
tf # tf-tensorboard.html:8656
(anonymous) # tf-tensorboard.html:8657
tf-tensorboard.html:10474 Uncaught ReferenceError: d3 is not defined
at scene.edge.scene.edge (tf-tensorboard.html:10474)
at graph_1.scene.graph_1.scene (tf-tensorboard.html:10756)
at tf.graph.tf.graph (tf-tensorboard.html:10757)
at tf (tf-tensorboard.html:10758)
at tf-tensorboard.html:10759
scene.edge.scene.edge # tf-tensorboard.html:10474
graph_1.scene.graph_1.scene # tf-tensorboard.html:10756
tf.graph.tf.graph # tf-tensorboard.html:10757
tf # tf-tensorboard.html:10758
(anonymous) # tf-tensorboard.html:10759
tf-tensorboard.html:13073 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:13073
(anonymous) # tf-tensorboard.html:13073
tf-tensorboard.html:13647 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:13647
(anonymous) # tf-tensorboard.html:13647
localhost/:1 GET http://localhost:6006/iron-flex-layout/iron-flex-layout.html 404 (Not Found)
tf-tensorboard.html:14087 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:14087
(anonymous) # tf-tensorboard.html:14087
tf-tensorboard.html:14370 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:14370
at tf-tensorboard.html:14562
(anonymous) # tf-tensorboard.html:14370
(anonymous) # tf-tensorboard.html:14562
tf-tensorboard.html:14621 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:14621
at tf-tensorboard.html:14673
(anonymous) # tf-tensorboard.html:14621
(anonymous) # tf-tensorboard.html:14673
localhost/:1 GET http://localhost:6006/iron-list/iron-list.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/paper-item/all-imports.html 404 (Not Found)
tf-tensorboard.html:14959 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:14959
at tf-tensorboard.html:15249
(anonymous) # tf-tensorboard.html:14959
(anonymous) # tf-tensorboard.html:15249
tf-tensorboard.html:15277 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:15277
at tf-tensorboard.html:15316
(anonymous) # tf-tensorboard.html:15277
(anonymous) # tf-tensorboard.html:15316
localhost/:1 GET http://localhost:6006/paper-progress/paper-progress.html 404 (Not Found)
tf-tensorboard.html:15435 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:15435
(anonymous) # tf-tensorboard.html:15435
localhost/:1 GET http://localhost:6006/paper-tooltip/paper-tooltip.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/paper-radio-group/paper-radio-group.html 404 (Not Found)
tf-tensorboard.html:15965 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:15965
at tf-tensorboard.html:16174
(anonymous) # tf-tensorboard.html:15965
(anonymous) # tf-tensorboard.html:16174
tf-tensorboard.html:16209 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:16209
at tf-tensorboard.html:16243
(anonymous) # tf-tensorboard.html:16209
(anonymous) # tf-tensorboard.html:16243
localhost/:1 GET http://localhost:6006/paper-input/paper-textarea.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/paper-listbox/paper-listbox.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/paper-toast/paper-toast.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/iron-icons/image-icons.html 404 (Not Found)
localhost/:1 GET http://localhost:6006/paper-dialog-scrollable/paper-dialog-scrollable.html
localhost/:1 GET http://localhost:6006/paper-styles/typography.html 404 (Not Found)
tf-tensorboard.html:17889 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:17889
at tf-tensorboard.html:17902
(anonymous) # tf-tensorboard.html:17889
(anonymous) # tf-tensorboard.html:17902
tf-tensorboard.html:18090 Uncaught ReferenceError: Polymer is not defined
at tf-tensorboard.html:18090
(anonymous) # tf-tensorboard.html:18090
tf-tensorboard.html:20231 Uncaught ReferenceError: d3 is not defined
at Object.14../renderContext (tf-tensorboard.html:20231)
at s (tf-tensorboard.html:18200)
at e (tf-tensorboard.html:18200)
at tf-tensorboard.html:18200
14../renderContext # tf-tensorboard.html:20231
s # tf-tensorboard.html:18200
e # tf-tensorboard.html:18200
(anonymous) # tf-tensorboard.html:18200
Any tips for a TensorFlow noobie on this one?

UPDATE: The 0.12.0rc1 release with the fix to TensorBoard on Windows is now available from the TensorFlow website and PyPI.
This is a known issue with the 0.12.0rc0 release of TensorFlow on Windows. It has been fixed in the repository, but we haven't yet made another official release that contains the fix. There are a few options right now:
Wait until the 0.12.0rc1 release is made, which should happen later this week.
Install a nightly build: CPU, GPU.
Build from source, by following the instructions here.

Related

Node Sass Undefined variable

I'm trying to setup an existing vuejs project on AWS
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
background: $info;
^
Undefined variable: "$info".
in /var/www/html/tradeline-creditpartner/src/assets/scss/core/scafholding.scss (line 226, c olumn 17)
# ./src/assets/scss/app.scss 4:14-229 14:3-18:5 15:22-237
# ./src/main.js
# multi (webpack)-dev-server/client?http://IP:8081/sockjs-node (webpack)/hot/dev-serv er.js ./src/main.js
However when trying to serve the project
npm run serve It keeps showing the above error
Is there something wrong with vuejs installation?
that's the only error I keep encountering.

CypressError: `cy.visit()` failed trying to load: https://dev-eccc.env.xxxx.com/ via Gitlab CI job

I have setup a Gitlab ci/cd job to execute all cypress integration tests. I found that all tests are getting fail due to home URL is getting failed to load by cy.visit().
On my local machine it is working fine.
below is the complete Error trace:
CypressError: `cy.visit()` failed trying to load:
https://dev-eccc.env.ihsmarkit.com/
We attempted to make an http request to this URL but the request failed without a response.
We received this error at the network level:
> Error: getaddrinfo ENOTFOUND dev-eccc.env.ihsmarkit.com
Common situations why this would fail:
- you don't have internet access
- you forgot to run / boot your web server
- your web server isn't accessible
- you have weird network configuration settings on your computer
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Facility Register`
at http://localhost:45271/__cypress/runner/cypress_runner.js:156433:23
at visitFailedByErr (http://localhost:45271/__cypress/runner/cypress_runner.js:155794:12)
at http://localhost:45271/__cypress/runner/cypress_runner.js:156432:11
at tryCatcher (http://localhost:45271/__cypress/runner/cypress_runner.js:10130:23)
at Promise._settlePromiseFromHandler (http://localhost:45271/__cypress/runner/cypress_runner.js:8065:31)
at Promise._settlePromise (http://localhost:45271/__cypress/runner/cypress_runner.js:8122:18)
at Promise._settlePromise0 (http://localhost:45271/__cypress/runner/cypress_runner.js:8167:10)
at Promise._settlePromises (http://localhost:45271/__cypress/runner/cypress_runner.js:8243:18)
at _drainQueueStep (http://localhost:45271/__cypress/runner/cypress_runner.js:4837:12)
at _drainQueue (http://localhost:45271/__cypress/runner/cypress_runner.js:4830:9)
at Async.../../node_modules/bluebird/js/release/async.js.Async._drainQueues
(http://localhost:45271/__cypress/runner/cypress_runner.js:4846:5)
at Async.drainQueues (http://localhost:45271/__cypress/runner/cypress_runner.js:4716:14)
From Your Spec Code:
at Object.homepage_test (http://localhost:45271/__cypress/tests?p=cypress/integration/eccc-
app-ui-cypress/API/register_api.ts:71:8)
at Context.eval (http://localhost:45271/__cypress/tests?p=cypress/integration/eccc-app-ui-
cypress/API/register_api.ts:13:25)
From Node.js Internals:
Error: getaddrinfo ENOTFOUND dev-eccc.env.ihsmarkit.com
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26)

Why did I fail to launch TensorBoard on jupyter notebook?

I am using tf 2.0 and tensorboard 2.0. I want to use tb in jupyter notebook but get the error:
ERROR: Failed to launch TensorBoard (exited with -6). Contents of
stderr: [libprotobuf ERROR
external/com_google_protobuf/src/google/protobuf/descriptor_database.cc:393]
Invalid file descriptor data passed to
EncodedDescriptorDatabase::Add(). [libprotobuf FATAL
external/com_google_protobuf/src/google/protobuf/descriptor.cc:1367]
CHECK failed: GeneratedDatabase()->Add(encoded_file_descriptor, size):
libc++abi.dylib: terminating with uncaught exception of type
google::protobuf::FatalException: CHECK failed:
GeneratedDatabase()->Add(encoded_file_descriptor, size):

NPM Not a single package import working after install, also not appearing in the list

For every package I install, it installs perfectly and gets added to my dependencys. Yet when I try to use it or import it into my code, not a single part gets found from it. It also does not apprear into my list when I do npm list .
It does show in my explorer in the module folder. I have been trying to find a sollution for 3hrs now.
I have tried every stackoverflow solution I found but nothing works. Removed the folders, re-did the installs, the init, etc. Tried different packages. Nothing seems to be working.
Any help is appreciated.
Thanks
ERROR in ./node_modules/request/lib/har.js
Module not found: Error: Can't resolve 'fs' in '
D:\Eigen\PlexRequest\node_modules\request\lib'
# ./node_modules/request/lib/har.js 3:9-22
# ./node_modules/request/request.js
# ./node_modules/request/index.js
# ./node_modules/imdb/lib/movies.js
# ./node_modules/imdb/lib/imdb.js
# ./node_modules/imdb/index.js
# ./src/app.js
ERROR in ./node_modules/forever-agent/index.js
Module not found: Error: Can't resolve 'net' in
'D:\Eigen\PlexRequest\node_modules\forever-agent'
# ./node_modules/forever-agent/index.js 6:10-24
# ./node_modules/request/request.js
# ./node_modules/request/index.js
# ./node_modules/imdb/lib/movies.js
# ./node_modules/imdb/lib/imdb.js
# ./node_modules/imdb/index.js
# ./src/app.js
ERROR in ./node_modules/tough-cookie/lib/cookie.js
Module not found: Error: Can't resolve 'net' in 'D:\Eigen\PlexRequest\node_modules\tough-cookie\lib'
# ./node_modules/tough-cookie/lib/cookie.js 32:10-24
# ./node_modules/request/lib/cookies.js
# ./node_modules/request/index.js
# ./node_modules/imdb/lib/movies.js
# ./node_modules/imdb/lib/imdb.js
# ./node_modules/imdb/index.js
# ./src/app.js
ERROR in ./node_modules/tunnel-agent/index.js
Module not found: Error: Can't resolve 'net' in 'D:\Eigen\PlexRequest\node_modules\tunnel-agent'
# ./node_modules/tunnel-agent/index.js 3:10-24
# ./node_modules/request/lib/tunnel.js
# ./node_modules/request/request.js
# ./node_modules/request/index.js
# ./node_modules/imdb/lib/movies.js
# ./node_modules/imdb/lib/imdb.js
# ./node_modules/imdb/index.js
# ./src/app.js
ERROR in ./node_modules/forever-agent/index.js
Module not found: Error: Can't resolve 'tls' in 'D:\Eigen\PlexRequest\node_modules\forever-agent'
# ./node_modules/forever-agent/index.js 7:10-24
# ./node_modules/request/request.js
# ./node_modules/request/index.js
# ./node_modules/imdb/lib/movies.js
# ./node_modules/imdb/lib/imdb.js
# ./node_modules/imdb/index.js
# ./src/app.js
ERROR in ./node_modules/tunnel-agent/index.js
Module not found: Error: Can't resolve 'tls' in 'D:\Eigen\PlexRequest\node_modules\tunnel-agent'
# ./node_modules/tunnel-agent/index.js 4:10-24
# ./node_modules/request/lib/tunnel.js
# ./node_modules/request/request.js
# ./node_modules/request/index.js
# ./node_modules/imdb/lib/movies.js
# ./node_modules/imdb/lib/imdb.js
# ./node_modules/imdb/index.js
# ./src/app.js

Jitsi getting error in console - Error: Focus error, retry after

I am using jitsi for the first time.
I used this repository to install it.
But it is not working fine. I am not able to connect two clients through this.
In console I am getting following error
[JitsiMeetJS.js] <Object.getGlobalOnErrorHandler>: UnhandledError: null Script: null Line: null Column: null StackTrace: Error: Focus error, retry after 1000
at o._allocateConferenceFocusError (moderator.js:388)
at moderator.js:320
at u.Handler.handler (app.bundle.min.js?v=1967:104)
at u.Handler.run (app.bundle.min.js?v=1967:104)
at app.bundle.min.js?v=1967:104
at Object.forEachChild (app.bundle.min.js?v=1967:104)
at u.Connection._dataRecv (app.bundle.min.js?v=1967:104)
at e.Bosh._onRequestStateChange (app.bundle.min.js?v=1967:105)
r # Logger.js:125
getGlobalOnErrorHandler # JitsiMeetJS.js:504
window.onerror # app.bundle.min.js?v=1967:87
callErrorHandler # GlobalOnErrorHandler.js:63
o._allocateConferenceFocusError # moderator.js:388
(anonymous) # moderator.js:320
(anonymous) # app.bundle.min.js?v=1967:104
run # app.bundle.min.js?v=1967:104
(anonymous) # app.bundle.min.js?v=1967:104
forEachChild # app.bundle.min.js?v=1967:104
_dataRecv # app.bundle.min.js?v=1967:104
_onRequestStateChange # app.bundle.min.js?v=1967:105
Logger.js:125 [modules/xmpp/moderator.js] <o._allocateConferenceFocusError>: Focus error, retry after 1000 <iq xmlns=​"jabber:​client" type=​"error" to=​"c9c1d353-8924-487a-b0f7-0e66a6d65d1d#10.207.139.88/​876e1e6b-4949-4239-aad2-66fe898c4234" from=​"focus.10.207.139.88" id=​"c8401ace-5f20-46d5-a0cd-47429ae4e929:​sendIQ">​…​</iq>​
r # Logger.js:125
o._allocateConferenceFocusError # moderator.js:389
(anonymous) # moderator.js:320
(anonymous) # app.bundle.min.js?v=1967:104
run # app.bundle.min.js?v=1967:104
(anonymous) # app.bundle.min.js?v=1967:104
forEachChild # app.bundle.min.js?v=1967:104
_dataRecv # app.bundle.min.js?v=1967:104
_onRequestStateChange # app.bundle.min.js?v=1967:105
app.bundle.min.js?v=1967:44 [conference.js] <e.value>: CONFERENCE FAILED: conference.focusDisconnected focus.10.207.139.88 1
Machine details.
Ubuntu : 14.06
I am using my self signed certificate here.
My case is similar to this one. But here also not a proper solution is advised. Below my current screenshot is attached.