Closed (won't fix)
Project:
Remote File
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
17 Feb 2009 at 22:39 UTC
Updated:
1 Jun 2010 at 14:18 UTC
Ive setup feedapi and feedmapper to map enclosed images on feed items to a remote_link and have remote_file download the images to an imagefield. This seems to work fine for the most part however i run into this error pretty often which haults the feeds from refreshing during a cron run. From what i can tell all my images comign in are valid jpegs . The error message isnt very helpful..to me anyways...
The selected file c1a048327a5d8df89801c3b5b3afeea6.html; charset=utf-8 could not be saved.
* Only files with the following extensions are allowed: jpg jpeg png gif .
* Only JPEG, PNG and GIF images are allowed.
Comments
Comment #1
clemens.tolboomMy guess is the mapper is putting a normal html file link into the remote_link and next the remote_file module is trying to put that html file into an image field which will never work. What are your mapper settings?
I know I should update the module to a real remote _FILE_ instead of image only :-)
Comment #2
malukalu commentedfield_remote_feed_link : mapped to the enclosure jpg link
feld_remote_feed_image : field that remote_file uses to add the image
Seems to work on some feeds and crash out in the middle of others. is there a way to get it to output the feed node title in a debug message so i can find the rss feed item that causes it...see if i can fix it at the source.. ( using yahoo pipes)
Comment #3
Krummrey commentedI'm doing basically the same thing.
The error occurs when you're trying to map anything but an image.
I get that error when my pipes are broken because the image in question has been removed. Then my pipe points to an image that isn't there. I haven't figured out how to avoid it. Since it happes after the pipe has run.
Comment #4
clemens.tolboomI guess this is not fixable. The closure is trying to map something other then an image.