ljdump v1.5.1 fails. This is what I get:
$ ./ljdump.py Fetching journal entries for: ********* Traceback (most recent call last): File "./ljdump.py", line 370, in <module> ljdump(server, username, password, username) File "./ljdump.py", line 132, in ljdump ljsession = getljsession(Server, Username, Password) File "./ljdump.py", line 60, in getljsession r = urllib2.urlopen(server+"/interface/flat", "mode=getchallenge") File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 400, in open response = meth(req, response) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 513, in http_response 'http', request, response, code, msg, hdrs) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 438, in error return self._call_chain(*args) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 372, in _call_chain result = func(*args) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 521, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 405: Method Not Allowed Anyone else having this problem? |