Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Ubuntu LoCo Team Forums > International LoCo Teams > Ireland Team - Ireland
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ireland Team - Ireland
Ubuntu Ireland LoCo Team

 
Thread Tools Display Modes
Old May 1st, 2009   #1
tck
5 Cups of Ubuntu
 
Join Date: Nov 2004
Location: Dublin
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Unhappy O2sms application in Jaunty

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

Quote:
[ 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
tck is offline   Reply With Quote
Old May 1st, 2009   #2
matze_
First Cup of Ubuntu
 
Join Date: Feb 2008
My beans are hidden!
Ubuntu 9.10 Karmic Koala
Re: O2sms application in Jaunty

The o2 website has changed. o2sms doesnt work atm.
matze_ is offline   Reply With Quote
Old May 3rd, 2009   #3
tck
5 Cups of Ubuntu
 
Join Date: Nov 2004
Location: Dublin
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Re: O2sms application in Jaunty

coolio!
tck is offline   Reply With Quote
Old May 7th, 2009   #4
matze_
First Cup of Ubuntu
 
Join Date: Feb 2008
My beans are hidden!
Ubuntu 9.10 Karmic Koala
Re: O2sms application in Jaunty

it's working again with todays update.
matze_ is offline   Reply With Quote
Old May 8th, 2009   #5
mickyjo
First Cup of Ubuntu
 
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
mickyjo is offline   Reply With Quote
Old July 4th, 2009   #6
mcdavey
First Cup of Ubuntu
 
Join Date: Apr 2009
Beans: 7
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;
mcdavey is offline   Reply With Quote
Old July 4th, 2009   #7
mcdavey
First Cup of Ubuntu
 
Join Date: Apr 2009
Beans: 7
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;"
mcdavey is offline   Reply With Quote
Old July 15th, 2009   #8
oscarBravo
First Cup of Ubuntu
 
Join Date: Apr 2006
Beans: 8
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?
oscarBravo is offline   Reply With Quote
Old August 5th, 2009   #9
der_
First Cup of Ubuntu
 
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 ]
der_ is offline   Reply With Quote
Old August 20th, 2009   #10
brk3
Gee! These Aren't Roasted!
 
Join Date: Jan 2005
Beans: 198
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 05:29 AM..
brk3 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:29 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry