Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'NoneType' object has no attribute 'group' #1

Closed
o-kki opened this issue Apr 18, 2022 · 2 comments
Closed

AttributeError: 'NoneType' object has no attribute 'group' #1

o-kki opened this issue Apr 18, 2022 · 2 comments

Comments

@o-kki
Copy link

o-kki commented Apr 18, 2022

Hello? I am trying to retrieve my FB conversation’s inbox using your API(messyger).
However, the value of ‘schema_version’ in line 57 of your code was empty.
I checked the schema_version’s value by debugging, I couldn’t find the value in ‘Inbox_html_page’. So, I could not retrieve ‘schemaVersion’ in line 90. Would you give me some advice on what I to do? THX :D

@o-kki
Copy link
Author

o-kki commented Apr 18, 2022

  • attachment
    image

@raxod502
Copy link
Member

Unfortunately, since the upstream API is always changing, projects like this are bound to go out of date. I've updated the README in 486c95e to reflect this and give some suggestions about how to fix things (mostly, use Unzuckify as an additional reference).

As a one-off, though, I took a quick look and indeed I can reproduce the error you're reporting here. I suspect it's the same issue I patched in radian-software/unzuckify@fb9fb30 and neighboring commits, so if you do the same I'm guessing you can get it working again. (I get alerted automatically whenever Unzuckify stops working, so I know that code is sound.)

@raxod502 raxod502 changed the title How do I call my FB accounts's inbox(conversations)? AttributeError: 'NoneType' object has no attribute 'group' Apr 22, 2022
@raxod502 raxod502 pinned this issue Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants