Fork me on GitHub
#yada
<
2017-02-05
>
adrien19:02:33

hello the website for the documentation is down:

adrien19:02:55

500: Internal Server Error

There was an internal server error.

clojure.lang.ExceptionInfo: Error on GET {:response <#C0702A7SB|yada>.context.Response{:headers {}, :vary #{}, :produces {:media-type <#C0702A7SB|yada>.media_type.MediaTypeMap{:name "text/html", :type "text", :subtype "html", :parameters {}, :quality 1.0}, :charset <#C0702A7SB|yada>.charset.CharsetMap{:alias "UTF-8", :quality 1.0}}}, :resource yada.resource.Resource, :error #error {
 :cause nil
 :via
 [{:type java.lang.NullPointerException
   :message nil
   :at nil}]
 :trace
 []}}
	at clojure.core$ex_info.invokeStatic(core.clj:4617)
	at clojure.core$ex_info.invoke(core.clj:4617)
	at yada.methods$eval27169$fn__27176$fn__27187.invoke(methods.clj:198)
	at manifold.deferred$catch_SINGLEQUOTE_$fn__15442.invoke(deferred.clj:962)
	at manifold.deferred.Listener.onError(deferred.clj:220)
	at manifold.deferred.Deferred$fn__15218$fn__15219.invoke(deferred.clj:400)
	at clojure.lang.AFn.run(AFn.java:22)
	at io.aleph.dirigiste.Executor$Worker$1.run(Executor.java:62)
	at manifold.executor$thread_factory$reify__14605$f__14606.invoke(executor.clj:36)
	at clojure.lang.AFn.run(AFn.java:22)
	at java.lang.Thread.run(Thread.java:745)

dominicm19:02:01

@adrien thanks for letting us know. I think @malcolmsparks has been hacking on it today. The docs are available here in the mean time: https://github.com/juxt/yada/tree/master/doc

adrien19:02:56

oh fantastic, thank you

adrien19:02:05

sure, you're welcome

malcolmsparks23:02:25

thanks for pointing out the workaround @dominicm , site is now fixed, upgraded to 1.2.1

malcolmsparks23:02:14

@adrien apologies, and thanks for the alert here - it hadn't occurred to me that the yada docsite might have broken after some recent website activity

malcolmsparks23:02:22

should be all good now

malcolmsparks23:02:17

but yes, the docs are exactly as per the github site that @dominicm pointed to - plus the docsite is available if you clone yada and do a lein repl

malcolmsparks23:02:26

useful if you're ever offline

adrien23:02:18

No worries, I just wanted to mention it, not sure you had seen it

adrien23:02:30

Yes, the site is back online

adrien23:02:15

And thanks for the tip, I'll clone the repo, I'll be travelling this week without internet

adrien23:02:19

And by the way, thanks for the extended documentation, it's really helpful