LINE icon indicating copy to clipboard operation
LINE copied to clipboard

invited to no people group

Open naari3 opened this issue 9 years ago • 2 comments

client.refreshGroups() Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/site-packages/line/client.py", line 148, in refreshGroups self.addGroupsWithIds(self._getGroupIdsInvited(), False) File "/usr/lib/python2.7/site-packages/line/client.py", line 156, in addGroupsWithIds self.groups.append(LineGroup(self, group, is_joined)) File "/usr/lib/python2.7/site-packages/line/models.py", line 202, in init for member in group.members: TypeError: 'NoneType' object is not iterable

naari3 avatar Jun 07 '15 02:06 naari3

models.py

class LineGroup(LineBase):

def __init__():
    self.members = []
    if group.members:
        for member in group.members:
            self.members.append(LineContact(client, member))

Please consider well

naari3 avatar Jun 07 '15 04:06 naari3

This is somewhat special case because I can see all of the member list in my accounts. Can you explain details about which group don't display the members well?

carpedm20 avatar Jun 18 '15 18:06 carpedm20