python-goose
python-goose copied to clipboard
Getting a No Such File or Directory error
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?
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