Reddit broke the traffic part of the API after the 10th
Since yesterday, queries to the traffic part of the API have been failing:
stats = reddit.subreddit("SubredditName").traffic()
prawcore.exceptions.BadRequest: received 400 HTTP response
It seems related to this change where the traffic stats page on old.reddit was retired but why would that affect the API? https://www.reddit.com/r/modnews/comments/1h7hcun/say_goodbye_to_newreddit_on_dec_11_2024/
Will this be fixed?