【发布时间】:2013-11-22 22:32:24
【问题描述】:
尝试使用 Mechanize 浏览 KBB.com。我创建了一个新代理
agent = Mechanize.new
工作正常。
page = agent.get('http://www.kbb.com/toyota/mr2/1993-toyota-mr2/
styles/?intent=buy-used')
返回页面。
page.link_with(:text => "Choose this style").click
给我这个
page.link_with(:text => "Choose this style").click
Mechanize::ResponseCodeError: 500 => Net::HTTPInternalServerError for
http://www.kbb.com /toyota/mr2/1993-toyota-mr2/coupe-2d/options/?
vehicleid=11263&intent=buy- used&pricetype=&path=&filter= -- unhandled response
在 craigslist 上运行良好。为什么不是 kbb?
【问题讨论】: