charlesthomas/magpie

Magpie doesn't write anything

Erwyn opened this issue · 7 comments

Hello,

I just installed Magpie (So I potentially did crappy things with it), but I just can't figure out what's not working: whenever I try to create a notebook, everything seems to works well (nothing alarming in my console) but… nothing is created.

Any help?

I've never seen this before, unfortunately.

My best guess is that you don't have write permissions on the repo's path.

Do you know where I could maybe find some logs? To ease the understanding
of the situation.
Le 20 juin 2014 21:26, "Charles Thomas" notifications@github.com a écrit :

I've never seen this before, unfortunately.

My best guess is that you don't have write permissions on the repo's path.


Reply to this email directly or view it on GitHub
#14 (comment).

magpie's web config has more options than you can set in the UI config menu. If you look for web.cfg, you can set the "testing" field to True (it defaults to False). That will enable more verbose logging (to the console). I don't know if that will tell you what's really going on or not, but it might help.

I may have an idea on what's happenning. I'm trying to debug it, I'll let you know if it worked.

Pull request should fix this.

I had been seeing this issue as well. This patch corrects the issue for me as well.

i've merged #15, which sounds like it will resolve this issue.

release coming soon