Closed fireattack closed 2 years ago
instagram_private_api is using self.get_cookie_value('ds_user')
for the authenticated_user_name
value.
After the Instagram update, the cookie field ds_user
is no longer available. The login should be successful, it just doesn't show the name.
If authenticated_user_name
is the same as the username
we provided, perhaps just displaying the username would be fine.
PyInstaLive saves a cookie file in a "username.json" file from your login data.
If PyInstaLive in the standard configuration file or it was passed as a parameter that you want to log in and PyInstaLive has already created a cookie from this account PyInstaLive does not log in again because it is already logged in, hence the message.
Thank you
Fill in this template completely. Issues not following this template will be closed and ignored.
Check the boxes below by filling
[ ]
with anx
so it looks like[x]
.Use the Preview button to ensure the template is filled in correctly.
3.8.7
I am using:
To report a bug, fill in the information below.
Required files
pyinstalive_trueselfofficial.log
PyInstaLive information
Run
pyinstalive --info
and paste its output below. Don't forget to omit your username and password.Example:
Command used
Paste the command here that you are running. Don't forget to omit your username and password.
Example:
pyinstalive -d trueself_official
Behavior
While it can successfully log into the account, it shows "Successfully logged into account: None" instead of the account name. It used to work fine.
Steps to reproduce issue
-u
and-p
arguments), and try to download anything.