Error in Metric Requests: Troubleshooting 'NEXT' URL with some ig_reels Metrics.
In API Graph : {ID_Page}/media?fields=insights.metric(ig_reels_avg_watch_time,impressions,reach,saved,likes,comments,shares,plays,video_views,total_interactions)
When utilizing metrics such as : ig_reels_video_view_total_time ig_reels_avg_watch_time clips_replays_count ig_reels_aggregated_all_plays_count,
the request to the URL in 'NEXT' returns the following error : "error": { "message": "An unknown error has occurred.", "type": "OAuthException", "code": 1, "fbtrace_id": "AQRWB_UW7SYri2SKsiCuw_-" }
I have the same problem the request {ID_Page}/media?fields=insights.metric(clips_replays_count,ig_reels_aggregated_all_plays_count)&since=2024-02-17&until={TODAY}
Any request since 2024-02-17 until today return error
"error": {
"message": "An unknown error has occurred.",
"type": "OAuthException",
"code": 1,
"fbtrace_id": "AQRWB_UW7SYri2SKsiCuw_-" }
But requrest {ID_Page}/media?fields=insights.metric(clips_replays_count,ig_reels_aggregated_all_plays_count)&since=2024-01-01&until=2024-02-17
is works