Loading RSS feed failed.

Created on 5 April 2024, over 1 year ago

Problem/Motivation

Trying to see if this module can be used to hit our use case. Haven't been able to save a form though I keep getting Loading RSS feed failed.

Steps to reproduce

On the latest ddev
Added a link field to the content type
Added https://www.drupal.org/project/issues/rss/rss_embed_field β†’ as an example
Get the error

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ’¬ Support request
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States smustgrave

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @smustgrave
  • Status changed to Needs review 2 months ago
  • πŸ‡ΊπŸ‡ΈUnited States wolffereast

    It looks like the feed.bridge.reader service used in the field validator was deprecated in 9, this was working at some point so I'm not sure when it was fully removed, but it is not referenced in 10.3.14 which I'm currently on.
    https://www.drupal.org/node/3258656 β†’
    The module has the Laminas requirement in composer recommended in the deprecation notice but doesn't appear to redeclare the service. I put a quick patch together to see if it would work out and this appears to fix the issue. I renamed the service slightly to avoid confusion with the old service. I can add a merge request if this is going the correct direction.

Production build 0.71.5 2024