Instead of getting the polite "Could not retrieve title from feed." message, if I supply a nonsense feed URL, like "hfdfgfgd", the feed node is created with nonsense data, empty title and so on.
I assume this is a bug and this is not the desired behaviour of Feeds.

Comments

aron novak’s picture

alex_b’s picture

Status: Active » Fixed

Committed a fix:

http://drupalcode.org/viewvc/drupal/contributions/modules/feeds/feeds.mo...

The problem was that the error threw an exception and that in turn jumped over the execution of form_set_error.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.