You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: