pwaldhauer / amazon-account-crawler

Crawls amazon.de account
http://knuspercode.de
32 stars 14 forks source link

amazon.de - Seems like I could not log you in. #6

Closed ghost closed 11 years ago

ghost commented 11 years ago

Doof... :/

pwaldhauer commented 11 years ago

Da hat sich wohl mal wieder was am Amazon HTML geändert. :D Werde mir das evtl mal ansehen.

ghost commented 11 years ago

Wenn die Meldung aussagekräftiger wäre, würde ich mich ja selbst daran versuchen. ;)

pwaldhauer commented 11 years ago

select_form = orders_page.form_with(:id => 'order-dropdown-form') if (select_form == nil) puts "Seems like I could not log you in. I'm sorry :(" Process.exit end

Der Versucht da wohl irgendwo eine

mit der id "order-dropdown-form" zu finden, die gibt's wohl nicht mehr.

ghost commented 11 years ago

Okay, das ist mir dann doch zu hoch, sorry...

Hm, okay, scheinbar gibt es "order-dropdown-form" noch - mal sehen..

pwaldhauer commented 11 years ago

Fixed!