subzeroid / instagrapi-rest

RESTful API Wrapper for Instagram Private API
https://hikerapi.com/p/ygXxF38v
MIT License
499 stars 128 forks source link

update helpers.py #34

Closed Jmallone closed 2 years ago

Jmallone commented 2 years ago

Error when upload albuns

  File "/home/mariana/Delos/delos-agenda/instagrapi-rest/./routers/album.py", line 55, in album_upload
    return await album_upload_post(
  File "/home/mariana/Delos/delos-agenda/instagrapi-rest/./helpers.py", line 49, in album_upload_post
    fp = tempfile.NamedTemporaryFile(suffix=ext, delete=False, dir=td.name)
AttributeError: 'str' object has no attribute 'name'

Fix this issue