luzc08 / pdftoref

Automatically exported from code.google.com/p/pdftoref
0 stars 0 forks source link

Problem with soappy 0.12.0 ? #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use sappy 0.12.0
2. run pdftoref
3. see if failing

What is the expected output? What do you see instead?

Here is what is print when using pdftoref :

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/pdftoref/pdftoref.py", line 183,
in <module>
    main()
  File "/usr/lib/python2.6/site-packages/pdftoref/pdftoref.py", line 34, in
main
    do(content,urlFlag,bibtexFlag)
  File "/usr/lib/python2.6/site-packages/pdftoref/pdftoref.py", line 117, in do
    HtmlWriter.write(entries,titles,content,urlFlag,bibtexFlag)
  File "/usr/lib/python2.6/site-packages/pdftoref/HtmlWriter.py", line 103,
in write
    url =  spider.googleSearch(title)
  File "/usr/lib/python2.6/site-packages/pdftoref/Crawler/Spider.py", line
46, in googleSearch
    _safeSearch, _lang_restrict, '', '' )
  File "/usr/lib/python2.6/site-packages/SOAPpy/Client.py", line 470, in
__call__
    return self.__r_call(*args, **kw)
  File "/usr/lib/python2.6/site-packages/SOAPpy/Client.py", line 492, in
__r_call
    self.__hd, self.__ma)
  File "/usr/lib/python2.6/site-packages/SOAPpy/Client.py", line 363, in __call
    config = self.config)
  File "/usr/lib/python2.6/site-packages/SOAPpy/Client.py", line 263, in call
    raise HTTPError(code, msg)
SOAPpy.Errors.HTTPError: <HTTPError 405 Method Not Allowed>

Original issue reported on code.google.com by Nathanae...@gmail.com on 24 Oct 2009 at 10:03