instagrapi icon indicating copy to clipboard operation
instagrapi copied to clipboard

set_uuids not working

Open elmissouri16 opened this issue 3 years ago • 2 comments

Describe the bug set_uuids not working as expected when you set it before login and try to see if uuids are matched before and after login they arent

To Reproduce

from instagrapi import Client
uuids = {
    "phone_id": "b44e7245-8fb9-416b-a432-139c562bd2da",
    "uuid": "5c24cd86-7a21-4299-9f50-3ff75eae460a",
    "android_device_id": "android-f0270b70090d7384",
}

client = Client()
client.set_uuids(uuids)
client.login('USERNAME', 'PASSWORD')
print(client.phone_id)
print(client.uuid)
print(client.android_device_id)

Traceback No TraceBack

Expected behavior the uuids before login should be the same after login

elmissouri16 avatar Aug 20 '21 11:08 elmissouri16

@adw0rd any updates on this

elmissouri16 avatar Aug 25 '21 18:08 elmissouri16

https://gist.github.com/elmissouri16/1ee6246ecc81f661c9e5e8df8e0dbd60

adw0rd avatar Aug 28 '21 17:08 adw0rd