jonase / learndatalogtoday

Interactive Datalog Tutorial
Eclipse Public License 1.0
347 stars 52 forks source link

Attempting to run any query results in "Oh snap! EOF while reading" #5

Closed cgag closed 11 years ago

jonase commented 11 years ago

What browser are you using?

Can you provide an example query?

brentonashworth commented 11 years ago

I noticed this on Firefox 22 on Mac OSX. Works fine in Chrome and Safari.

It happens on every query including the very first one

[:find ?title
 :where
 [_ :movie/title ?title]]
jonase commented 11 years ago

Thanks @brentonashworth

I reproduced the behaviour on firefox and I'll start investigating as soon as possible.

jonase commented 11 years ago

I believe this is fixed now (at least for me, Ubuntu+Firefox 23)

brentonashworth commented 11 years ago

Thanks. Works for me on (OSX+Firefox 23).

cgag commented 11 years ago

Excellent. What was the cause if you don't mind me asking? I poked around in the source when I first discovered the problem and couldn't figure it out.