Closed (fixed)
Project:
Feeds
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Jun 2018 at 15:59 UTC
Updated:
6 Oct 2021 at 09:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
andyrigby commentedComment #3
socialnicheguru commentedComment #4
socialnicheguru commentedCan this be rerolled against the latest dev?
git apply feeds-url-with-queryparam-filename-2977565-1.patch
error: patch failed: src/Feeds/Target/File.php:212
error: src/Feeds/Target/File.php: patch does not apply
patch -p1 < feeds-url-with-queryparam-filename-2977565-1.patch
patching file src/Feeds/Target/File.php
Hunk #1 FAILED at 212.
1 out of 1 hunk FAILED -- saving rejects to file src/Feeds/Target/File.php.rej
Comment #5
icampanaJust found this issue, actually I encountered the same issue while working on the MediaRSS support, so the same fix is included on the patch included in this issue (https://www.drupal.org/project/feeds/issues/3049802).
If it gets approved it should also solve this problem.
Comment #6
PierreRicci commentedComment #7
megachrizThere are more file target related issues. Tagging this with “Feeds file target”.
Comment #8
afireintheattic commentedPatch in #6 worked great for me. Marking as Needs Review as we should probably get some more eyes/reviews on this. Thanks!
Comment #9
tyler-durden commented+1 for patch in #6, I have tested it with dozens of feeds I created and it has worked lawlessly. Would love to see this in the next Beta release as it is just one line of extra code needed.
Comment #10
megachrizThanks for the patch! Now with test coverage.
Comment #13
megachrizCommitted #10. Thanks all for testing!
Comment #15
jandewit6 commentedIn line with this issue, I have something similar with feed importing pdf files when the download url ends with /?ext=pdf.
Same issue as reported earlier, feeds importer indicates that the extension is invalid.
Am using Feeds 8.x-3.0-alpha10.