Bug description
When extracting the messages text, Rexit crashes with a Option::unwrap() on a None value` error
This dies not hapen for images, which come down fine.
- Would you like to work on a fix? N
To Reproduce
Steps to reproduce the behavior:
Run rexit messages -t
Enter bearer token obtained from Dev Tools
Expected behavior
The text of the messages has been extracted.
Environment
- OS: MacOS 15.6
- Rexit version: 1.20 (installed thorugh homebrew)
Additional context
Looking over the repo a bit more, it seems that the 2.0 version might work. But I can only install through homebrew.
Bug description
When extracting the messages text, Rexit crashes with a
Option::unwrap()on aNonevalue` errorThis dies not hapen for images, which come down fine.
To Reproduce
Steps to reproduce the behavior:
Run rexit messages -t
Enter bearer token obtained from Dev Tools
Expected behavior
The text of the messages has been extracted.
Environment
Additional context
Looking over the repo a bit more, it seems that the 2.0 version might work. But I can only install through homebrew.