Brad Barbin

Results 14 comments of Brad Barbin

javascript: https://github.com/commaai/log_reader_js python: https://github.com/commaai/openpilot/blob/master/tools/lib/logreader.py

From what I can tell, the problem is with the `is_claims_admin()` function. If I remove the `is_claims_admin()` check from `get_claims` and `get_claim` -- I am unblocked, but I have a...

> getting the same like you when using "set_claim" in rpc (My supabase client has a service role key) For `set_claims` this is what I've been doing instead: ```ts getSupabaseServiceRole().auth.admin.updateUserById(userId,...