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

DEVELOPMENT VERSION (v 1.2) #127

Merged
merged 49 commits into from
Apr 3, 2021
Merged

DEVELOPMENT VERSION (v 1.2) #127

merged 49 commits into from
Apr 3, 2021

Conversation

Datalux
Copy link
Owner

@Datalux Datalux commented Mar 31, 2021

@Datalux Datalux changed the title DEVELOPMENT VERSION (1.2) DEVELOPMENT VERSION (v 1.2) Mar 31, 2021
.gitignore Outdated Show resolved Hide resolved
main.py Outdated Show resolved Hide resolved
src/Osintgram.py Outdated Show resolved Hide resolved
src/Osintgram.py Outdated Show resolved Hide resolved
@adejuanda
Copy link

Attempt to login...
ClientCookieExpiredError/ClientLoginRequiredError: login_required
Traceback (most recent call last):
File "/data/data/com.termux/files/home/Osintgram/src/Osintgram.py", line 1096, in login
self.api = AppClient(
File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/instagram_private_api/client.py", line 207, in init
raise ClientLoginRequiredError('login_required', code=400)
instagram_private_api.errors.ClientLoginRequiredError: login_required

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/data/data/com.termux/files/home/Osintgram/main.py", line 122, in
api = Osintgram(args.id, args.file, args.json)
File "/data/data/com.termux/files/home/Osintgram/src/Osintgram.py", line 38, in init
self.login(u, p)
File "/data/data/com.termux/files/home/Osintgram/src/Osintgram.py", line 1106, in login
self.api = AppClient(auto_patch=True, authenticate=True, username=u, password=p,
File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/instagram_private_api/client.py", line 207, in init
raise ClientLoginRequiredError('login_required', code=400)
instagram_private_api.errors.ClientLoginRequiredError: login_required

@adejuanda
Copy link

How to fix it?

main.py Outdated Show resolved Hide resolved
Datalux and others added 4 commits April 2, 2021 20:00
Co-authored-by: Christian Clauss <cclauss@me.com>
Enabling Docker and Docker-compose Support 🐳
@Datalux
Copy link
Owner Author

Datalux commented Apr 3, 2021

I think this version can be released! 😄

@Datalux Datalux merged commit fb1c82f into master Apr 3, 2021
@adejuanda
Copy link

Thanks so much 🙏🙏

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.