craftcms/feed-me

"No feed items to process" when overriding url using wget url param

Closed this issue · 1 comments

Description

I'm trying to get the url param to work when triggering job with wget. I get no error on the command, just a "No feed items to process." in the feed me log after execution. If I run the exact same url in feed me without overriding the url it works fine and also if I run the command without the url override. What am I doing wrong?

wget -O - -q -t 1 "https://my-site.ddev.site/index.php?p=actions/feed-me/feeds/run-task&direct=1&feedId=2&passkey=xyz&site=nz&url=https://maps.googleapis.com/maps/api/place/details/json?placeid=yyyy&key=xxxx"

Steps to reproduce

  1. runt same url request using wget and override url with same url.
  2. Check result.

Additional info

  • Craft version: 5.3.3
  • PHP version: 8.2.22
  • Database driver & version: MySQL 8.0.36
  • Plugins & versions: FeedMe 6.3.0