Closed (fixed)
Project:
VoiceBox
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2010 at 18:09 UTC
Updated:
28 Jan 2011 at 19:40 UTC
Importing of any feed results in the error "failed with code -1003."
I'm trying the tar version and full install.
A few things that may be of note which may be correct functionality:
1) There is no option for OMPL Import option
2) Under Features, none of the Feed items are enabled and Feeds News shows a conflict with voicebox_imported_content
I will clear my database and try few install options.
Thanks for this profile, it looks like a nice setup, looking forward to playing around with it!
Rob
Comments
Comment #1
robertem commentedRe-installed, reset permissions, etc. still an issue, feed import fails -1003 and no OMPL Import option. All other functions work.
Am I the only one seeing this problem?
I'm testing locally with MAMP and php 5.2.5 if that makes any difference, maybe I'll try on a linux box.
Comment #2
bonobo commentedThe site does not ship with the "Import OPML" option -
An earlier version had that in place, but we removed it from the alpha release, as we stopped using the "Feeds Defaults" module.
RE: "Under Features, none of the Feed items are enabled and Feeds News shows a conflict with voicebox_imported_content" - that's because we aren't using them - the "conflict" just means that you can't install two features simultaneously, not that anything is broken.
To get OMPL import working, add an OPML parser at admin/build/feeds/create -
RE: the error on import: seems to be getting addressed in #723548: Provide better URL validation and error reporting for invalid feed URLs
Comment #3
bonobo commentedThe RSS import functionality was tested on a pretty large number of feeds before we released the alpha.
One of the issues noted in #723548: Provide better URL validation and error reporting for invalid feed URLs is Safari adding feed:// (as opposed to http://) to the beginning of a feed.
Comment #4
bonobo commentedSetting to postponed, as this will be resolved in #723548: Provide better URL validation and error reporting for invalid feed URLs
Comment #5
robertem commentedYep, seems like that is the issue. Changing to http:// in Firefox corrects the issue. Thanks.
Comment #6
jgraham commentedThe next release of voicebox will have the patch as found here; http://drupal.org/node/723548#comment-3940512