[GH-ISSUE #132] IndexError: list index out of range #35
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
TheLovinator/discord-twitter-webhooks#35
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hearhellacopters on GitHub (Jul 25, 2023).
Original GitHub issue: https://github.com/TheLovinator1/discord-twitter-webhooks/issues/132
Getting this error when I run the bot
@hearhellacopters commented on GitHub (Jul 25, 2023):
I think this has to do with a nitter end point not working. Changing to a different host seemed to work. Error code was a little unclear.
@TheLovinator1 commented on GitHub (Jul 25, 2023):
Hi, this should be fixed now.
I forgot to update the RSS feed before marking every entry as read. 🙃
@hearhellacopters commented on GitHub (Jul 25, 2023):
After doing a pull and running poetry install I noticed a few updates
Now when I run the bot it crashes
I reverted poetry.lock and the requirements.txt file and it's running again
@TheLovinator1 commented on GitHub (Jul 25, 2023):
Thanks, I downgraded Pydantic to 2.0.3 and that seems to work.
https://github.com/tiangolo/fastapi/discussions/9709#discussioncomment-6543584 I guess we will have to wait for this before updating