Or as it turns out you can use the development version in which this bug is fixed…
See my reply to this post.
That has been happening to me as well. Turns out there is an easy fix – edit blogger-importer.php (Dashboard -> Plugins -> Editor) then find the line
function import_image($post_id, $lowrez, $highrez, $description, $imgcount, $postcontent, $blogname, $author) {
(on my installation it’s line 613) and add the line of code
if (is_null($description)) { $description = ''; }
immediately below. Then if you re-run the importer you should get all the images (though you’ll need to delete the imported posts if you’ve already run it as it’ll skip the posts if it thinks they’ve already been imported).
-
This reply was modified 9 years, 8 months ago by db9052.