You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having done some debugging, it seems that getSimpleHTMLDOM is returning an empty <div id="react-root" /> element, whereas in browser that div is populated by React with the feed elements.
Is there any way for RSS-Bridge to obtain the same DOM that the browser sees for React sites?
I have tried updating the user agent to match a working browser but that has no effect
The text was updated successfully, but these errors were encountered:
doowruc
changed the title
MixCloud now using React.js - cannot traverse DOM
MixCloud now using React.js - react-root is empty in DOM
Sep 2, 2020
MixCloud is now using React.js
Having done some debugging, it seems that getSimpleHTMLDOM is returning an empty
<div id="react-root" />
element, whereas in browser that div is populated by React with the feed elements.Is there any way for RSS-Bridge to obtain the same DOM that the browser sees for React sites?
I have tried updating the user agent to match a working browser but that has no effect
The text was updated successfully, but these errors were encountered: