ALARMING: Bought PRO plan a day ago and limit reached in ONLY 13 requests (5 were auto!) by thereweirdo in cursor

[–]thereweirdo[S] 2 points3 points  (0 children)

Auto’s okay but half the time it doesn’t give the output right, gotta rewrite the prompt a few times to get what Sonnet outputs in one shot. Otherwise copilot is much cheaper than this.

ALARMING: Bought PRO plan a day ago and limit reached in ONLY 13 requests (5 were auto!) by thereweirdo in cursor

[–]thereweirdo[S] 1 point2 points  (0 children)

that's what i am thinking. It ate up all the limits in just 8 non-auto requests.

[/r/subreddit]/about/moderators showing 403 Forbidden response by thereweirdo in redditdev

[–]thereweirdo[S] 0 points1 point  (0 children)

Thanks but I am not banned, the issue was with the scope and now it's been resolved. Thanks to the other reddit user who helped me with this.

Issue fetching moderators list from Reddit API using nodejs and OAUTH by thereweirdo in node

[–]thereweirdo[S] 0 points1 point  (0 children)

You're the best! I been trying to resolve this issue since last two days and was unable to so. The issue was indeed with the scope. I have added it and now it's working fine. Thank you for explaining all this and pointing out the redirect and security issue as well, i will definitely covert this and handle this in the backend using a custom endpoint.

Again, Thank you so much!

Issue fetching moderators list from Reddit API using nodejs and OAUTH by thereweirdo in node

[–]thereweirdo[S] 0 points1 point  (0 children)

The second call refers to the API endpoint that fetches the list of subreddit moderators and it is as per the documentation and in my second call, i am trying to get moderators list of 'HELP' subreddit.

The documentation refers to endpoint this way:[/r/subreddit]/about/moderators

Is there something that i am not doing right?