1
(version_info)私はライン上でエラーを受け取ったのpython-ライブラリー(https://github.com/facebookarchive/python-instagram)Instagramの:Video.object_from_dictionaryエラー
user_id = 'MY_USER_ID'
access_token = 'MY_ACCESS_TOKEN'
api = InstagramAPI(access_token=access_token)
instagram_media, next_ = api.tag_recent_media(count=6, tag_name='MY_TAG')
(Instagramの/ models.py)に問題がある
new_media.videos[version] = Video.object_from_dictionary(version_info)
エラーは次のとおりです。__init__() got an unexpected keyword argument 'id'
ヒント:すべてのメディアがの場合は、(vi deo)ライブラリは完全に動作します。
ご協力いただきありがとうございます。