view · edit · sidebar · attach · print · history

20130828-debug-brand2csv

<< | Index | >>


Summary

  • Updated specs of brand2csv
  • Debuged response error on swissreg.ch

Commits / Patches

Pull Requests

Index / Status


Debug brand2csv

Specs fail in travis-ci.
It seems that webmock does not work.(It creates real HTTP Request)

Brand2csv rescued all Exception (All-Type).
I could not see Errors from Webmock. Then I checked with raise, by my self.

Finaly, I added 2 stubs. My HTML Sutbs were not enough ... ;(

commits

Following runners are same result.

% bundle exec rake spec
% bundle exec rspec

CI Result my cloned repository.


Add build status badge

I puted this badge into README.

build badge
commit

Update gem information

Added ngiger@ywesee.com.

commit

Debug response error on swissreg.ch

Sometimes, swissreg.ch returns response that it causes encoding error.

/usr/local/rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/cgi/util.rb:43:in `unescapeHTML'
/path/to/brand2csv/lib/brand2csv.rb:230:in `parseAddress'
/path/to/brand2csv/lib/brand2csv.rb:331:in `getMarkenInfoFromDetail'
/path/to/brand2csv/lib/brand2csv.rb:366:in `fetchDetails'
/path/to/brand2csv/lib/brand2csv.rb:548:in `block in fetchresult'
/path/to/brand2csv/lib/brand2csv.rb:543:in `each'
/path/to/brand2csv/lib/brand2csv.rb:543:in `fetchresult'
/path/to/brand2csv/lib/brand2csv.rb:574:in `run'
bin/brand2csv:94:in `<main>'
fetchDetails did not work reinit session and retry for 646773. nrRetries 1/3. e undefined method `encoding' for nil:NilClass
...

Skipped plz and ort detection of Inhaber (If it is nil), expectedly.

commit
view · edit · sidebar · attach · print · history
Page last modified on August 28, 2013, at 10:27 AM