You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-10-02T16:00:09 UTC discord.ext.tasks [ERROR] Unhandled exception in internal background task 'every_day'.
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/instagrapi/mixins/private.py", line 359, in _send_private_request
response.raise_for_status()
File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://i.instagram.com/api/v1/accounts/login/
During handling of the above exception, another exception occurred:
but then the function never ran again. So, we should probably handle that better
The text was updated successfully, but these errors were encountered:
I think when this function ran:
niotbot/modules/publish_manager.py
Lines 40 to 43 in 499261a
I got this error:
but then the function never ran again. So, we should probably handle that better
The text was updated successfully, but these errors were encountered: