PyInstaStories icon indicating copy to clipboard operation
PyInstaStories copied to clipboard

api.authenticated_user_name causes problems

Open HaujetZhao opened this issue 3 years ago • 1 comments

In my case, the api.authenticated_user_name is None, and it causes problem in line 121, str cannot concatenate None.

After commenting the lines relted to api.authenticated_user_name, the script ran then.

HaujetZhao avatar Feb 27 '21 07:02 HaujetZhao

#49 Solution: Chage authenticated_user_name to authenticated_user_id Line 84 and Line 121

Andy8r0X avatar Mar 06 '21 02:03 Andy8r0X