GjjvdBurg / signal2html

Export a Signal backup to pretty HTML
MIT License
111 stars 15 forks source link

AttributeError: 'NoneType' object has no attribute 'new_members' #64

Closed Gajusbonus closed 2 years ago

Gajusbonus commented 2 years ago

Dear GJ, Thank you so much for this tool. The first db went very well, but another from a different phone has this issue. The reading of db finished without errors, but signal2html ended after 2 minutes with this output:

Traceback (most recent call last):

File "/home/gajus/.local/bin/signal2html", line 8, in

sys.exit(main())

File "/home/gajus/.local/lib/python3.8/site-packages/signal2html/main.py", line 20, in main

sys.exit(main())

File "/home/gajus/.local/lib/python3.8/site-packages/signal2html/ui.py", line 35, in main

process*backup(args.input*dir, args.output_dir)

File "/home/gajus/.local/lib/python3.8/site-packages/signal2html/core.py", line 679, in process_backup

populate_thread(

File "/home/gajus/.local/lib/python3.8/site-packages/signal2html/core.py", line 636, in populate_thread

sms*records = get*sms_records(db, thread, addressbook)

File "/home/gajus/.local/lib/python3.8/site-packages/signal2html/core.py", line 101, in getsmsrecords

data = get*data*from*body(*type, body, addressbook, _id)

File "/home/gajus/.local/lib/python3.8/site-packages/signal2html/core.py", line 379, in getdatafrom_body

data = get*group*update*data*v2(

File "/home/gajus/.local/lib/python3.8/site-packages/signal2html/core.py", line 326, in getgroupupdatedatav2

for member in change.new_members:

AttributeError: 'NoneType' object has no attribute 'new_members'

Gajusbonus commented 2 years ago

Sorry, this is a duplicate issue. Closing it now