[Bug 689328] Re: editmoin always responds error: body information not found

2011-09-15 Thread Jared Greenwald
I'm still seeing this issue when connecting to a 1.5.3 moin wiki on 11.10 with the 1.17-1 version of editmoin. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/689328 Title: editmoin always responds

[Bug 689328] Re: editmoin always responds error: body information not found

2011-09-15 Thread Jared Greenwald
Here's the stack and a bit of the trace... $ editmoin http://personal_page_url Password for my_moin_id: Traceback (most recent call last): File /usr/bin/editmoin, line 503, in module main() File /usr/bin/editmoin, line 497, in main edit(argv[0], template) File /usr/bin/editmoin,

[Bug 689328] Re: editmoin always responds error: body information not found

2011-08-18 Thread Brian Murray
This bug was fixed in the package editmoin - 1.17-1 --- editmoin (1.17-1) unstable; urgency=low * New upstream release: - Use sensible-editor instead of vi to pick up the system level editor preference. - Add support for URLs that include query parameters. * Switch

[Bug 689328] Re: editmoin always responds error: body information not found

2011-06-22 Thread Brian Murray
This is not fixed: http://bazaar.launchpad.net/~niemeyer/editmoin/trunk/view/head:/editmoin#L336 ** Also affects: editmoin (Ubuntu) Importance: Undecided Status: New ** Changed in: editmoin (Ubuntu) Status: New = Triaged ** Changed in: editmoin (Ubuntu) Importance:

[Bug 689328] Re: editmoin always responds error: body information not found

2011-06-22 Thread Brian Murray
In addition to Loic's patch to get editmoin to work with wiki.ubuntu.com I had to add the following: if moinurl.startswith(https://wiki.ubuntu.com;): urlopener.addheader(Cookie, MOIN_SESSION_80_ROOT=%s % cookievalue) That seems rather terrible but I can use