Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-1499

Error on startup syncdb => AttributeError: 'int' object has no attribute 'playerid'

    XMLWordPrintable

Details

    Description

      Hello people

      First I want to thank you for your beautifull and usefull project

      And now my bug ^^'

      I tried to install mumble-django but just at the startup of a syncdb using ICE I was stopped by this error :

      {{{
      File "/home/mumble-django/pyweb/mumble/MumbleCtlIce.py", line 267, in getRegisteredPlayers
      ret.append([user.playerid, self.setUnicodeFlag(user.name), self.setUnicodeFlag(user.email), self.setUnicodeFlag(user.pw)])
      AttributeError: 'int' object has no attribute 'playerid'
      }}}

      Corresponding on the file //MumbleCtlIce.py// =>

      {{{
      class MumbleCtlIce_120(MumbleCtlIce_118):
      def getRegisteredPlayers(self, srvid, filter = '':
      users = self._getIceServerObject( srvid ).getRegisteredUsers( filter.encode( "UTF-8" ) )
      ret = []

      		
      	for user in users:
      		ret.append([user.playerid, self.setUnicodeFlag(user.name), self.setUnicodeFlag(user.email), self.setUnicodeFlag(user.pw)])
      

      }}}

      That's look like a little problem when populating my mysql database, something simple to solve ?

      Thank in advance

      Attachments

        Activity

          People

            Unassigned Unassigned
            Anonymous Anonymous
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: