这个 instaloader 错误有解决方案吗?
Retrieving saved posts...
Traceback (most recent call last):
File "C:\Users\NAME\PycharmProjects\pythonProject1\main.py", line 7, in <module>
instance.download_saved_posts()
File "C:\Users\NAME\PycharmProjects\pythonProject1\venv\lib\site-packages\instaloader\instaloader.py", line 80, in call
return func(instaloader, *args, **kwargs)
File "C:\Users\NAME\PycharmProjects\pythonProject1\venv\lib\site-packages\instaloader\instaloader.py", line 1070, in download_saved_posts
node_iterator = Profile.own_profile(self.context).get_saved_posts()
File "C:\Users\NAME\PycharmProjects\pythonProject1\venv\lib\site-packages\instaloader\structures.py", line 898, in get_saved_posts
raise LoginRequiredException("--login={} required to get that profile's saved posts.".format(self.username))
instaloader.exceptions.LoginRequiredException: --login=j93platinum required to get that profile's saved posts.
Process finished with exit code 1