Entity
のコレクションから特定のものを削除しようとしてEntityCollection
いますが、機能していないため、例外が発生します: list.remove(x): x not in list
。
コードの抜粋は次のとおりです。
user.platformSubscriptions.remove(platform)
プラットフォーム変数は、実際には platformSubscriptions コレクションにあります。
Entity
のコレクションから特定のものを削除しようとしてEntityCollection
いますが、機能していないため、例外が発生します: list.remove(x): x not in list
。
コードの抜粋は次のとおりです。
user.platformSubscriptions.remove(platform)
プラットフォーム変数は、実際には platformSubscriptions コレクションにあります。