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
user(user_id).recent_media endpoint results in JSON::ParserError for me.
Example code @instas = InstagramApi.user('testusername').recent_media
Error response is significant. Here's a taster - can share more if wanted.
784: unexpected token at ' <title> Page Not Found • Instagram </title> <script type="text/javascript"> (function() { var docElement = document.documentElement; var classRE = new RegExp('(^|\s)no-js(\s|$)'); var className = docElement.className; docElement.className = className.replace(classRE, '$1js$2'); })(); </script> <script type="text/javascript"> (function() { if ('PerformanceObserver' in window && 'PerformancePaintTiming' in window) { window.__bufferedPerformance = []; var ob = new PerformanceObserver(function(e) { window.__bufferedPerformance.push.apply(window.__bufferedPerformance,e.getEntries()); }); ob.observe({entryTypes:['paint']}); } })(); </script>
The text was updated successfully, but these errors were encountered:
user(user_id).recent_media endpoint results in JSON::ParserError for me.
Example code
@instas = InstagramApi.user('testusername').recent_media
Error response is significant. Here's a taster - can share more if wanted.
784: unexpected token at ' <title> Page Not Found • Instagram </title> <script type="text/javascript"> (function() { var docElement = document.documentElement; var classRE = new RegExp('(^|\s)no-js(\s|$)'); var className = docElement.className; docElement.className = className.replace(classRE, '$1js$2'); })(); </script> <script type="text/javascript"> (function() { if ('PerformanceObserver' in window && 'PerformancePaintTiming' in window) { window.__bufferedPerformance = []; var ob = new PerformanceObserver(function(e) { window.__bufferedPerformance.push.apply(window.__bufferedPerformance,e.getEntries()); }); ob.observe({entryTypes:['paint']}); } })(); </script>
The text was updated successfully, but these errors were encountered: