Where you able to fix this?
Try version 0.10, which just landed. It includes a fix that should help with 403 errors.
I created a bog at wordpress.com. There the plugin works. Imported my posterous blog and exported it. And then imported to my .org blog. What a slept but it works.
justinkelly, maybe the sleep command isn’t long enough. If you’re feeling brave, edit the plugin in a text editor. Look for references to “usleep” and change the number inside parentheses so that the first digit is a 2 or even a 3 (don’t go much higher than that). Usually Posterous wants you to wait a second between requests, but I suppose it’s possible that in some cases it wants you to wait longer or that the timing currently built into the plugin is too close to 1 second to satisfy Posterous’s limit.
using last version
everytime i try to import
“Got HTTP code 403 from http://posterous.com/api/getsites”
Thanks dllh!
usleep( 3100000 ); worked for me