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
The text was updated successfully, but these errors were encountered:
femtozer
changed the title
Subattachement with no target breaks fetchThreadMessages
Subattachment with no target breaks fetchThreadMessages
Apr 2, 2019
Hmm, just out of curiosity, can you show a screenshot of what the subattachment is supposed to look like in the Messenger UI? But anyhow, you're right, this is a bug, and it should be fairly easy to just skip that subattachment entry
- Removed / privatized a lot of undocumented functionality, which might break some users application if they were relying on those (hence the minor version bump). See #432 for further reasoning
- Add `Client.forwardAttachment` and `Message.forwarded` attribute, see #420
- Fix parsing subattachments with no target, see #412
- Lots of other refactoring, aka. work on the transition towards v2
Description of the problem
fetchThreadMessages fails when a 'Story' attachment has subattachment without target
Code to reproduce
Attachment causing issue (the second subattachment has no target):
Traceback
Environment information
Python version 3.7
fbchat version 1.6.4
The text was updated successfully, but these errors were encountered: