Results 1 to 10 of 13

Thread: O2sms application in Jaunty

Hybrid View

  1. #1
    Join Date
    Nov 2004
    Location
    Dublin
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Unhappy O2sms application in Jaunty

    Having issues with this since upgrading/installing... anyone else having difficulties? (http://o2sms.sourceforge.net/)

    [ logging in to 086XXXXXXX@o2.ie ... ]
    ERROR: STEP2: Unexpected failure in step 2 (subtype submit_form); can't find the form 'dashboard-login-form'
    Can't store CODE items at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_store.al) line 264, <STDIN> line 2, at /usr/share/perl5/WWW/SMS/IE/iesms.pm line 1010

  2. #2
    Join Date
    Feb 2008
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: O2sms application in Jaunty

    The o2 website has changed. o2sms doesnt work atm.

  3. #3
    Join Date
    Nov 2004
    Location
    Dublin
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: O2sms application in Jaunty

    coolio!

  4. #4
    Join Date
    Feb 2008
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: O2sms application in Jaunty

    it's working again with todays update.

  5. #5
    Join Date
    May 2009
    Beans
    1

    Re: O2sms application in Jaunty

    I still get the following error:
    Code:
    $ o2sms --version
    /usr/bin/o2sms version 3.33
    (Getopt::Long::GetOptions version 2.37; Perl version 5.10.0)
    Code:
    $o2sms -C vodafone -u 08xxxxxxxx -p xxxx -m "test message" 087xxxxxxx
    [ recipient : +35387xxxxxxx ]
    [ logging in to 0xxxxxxxx@vodafone.ie ... ]
    Can't store CODE items at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_store.al) line 264, at /usr/share/perl5/WWW/SMS/IE/iesms.pm line 1010
    anyone any advice?, this is on ubuntu jaunty
    Code:
    $uname -a
    Linux xps 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux

  6. #6
    Join Date
    Apr 2009
    Beans
    10

    Re: O2sms application in Jaunty

    Add the following line to the file "iesms.pm" just after the line that says "use constant TG4W_QUIET => 0":

    $Storable::forgive_me = 1;

    It doesn't kill the error message, but the text sending should all work fine. If you really want to kill the error message you could add the following lines instead (but I believe this could introduce a slight security risk):

    $Storable:eparse = 1;
    $Storable::Eval = 1;

  7. #7
    Join Date
    Apr 2009
    Beans
    10

    Re: O2sms application in Jaunty

    That 'smiley' in my previous message should be colon-D
    That is, it should read "$Storable::" followed by "Deparse = 1;"

Bookmarks

Posting Permissions

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