Menu

Sipie Install

Help
wildenj
2007-10-27
2013-04-23
  • wildenj

    wildenj - 2007-10-27

    After install sipie I get it to run from the command line and it appears to be working, but I get no audio.  Audio works with other applications.  If I do a ps it lists sipie and says mplayer is defunct.  Does anyone have any ideas on how to solve this problem?  Thanks.

     
    • TwoOneSix

      TwoOneSix - 2007-11-28

      Eli sent in the fix for these issues a few days ago. The fix:

      Find a good place to download the code (mine is in /usr/src)
      1. # cd /usr/src
      2. # svn co https://sipie.svn.sourceforge.net/svnroot/sipie sipie

      Move to that folder and rebuild:
      3. # cd sipie
      4. # easy_install .

      That should get things working again... if not post back.

       
      • Luke

        Luke - 2007-11-29

        I followed the instructions above but I am still getting the error below.  I am using Ubuntu 7.10 64 bit.

        luke@ubuntu:~$ /usr/bin/sipie.py
        X Error: BadDevice, invalid or uninitialized input device 171
          Major opcode:  149
          Minor opcode:  3
          Resource id:  0x0
        Failed to open device
        X Error: BadDevice, invalid or uninitialized input device 171
          Major opcode:  149
          Minor opcode:  3
          Resource id:  0x0
        Failed to open device
        There is a captcha file, Please open the file img_021.jpg
        And input the leters below
        : yZLN
        There is a captcha file, Please open the file img_006.jpg
        And input the leters below
        : Wc46
        Traceback (most recent call last):
          File "/usr/bin/sipie.py", line 5, in <module>
            pkg_resources.run_script('Sipie==0.1196144357', 'sipie.py ')
          File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 448, in run_script
            self.require(requires)[0].run_script(script_name, ns)
          File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1173, in run_script
            exec script_code in namespace, namespace
          File "/usr/bin/sipie.py", line 22, in <module>

          File "build/bdist.linux-x86_64/egg/Sipie/cliPlayer.py", line 74, in cliPlayer
          File "build/bdist.linux-x86_64/egg/Sipie/Factory.py", line 377, in getStreams
          File "build/bdist.linux-x86_64/egg/Sipie/Factory.py", line 308, in tryGetStreams
        Sipie.Factory.AuthError
        luke@ubuntu:~$         

         
    • TwoOneSix

      TwoOneSix - 2007-11-29

      That's an odd issue, but it doesn't look impossible to fix. The fix I posted above was for defunct mplayer cases. You should open a bug with that error and I'm sure Eli will eventually get to it.

       
      • Luke

        Luke - 2007-11-30

        This was caused by me entering an incorrect password.  I have resolved the issue now.

         

Log in to post a comment.