View Single Post
Old 02-11-2009, 05:02 PM   #39
-Thomas-
Addict
-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.
 
-Thomas-'s Avatar
 
Posts: 325
Karma: 1725
Join Date: Dec 2007
Location: Münster, Germany
Device: iRex iLiad v2
Exclamation

Thanks for pointing me towards this. Feedbooks changed something at their API (they now require the MD5 hash of your password...), so the script gave this error. Either download the new version from my original posting or change the following two things at your script/feedbooks.rb:

1. Add a line after line #12:
Code:
require "digest/md5"
2. Change line #33 to
Code:
request.basic_auth @feedbooks_username, Digest::MD5.hexdigest(@feedbooks_password)

Last edited by -Thomas-; 02-11-2009 at 05:07 PM.
-Thomas- is offline   Reply With Quote