I’ll test it as soon as I have saved the draft for Live Jogging decumentation!
OMG… I think I know the difference between working and not working now!..
It’s late (past midnight) and I currently only have remote access, so I will need to try this in the morning, when I can have physical access to the machine, but the console log reports:
FileField: set nativeClick forms.js:250
FileField: clear nativeClick forms.js:253
FileField: oops! need nativeClick forms.js:271
Is it possible that the TeamViewer remote access is the culprit?
I’ll test opening on the machine in the morning and report back!
Thanks for adding that extra logging, that might just be the hint needed!..
Nope… No difference… Just doesn’t work, either on the Pipo direct or using TeamViewer!
(Tested both the live version and the stand-alone app!)
index.js:9915 Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
printWarning @ index.js:9915
index.js:9915 Warning: Portal: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you’re not yet ready to migrate, create-react-class is available on npm as a drop-in replacement.
printWarning @ index.js:9915
index.js:156508 scanning media devices
index.js:156511 devices found:[{“label”:“None”,“value”:null}]
index.js:156513 video disabled
index.js:132671 FileField: set nativeClick
index.js:132674 FileField: clear nativeClick
index.js:132692 FileField: oops! need nativeClick
forms.js:250 FileField: set nativeClick
forms.js:253 FileField: clear nativeClick
forms.js:271 FileField: oops! need nativeClick
forms.js:250 FileField: set nativeClick
forms.js:253 FileField: clear nativeClick
forms.js:271 FileField: oops! need nativeClick
forms.js:250 FileField: set nativeClick
forms.js:253 FileField: clear nativeClick
forms.js:271 FileField: oops! need nativeClick
From my other computer (which does load the files, but doesn’t display anything - docs or the grid - in the viewport):
ReactDOM.js:73 Download the React DevTools for a better development experience: https://fb.me/react-devtools
warning.js:36 Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
printWarning @ warning.js:36
warning.js:36 Warning: Portal: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you’re not yet ready to migrate, create-react-class is available on npm as a drop-in replacement.
printWarning @ warning.js:36
object.js:138 settings.macros missing; setting to ObjectGotoXY0: ObjectLaserOff: Object__proto__: Object
loaded @ object.js:138
index.js:27 Uncaught TypeError: Cannot read property ‘getExtension’ of null
at new DrawCommands (index.js:27)
at WorkspaceContent.setCanvas (workspace.js:488)
at attachRef (ReactRef.js:20)
at Object.ReactRef.attachRefs (ReactRef.js:42)
at ReactDOMComponent.attachRefs (ReactReconciler.js:23)
at CallbackQueue.notifyAll (CallbackQueue.js:76)
at ReactReconcileTransaction.close (ReactReconcileTransaction.js:80)
at ReactReconcileTransaction.closeAll (Transaction.js:206)
at ReactReconcileTransaction.perform (Transaction.js:153)
at batchedMountComponentIntoNode (ReactMount.js:126)
forms.js:250 FileField: set nativeClick
forms.js:253 FileField: clear nativeClick
forms.js:266 FileField: use nativeClick
cam.js:283 loadDocument: readAsText
helpers.js:91 loadDocument: construct Parser
helpers.js:91 Skip tag : unsupported: Tag {element: sodipodi:namedview#base, name: “sodipodi:namedview”, parent: Tag, layer: null, attrs: Object…}attrs: Objectchildren: Array(0)element: sodipodi:namedview#baselayer: nullmatrix: Array(6)name: "sodipodi:namedview"parent: Tagpath: tpaths: Array(1)point: tshapes: Array(0)proto: Object
captures.forEach.item @ helpers.js:91
(anonymous) @ helpers.js:89
parser.parse.then.tags @ cam.js:262
helpers.js:91 Skip tag : unsupported: Tag {element: metadata#metadata5335, name: “metadata”, parent: Tag, layer: null, attrs: Object…}attrs: Objectchildren: Array(0)element: metadata#metadata5335layer: nullmatrix: Array(6)name: "metadata"parent: Tagpath: tpaths: Array(1)point: tshapes: Array(0)proto: Object
captures.forEach.item @ helpers.js:91
(anonymous) @ helpers.js:89
parser.parse.then.tags @ cam.js:262
cam.js:268 loadDocument: imageTagPromise
cam.js:270 loadDocument: dispatch
core.js:102 action DOCUMENT_LOAD @ 09:21:32.464
Now I know what’s happening. A cleanup timer is firing between before what it cleans up can be used. I’ll file an issue.
An OCD Cleanup Timer?..
Weird that it happens on the Pipo, but not on the other machines?!..