Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: O2sms application in Jaunty

  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;"

  8. #8
    Join Date
    Apr 2006
    Beans
    10

    Re: O2sms application in Jaunty

    Quote Originally Posted by mcdavey View Post
    That 'smiley' in my previous message should be colon-D
    That is, it should read "$Storable::" followed by "Deparse = 1;"
    I've tried both approaches, and still having a problem:
    Code:
    paul@vila:~$ vodasms 087xxxxxxx
    [ recipient : +35387xxxxxxx ]
    test
    [ reusing last login for 087xxxxxxx@vodafone.ie ... ]
    [ sending message after 10 seconds ... ]
    WARNING: STEP7: skipping assert-text-exists action; no previous request
    ERROR: STEP8: No previous request
    [ message sending failed; No previous request ]
    [ Retry ? y/n [n] : ] n
    [ okay, I'm outta here ]
    Any ideas?

  9. #9
    Join Date
    Aug 2009
    Beans
    1

    Re: O2sms application in Jaunty

    Quote Originally Posted by oscarBravo View Post
    I've tried both approaches, and still having a problem:
    Code:
    paul@vila:~$ vodasms 087xxxxxxx
    [ recipient : +35387xxxxxxx ]
    test
    [ reusing last login for 087xxxxxxx@vodafone.ie ... ]
    [ sending message after 10 seconds ... ]
    WARNING: STEP7: skipping assert-text-exists action; no previous request
    ERROR: STEP8: No previous request
    [ message sending failed; No previous request ]
    [ Retry ? y/n [n] : ] n
    [ okay, I'm outta here ]
    Any ideas?
    I just added $Storable::forgive_me = 1; and got the same error. I deleted ~/.vodasms/.cookie and it worked afterwards:

    Code:
    $ vodasms me
    [ recipient : me (+3538xxxxxxxx) ]
    test
    .
    [ logging in to 08xxxxxxxx@vodafone.ie ... ]
    Can't store item CODE(0x9127800) at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_store.al) line 264, <STDIN> line 2.
    Can't store item CODE(0x8bb67a0) at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_store.al) line 264, <STDIN> line 2.
    [ login successful ]
    [ sending message after 10 seconds ... ]
    Can't store item CODE(0x9127800) at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_store.al) line 264.
    Can't store item CODE(0x8bb67a0) at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_store.al) line 264.
    [ message sent to +3538xxxxxxxx, 285 remaining this month ]

  10. #10
    Join Date
    Jan 2005
    Beans
    188

    Re: O2sms application in Jaunty

    Hi, can I just get a bump in here, has anyone noticed that meteor support is broken? They did a weekend of maintenance on the site about a fortnight ago and it's been broken since.

    I've left a message on the sourceforge project page but no response. Anyone have any ideas or the same problem?

    xxx@xxx-desktop:~$ o2sms -u xxxx -p xxxx -C meteor xxxx
    [ recipient : +xxxx ]
    asdf
    .
    [ logging in to xxxx@meteor.ie ... ]
    [ login failed; Assertion failed in step 6 (assert-text-exists): no match for "MyMeteor Overview" ]

    Edit:
    I've managed to fix the above bug myself. Have emailed the author but no word at the moment about him updating it. If anyone needs the fix just email me.
    Last edited by brk3; August 24th, 2009 at 10:29 AM.

Page 1 of 2 12 LastLast

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
  •