python-goose icon indicating copy to clipboard operation
python-goose copied to clipboard

Getting a No Such File or Directory error

Open lsemel opened this issue 10 years ago • 1 comments

  File "goose/__init__.py", line 37, in __init__
    self.initialize()
  File "goose/__init__.py", line 81, in initialize
    os.remove(path)

Separately, is there a way to use Goose without the need for tempfiles?

lsemel avatar Mar 26 '15 22:03 lsemel

When I pass 'local_storage_path' as None to Goose, I get another error, AttributeError: 'NoneType' object has no attribute 'endswith'in the release_resources method in crawler.py

lsemel avatar Mar 26 '15 22:03 lsemel