Hi!
I just cloned Batavia (earlier today) and I am following the Tutorial on the documentation and I'm not getting the expected behaviour when I click on "Run sample.py" in the Batavia testbed.
My window sits on "Open a new web page..." and nothing happens. This is on Chrome. I also tried on Firefox and it didn't work either.
I can confirm that JavaScript is enabled on both browsers.
When I open Chrome's developer tools on Batavia's testbed I get the following error:
Traceback (most recent call last):
File "sample.py", line 85, in <module>
File "sample.py", line 64, in main
TypeError: Cannot convert undefined or null to object
This message also points out to an issue on VirtualMachine.js:389
See screenshot of Chrome's console opened.
I have tried the basics (shutting the testserver down and back up, shutting computer down and up, relaunching browser) but I seen to be stuck.
I'm running this on Mac OS X Yosemite.
Also, not sure if it's related or not:
I opened sample.py on Atom to take a look at lines 85 and 64 and I noticed that Atom is complaining about dom and native:
Unable to import 'dom' at line 1 col 1
Unable to import 'native' at line 73 col 4
Since the tutorial has no mention of any of these modules I didn't do anything about it.
So, has anyone ran into this issue (new window not launching) or has any suggestion? I appreciate any help.
Thanks!
Flávia