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
Traceback (most recent call last):
File "/Users/User/Documents/test.py", line 5, in<module>
mobile = Mobile("Username", "Password")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/User/Documents/env/lib/python3.12/site-packages/ensta/Mobile.py", line 72, in __init__
self.refresh_credentials(
File "/Users/User/Documents/env/lib/python3.12/site-packages/ensta/Mobile.py", line 103, in refresh_credentials
self.credentials = Credentials(
^^^^^^^^^^^^
File "/Users/User/Documents/env/lib/python3.12/site-packages/ensta/Credentials.py", line 73, in __init__
self.login(identifier, password, save_folder)
File "/Users/User/Documents/env/lib/python3.12/site-packages/ensta/Credentials.py", line 122, in login
raise AuthenticationError(
ensta.lib.Exceptions.AuthenticationError: Login failed with given credentials.
Response: {'message': "We couldn't find an account with the username Username. Check the username you entered and try again.", 'status': 'fail', 'error_title': 'Username Not Found', 'buttons': [{'title': 'Try Again', 'action': 'dismiss'}, {'title': 'Recover Your Account', 'action': 'show_recovery_challenge'}], 'invalid_credentials': True, 'exception_name': 'UserInvalidCredentials'}
I've tried using Web instead of Mobile as mentioned here but it seems that there is no option to return the followers.
What can I do to resolve this?
The text was updated successfully, but these errors were encountered:
I'm trying to use Ensta to print the list of followers from the profile, but unfortunately, I'm getting the following problem.
I've tried using
Web
instead ofMobile
as mentioned here but it seems that there is no option to return the followers.What can I do to resolve this?
The text was updated successfully, but these errors were encountered: