标签: python reddit praw
我使用Oauth2Util进行授权。当机器人尝试阅读subreddit的帖子时,它会显示praw.errors.OAuthInsufficientScope: insufficient_scope on url https://oauth.reddit.com/r/pics/new.json?limit=200
praw.errors.OAuthInsufficientScope: insufficient_scope on url https://oauth.reddit.com/r/pics/new.json?limit=200
答案 0 :(得分:0)
您需要“历史”范围才能发挥作用。
使用此范围重新生成令牌,然后重试。