Passe
Passe
for reference the full path is `C:\Users\{user}\AppData\Local\pypoetry\Cache\virtualenvs\ultima-scraper-UEi9_8Jc-py3.10\Lib\site-packages\ultima_scraper_api\apis\onlyfans` @myps6415 correct me if im wrong but couldnt find the init file elsewhere
> change `chat_users = await self.get_chat_users()` to `chat_users = []` this will probably just scrape nothing as you set all chats to an empty array lol. to generally fix "KeyError:...
> requests are returning with 400 errors `{'error': {'code': 400, 'message': 'Bad Request'}}` for requests `https://onlyfans.com/api2/v2/chats?limit=100&offset=0&order=desc` @nilejturn22 u got an idea in what file this request is sent?
pls try starting with `ofscraper --output debug` and look at the exceptions. I got an "invalid syntax exception" because in the setup of file options I accidentally pressed return (\n)...