BC100Dev

Results 75 comments of BC100Dev
trafficstars

> Unfortunately, Osintagram has not been updated to accommodate the modifications made by Instagram to their API system. As a result, the issue of compatibility continues to persist. Finding a...

> > > Unfortunately, Osintagram has not been updated to accommodate the modifications made by Instagram to their API system. As a result, the issue of compatibility continues to persist....

> Error parsing error response: Expecting value: line 1 column 1 (char 0) > Traceback (most recent call last): > File "/usr/local/lib/python3.11/dist-packages/instagram_private_api/client.py", line 523, in _call_api > response = self.opener.open(req,...

```shell python3 -m venv .env source .env/bin/activate pip3 install -r requirements.txt python3 main.py ``` In case that you don't have the `venv` module, then make sure to follow its error...

> credit: cyberducky0_0 on reddit > > I found the solution, > > First, the error: the http response is returning an html output. We are expecting a json format,...

> I suppose everyone is confronted to this issue > > how to bypass it ? VPN does not work Also, to answer your question, a "Too many Requests" error...

Off-Topic. Go to StackOverflow or other Forum websites, and ask there, when you are developing your own Software.

> The error you encountered is related to the Osintgram tool's integration with the Instagram Private API. It appears that the tool is unable to make a successful API call...

> i think the problem in the tool it not working in all time It's not the tool, it is the API of Instagram that the tool is using. And...

> The tool does not work, I also have the same problem Because it relies on the Backend APIs. Also, from one of the issues that I have seen, one...