Re: HTTP 405, Method Not Allowed

2012-03-29 Thread Ken Klingman
._call_chain(*args)   File /usr/lib/python2.7/urllib2.**py, line 372, in _call_chain     result = func(*args)   File /usr/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

Re: HTTP 405, Method Not Allowed

2012-03-29 Thread Christian Hammond
/urllib2.**py, line 372, in _call_chain result = func(*args) File /usr/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 If I simply add /reviews to the URL

HTTP 405, Method Not Allowed

2012-03-27 Thread Ken Klingman
/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 If I simply add /reviews to the URL, it works fine and I get the XML returned with all the reviews. Incidentally, I also get

Re: HTTP 405, Method Not Allowed

2012-03-27 Thread Ken Klingman
/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 If I simply add /reviews to the URL, it works fine and I get the XML returned with all the reviews. Incidentally, I also get a 405

Re: HTTP 405, Method Not Allowed

2012-03-27 Thread Christian Hammond
Error 405: Method Not Allowed If I simply add /reviews to the URL, it works fine and I get the XML returned with all the reviews. Incidentally, I also get a 405 when accessing a RB user's set of XML (api/users/rb username). This has been driving me nuts, so any help would be greatly appreciated