-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't use project.create_remix()/project.create_remix() が使えない #314
Comments
11行目までのコードを入力します。 i = 0
|
Update your scratchattach |
How can I update?2024/12/29 4:13 TheCommCraft ***@***.***>:
Update your scratchattach
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
pip install -U scratchattach |
even if updated it, it was impossible2024/12/29 8:49 TheCommCraft ***@***.***>:
pip install -U scratchattach
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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'
と出てしまいました。
The text was updated successfully, but these errors were encountered: