juliomalegria / python-craigslist

Simple Craigslist wrapper
MIT No Attribution
387 stars 117 forks source link

.show_filters() not working #42

Closed lanewinfield closed 6 years ago

lanewinfield commented 7 years ago
>>> from craigslist import CraigslistJobs
>>> CraigslistJobs.show_filters()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: type object 'CraigslistJobs' has no attribute 'show_filters'
lanewinfield commented 7 years ago

I think this was caused by CL blocking specific IPs (in this case, one from DigitalOcean). Was able to get this working on my local device though.

lanewinfield commented 7 years ago

Nevermind. Looks like it's still an issue. My local machine has no problem doing it, but both a local network raspberry pi as well as my DO droplet seem unable to both read show_filters OR run any parts of the script.

juliomalegria commented 7 years ago

Odd. Could it be that they don't have the latest version of python-craigslist? Can you run pip list and paste the output? List filters were added in version=1.0.2.