scratchattach
scratchattach copied to clipboard
I can't use project.create_remix()/project.create_remix() が使えない
sessionに代入したloginで自分のアカウント(scratcherのアカウント)にログインし、projectに代入したconnect_projectを使って、project.create_remix()でリミックスしようとしました。
以下がエラーの文です。
Traceback (most recent call last): File "c:\users\フォルダ名1\フォルダ名2\フォルダ名3\ファイル名1.py", line 11, in <module> project.create_remix() ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Project' object has no attribute 'create_remix'
と出てしまいました。