Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix to critical codebase breaking JSON parse error from public_a1_request #769

Merged
merged 1 commit into from
Jul 13, 2022
Merged

Fix to critical codebase breaking JSON parse error from public_a1_request #769

merged 1 commit into from
Jul 13, 2022

Conversation

trevtravtrev
Copy link
Contributor

The current public_a1_request() function in public.py is broken and causes crashes:

Status 200: JSONDecodeError in public_request

public_a1_request() is a critical low level function used by a large amount of instagrapi high level functions. This is a tested and simple fix, please merge ASAP.

Fixes #752

@adw0rd adw0rd merged commit e12000d into subzeroid:master Jul 13, 2022
@adw0rd
Copy link
Contributor

adw0rd commented Jul 13, 2022

@trevtravtrev big thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Receiving a JSON Parse error
2 participants