Hi,

I downloaded the CMS toolkit 'marker' from github 
(https://github.com/marklogic/marker), ran the install script using CQ 
(completed successfully), then tried to initiate the setup from 
http://localhost:8100/. The setup seems to finish succesfully, but then a 
facebook/github login pops up. I tried the github login, but at returning from 
github, something goes wrong. The code breaks because a binary doc is being 
returned from github, and gets passed in like that to 
/plugins/security/library/oauth2.xqy oauth2:parseAccessToken(). The tokenize on 
line 102 chokes on this binary doc, it is obviously expecting something else.

Wrapping $responseText in string(data(..)) (just a wild attempt to apply a 
quick fix) didn't help much. The error disappeared, but now I have a blank page.

Anyone got a clue?

Kind regards,
Geert
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to