not-an-aardvark / snoowrap

A JavaScript wrapper for the reddit API
MIT License
1.01k stars 127 forks source link

reddit account activity log "unknown user-agent" for web app #368

Open aplotor opened 2 years ago

aplotor commented 2 years ago

saw on reddit account activity log that my reddit web app, which uses snoowrap to make requests, shows "unknown user-agent" for User-Agent, but i did include a valid user agent string when initializing the requester in the code. the app is fine functionally though, just would like the proper user agent to show up there. did anyone else encounter this?

image