<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://theeyetribe.com/forum/feed.php?f=9&amp;t=611" />

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2016-07-20T21:18:23+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=9&amp;t=611</id>
<entry>
<author><name><![CDATA[cbarbour@nd.edu]]></name></author>
<updated>2016-07-20T21:18:23+02:00</updated>
<published>2016-07-20T21:18:23+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=611&amp;p=2597#p2597</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=611&amp;p=2597#p2597"/>
<title type="html"><![CDATA[Re: Error when trying to calibrate with Opensesame PyGaze]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=611&amp;p=2597#p2597"><![CDATA[
Are there any updates on this issue?<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=11033">skatacbarbour@nd.edu</a> — 20 Jul 2016, 21:18</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Martin]]></name></author>
<updated>2016-05-20T10:10:09+02:00</updated>
<published>2016-05-20T10:10:09+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=611&amp;p=2567#p2567</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=611&amp;p=2567#p2567"/>
<title type="html"><![CDATA[Re: Error when trying to calibrate with Opensesame PyGaze]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=611&amp;p=2567#p2567"><![CDATA[
Hi<br /><br />Thanks for reporting<br /><br />We are aware of the <a href="http://theeyetribe.com/forum/viewtopic.php?f=9&amp;t=605&amp;sid=d3d7ff46944de500efdad61d0ea57eca&amp;sid=d3d7ff46944de500efdad61d0ea57eca#p2557" class="postlink">compatibility issue</a> between PyGaze and version 0.9.77. I have created a bug report and will report back once it has been resolved by our developers.<br /><br />For now, please use version 0.9.56 until we get a patch out.<br /><br />Update:<br /><br />We've now debugged the PyTribe.py implementation. The reason it fails with the new server is due to stricter JSON validation.<br /><br />Message sent to server from PyGaze:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>{<br />   &quot;category&quot;: &quot;calibration&quot;,<br />   &quot;request&quot;: &quot;pointend&quot;,<br />}<br /></code></dd></dl><br /><br />Upon validating with <a href="http://jsonlint.com/" class="postlink">JSONLint</a> following error is reported. <br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>Error: Parse error on line 3:<br />...quest&quot;: &quot;pointend&quot;,}<br />----------------------^<br />Expecting 'STRING', got '}'<br /></code></dd></dl><br /><br />The last comma after pointend is not allowed in JSON whereby the server rejects the message. <br />It's a matter of a single character.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=117">skataMartin</a> — 20 May 2016, 10:10</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[agosto83@gmail.com]]></name></author>
<updated>2016-05-20T02:22:08+02:00</updated>
<published>2016-05-20T02:22:08+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=611&amp;p=2565#p2565</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=611&amp;p=2565#p2565"/>
<title type="html"><![CDATA[Error when trying to calibrate with Opensesame PyGaze]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=611&amp;p=2565#p2565"><![CDATA[
Hi, i'm trying to set an experiment in Opensesame with the ET, but the calibration phase always ends crashing. I have the ET server on and this happens even in the template pre-packaged to be used with the eye tracker.<br /><br />The log of the EyeTribe brings something like this (i suppose this is the important part):<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>2016-05-13 17:42:29.815|2340015440|I|Validating config chosen device<br />2016-05-13 17:42:42.817|2427200557|I|New connection detected &#91;176093691904&#93;<br />2016-05-13 17:42:43.853|1886814084|I|Setting up device properties<br />2016-05-13 17:42:43.899|1886814084|I|The device stream has started<br />2016-05-13 17:42:43.910|2427200557|I|Tracker started<br />2016-05-13 17:42:43.910|2427200557|I|Creating new connection &#91;176093691904&#93;<br />2016-05-13 17:42:47.213|2427200557|E|Invalid JSON format: &#91;{<br />&quot;category&quot;: &quot;calibration&quot;,<br />&quot;request&quot;: &quot;pointend&quot;,<br />}&#93;<br />2016-05-13 17:42:48.337|2427200557|I|Connection removed &#91;176093691904&#93;<br />2016-05-13 17:42:49.133|1886814084|I|The device stream has stopped<br />2016-05-13 17:42:49.137|2427200557|I|Tracker stopped</code></dd></dl><br /><br />Any help is greatly appreciated!<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=11379">skataagosto83@gmail.com</a> — 20 May 2016, 02:22</p><hr />
]]></content>
</entry>
</feed>