excalibur icon indicating copy to clipboard operation
excalibur copied to clipboard

Error:root:name 'self' is not defined

Open rrapstine opened this issue 6 years ago • 1 comments
trafficstars

I am attempting to upload a PDF and have excalibur parse through all pages. I am taken to the refresh page, where nothing happens no matter what I do. Terminal output shows this...

ERROR:root:name 'self' is not defined
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/excalibur/tasks.py", line 27, in split
    extract_pages, total_pages = get_pages(file.filepath, file.pages)
  File "/usr/local/lib/python3.7/site-packages/excalibur/utils/task.py", line 35, in get_pages
    infile.decrypt(self.password)

I am on version 0.4.2, which is what pip installed by default just a few minutes ago. Please advise.

rrapstine avatar Oct 30 '19 21:10 rrapstine

Looks like a bug.

vinayak-mehta avatar Nov 14 '19 22:11 vinayak-mehta