ABC download error

Issue #117 invalid
Tyler Durden created an issue

Getting this error when trying to download from ABC

Traceback (most recent call last):
  File "grabber.py", line 62, in <module>
    main()
  File "grabber.py", line 55, in main
    if not n.download():
  File "n:\webdl\iview.py", line 59, in download
    token, token_hostname= self.get_auth_details()
  File "n:\webdl\iview.py", line 43, in get_auth_details
    token = auth_doc.xpath("//auth:tokenhd/text()", namespaces=NS)[0]
  File "src\lxml\etree.pyx", line 2292, in lxml.etree._ElementTree.xpath
  File "src\lxml\etree.pyx", line 1870, in lxml.etree._ElementTree._assertHasRoot
AssertionError: ElementTree not initialized, missing root

Comments (2)

  1. Log in to comment