You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run the script it gives me an error http connection rejected 403
python3 cli.py -u instagram -t images
23:47:32 Info:Getting profile: @Instagram
23:47:33 Info:HTTP Request: GET https://www.picuki.com/profile/instagram "HTTP/1.1 403 Forbidden"
23:47:33 Error:Failed get info from: 'instagram', make sure username is correct!
Im using Python 3.12.3
From requirements
aiofiles==23.1.0 my is 23.2.1-2
aiohttp==3.8.4 my is 3.9.1-1ubuntu0.1
beautifulsoup4==4.10.0 OK
bs4==0.0.1 my is 4.12.3-1
httpx==0.24.1 my is 0.26.0-2
humanize==4.6.0 my is 4.9.0-1
rich==13.4.2 my is 13.7.1-1
colorama==0.4.6 my is 0.4.6-4
Is the script compatible with the latest python 3.12?
The text was updated successfully, but these errors were encountered:
When I try to run the script it gives me an error http connection rejected 403
Im using Python 3.12.3
From requirements
aiofiles==23.1.0 my is 23.2.1-2
aiohttp==3.8.4 my is 3.9.1-1ubuntu0.1
beautifulsoup4==4.10.0 OK
bs4==0.0.1 my is 4.12.3-1
httpx==0.24.1 my is 0.26.0-2
humanize==4.6.0 my is 4.9.0-1
rich==13.4.2 my is 13.7.1-1
colorama==0.4.6 my is 0.4.6-4
Is the script compatible with the latest python 3.12?
The text was updated successfully, but these errors were encountered: