gkellogg / rdf-distiller

Translate any RDF format to any other using Ruby RDF gems
http://rdf.greggkellogg.net/
The Unlicense
20 stars 6 forks source link

Internal server error #7

Closed Janpot closed 9 years ago

Janpot commented 9 years ago

On following url: http://rdf.greggkellogg.net/distiller?format=jsonld&in_fmt=rdfa&uri=http://crefovi.com

Janpot commented 9 years ago

Another one: http://rdf.greggkellogg.net/distiller?format=jsonld&in_fmt=rdfa&uri=http://gem-corporation.be

gkellogg commented 9 years ago

The current architecture has problems handling different exceptions, and they get rendered as server errors. I've been planing to refactor it, along the lines of changes I made to the Linter. This would make it a webApp which handled server requests using an Ajax request, and so would be more resilient to parser exceptions.

Janpot commented 9 years ago

Ok, I understand. Do you want me to add more examples when I find them or do these suffice?

gkellogg commented 9 years ago

Unless they're really quite different things, they're all examples of the same underlying problem.

gkellogg commented 9 years ago

Fixed and deployed in 44de22bc5990fe85ac0172a1d53fc77429bade42