dvingerh / PyInstaStories

Python script to download Instagram stories from Instagram users.
MIT License
329 stars 74 forks source link

error #52

Open ammark11 opened 3 years ago

ammark11 commented 3 years ago

i get this error [E] Unexpected Exception: can only concatenate str (not "NoneType") to str

what should i do?

toprakmurat commented 3 years ago

Yeah i also get this error, too. Waiting for the solution

toprakmurat commented 3 years ago

Oh, I found the solution. Just change api.authenticated_user_name in line 84 and 121 to api.authenticated_user_id. It worked for me