Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NYC is different. Handle it. #1

Open
kkurian opened this issue Jun 22, 2017 · 0 comments
Open

NYC is different. Handle it. #1

kkurian opened this issue Jun 22, 2017 · 0 comments
Labels

Comments

@kkurian
Copy link
Owner

kkurian commented Jun 22, 2017

DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): newyork.craigslist.org
DEBUG:urllib3.connectionpool:https://newyork.craigslist.org:443 "GET /fct/ HTTP/1.1" 200 10530
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): newyork.craigslist.org
DEBUG:urllib3.connectionpool:https://newyork.craigslist.org:443 "GET /fct//search/sof?query=python+%7C+ruby&is_telecommuting=1&employment_type=2&employment_type=3&employment_type=4 HTTP/1.1" 404 1844
Traceback (most recent call last):
File "/Users/kkurian/.pyenv/versions/3.6.1/lib/python3.6/pdb.py", line 1667, in main
pdb._runscript(mainpyfile)
File "/Users/kkurian/.pyenv/versions/3.6.1/lib/python3.6/pdb.py", line 1548, in _runscript
self.run(statement)
File "/Users/kkurian/.pyenv/versions/3.6.1/lib/python3.6/bdb.py", line 431, in run
exec(cmd, globals, locals)
File "", line 1, in
File "/Users/kkurian/Desktop/Repos/craigsgigs/crawl.py", line 3, in
import logging
File "./src/crawler.py", line 16, in crawl
query.process_next_page_parameters(npp)
File "./src/query.py", line 32, in process_next_page_parameters
assert 200 == r.status_code
AssertionError

@kkurian kkurian added the bug label Jun 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant