api-client icon indicating copy to clipboard operation
api-client copied to clipboard

user_profile query is broken

Open pgulley opened this issue 1 year ago • 1 comments

currently, calling SearchAPI.user_profile() raises a json decoding related runtime error. Hopefully an easy fix? This is neccesary for a secure sous-chef interface on the web.

pgulley avatar Aug 06 '24 21:08 pgulley

The user_profile endpoint being hit here returns html, not json- so the bug is actually in web_search- I'll make an issue over there.

pgulley avatar Aug 07 '24 20:08 pgulley

seems to be working now

rahulbot avatar Jun 04 '25 18:06 rahulbot