Results 1 to 4 of 4

Thread: Sending Internet events to Girder 3

  1. #1
    Join Date
    Jul 2001
    Location
    Risør - Norway
    Posts
    5,305

    Default Sending Internet events to Girder 3

    This is typical for me... A few days of hysterical activity, then I'll go into hiding again... Now I'm trying to send commands to another Girder instance (Girder 3), but all I see is "Disconnect" flashing in that Girder instance. Here's the script I'm using:

    Code:
    socket, error = gip.Open('192.168.0.1',1024, password, NIL)
    gip.Send(socket, test\n')
    Obviously wrong... Any pointers? ops:
    Tor - managing director of the Cinema Inferno home theater and multi-zone sound system with Girder running the show in the back, NetRemote as the GUI and Media Center 17, PowerDVD and ZoomPlayer as playback software
    Hobsyssel mastiffs: http://www.hobsyssel.no

  2. #2
    Join Date
    Sep 2003
    Location
    reading / bournemouth UK
    Posts
    1,106

    Default

    shouldn't that be:
    gip.Send(socket, 'test\n')

  3. #3
    Join Date
    Jul 2001
    Location
    Risør - Norway
    Posts
    5,305

    Default

    That crashes Girder immediately.
    Tor - managing director of the Cinema Inferno home theater and multi-zone sound system with Girder running the show in the back, NetRemote as the GUI and Media Center 17, PowerDVD and ZoomPlayer as playback software
    Hobsyssel mastiffs: http://www.hobsyssel.no

  4. #4
    Join Date
    Jul 2001
    Location
    Risør - Norway
    Posts
    5,305

    Default

    I'm still stuck on this one. Anybody?
    Tor - managing director of the Cinema Inferno home theater and multi-zone sound system with Girder running the show in the back, NetRemote as the GUI and Media Center 17, PowerDVD and ZoomPlayer as playback software
    Hobsyssel mastiffs: http://www.hobsyssel.no

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •