Imported topics don't show in category list?

I imported 238 topics to a category named ‘Problems’ that don’t show in the ‘Problems’ category list.


Strangely, at the same time, the imported topics show in Suggested Topics list.

      opts = {
        :user_id => 1,
        :title => row["title"],
        :raw => row["url"],
        :created_at => Time.strptime(row["created_at"], "%Y-%m-%d %H:%M:%S.%L"),
        :category => 4,
        :import_id => row["id"],
      }
      create_post( opts, "custom_import_id")