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
To Reproduce
Configure a bridge with query string "?action=display&bridge=Instagram&context=Username&u=simon.hanselmann&media_type=all&direct_links=on&format=Atom", and pull it with curl.
In the docker logs for rss-bridge, I see lots of:
[Sun Dec 06 16:03:05.407134 2020] [php7:notice] [pid 16] [client 10.0.21.205:53210] PHP Notice: Trying to get property 'data' of non-object in /app/bridges/InstagramBridge.php on line 221
[Sun Dec 06 16:03:05.411478 2020] [php7:notice] [pid 16] [client 10.0.21.205:53210] PHP Notice: Trying to get property 'shortcode_media' of non-object in /app/bridges/InstagramBridge.php on line 221
[Sun Dec 06 16:03:05.411537 2020] [php7:notice] [pid 16] [client 10.0.21.205:53210] PHP Notice: Trying to get property 'edge_media_to_caption' of non-object in /app/bridges/InstagramBridge.php on line 206
[Sun Dec 06 16:03:05.411558 2020] [php7:notice] [pid 16] [client 10.0.21.205:53210] PHP Notice: Trying to get property 'edges' of non-object in /app/bridges/InstagramBridge.php on line 206
[Sun Dec 06 16:03:05.411579 2020] [php7:warn] [pid 16] [client 10.0.21.205:53210] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /app/bridges/InstagramBridge.php on line 206
[Sun Dec 06 16:03:05.411599 2020] [php7:notice] [pid 16] [client 10.0.21.205:53210] PHP Notice: Trying to get property 'edge_sidecar_to_children' of non-object in /app/bridges/InstagramBridge.php on line 170
[Sun Dec 06 16:03:05.411616 2020] [php7:notice] [pid 16] [client 10.0.21.205:53210] PHP Notice: Trying to get property 'edges' of non-object in /app/bridges/InstagramBridge.php on line 170
[Sun Dec 06 16:03:05.411635 2020] [php7:warn] [pid 16] [client 10.0.21.205:53210] PHP Warning: Invalid argument supplied for foreach() in /app/bridges/InstagramBridge.php on line 170
Expected behavior
I would expect to see the images associated with the post in my RSS reader.
Desktop (please complete the following information):
MacOS 11 Safari 14.0.1 client
Ubuntu 18.04.5 LTS server, rssbridge/rss-bridge docker image
The text was updated successfully, but these errors were encountered:
This particular issue should be fixed with PR #1920 which was merged a few hours ago. Data was often not being retrieved properly for posts with multiple images (sidecars) or with video(s). This functionality has been improved.
The instagram bridge seems to be detecting new posts, but instead of responding with content, returns "(no text)"
To Reproduce
Configure a bridge with query string "?action=display&bridge=Instagram&context=Username&u=simon.hanselmann&media_type=all&direct_links=on&format=Atom", and pull it with curl.
In the docker logs for rss-bridge, I see lots of:
Expected behavior
I would expect to see the images associated with the post in my RSS reader.
Desktop (please complete the following information):
MacOS 11 Safari 14.0.1 client
Ubuntu 18.04.5 LTS server, rssbridge/rss-bridge docker image
The text was updated successfully, but these errors were encountered: