[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2013-01-17 Thread Joshua Hoover
** Tags removed: u1-support -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844435 Title: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2013-01-16 Thread Julien Funk
** Tags added: u1-by-support -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844435 Title: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2012-11-02 Thread Joshua Hoover
** Changed in: ubuntuone-control-panel Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844435 Title: ubuntuone-control-panel-backend crashed with ValueError in

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2012-10-16 Thread Joshua Hoover
** Tags removed: support ** Tags added: u1-support -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844435 Title: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2012-05-30 Thread Ubuntu Foundation's Bug Bot
** Changed in: ubuntuone-control-panel (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844435 Title: ubuntuone-control-panel-backend crashed with ValueError

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2012-05-18 Thread Ubuntu Foundation's Bug Bot
** Tags added: precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844435 Title: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer To

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2012-04-18 Thread Michael Foord
I've created a Python issue corresponding to this. time.time() should not return None or NaN (in my opinion) but should throw an exception if it can't get a meaningful value: http://bugs.python.org/issue14613 ** Bug watch added: Python Roundup #14613 http://bugs.python.org/issue14613 -- You

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2012-02-13 Thread Roman Yepishev
Hello, If you are still experiencing this error on oneiric, please try installing the package with workaround from http://people.canonical.com/~roman.yepishev/lp844435/python-ubuntuone-control-panel_2.0.0-0ubuntu1.1~lp844435_all.deb The only change there is that it tries to check that time()

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2012-02-13 Thread Ubuntu Foundation's Bug Bot
The attachment libsoup-response-delay.patch of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2012-02-06 Thread zmicier
python -c 'import time; ct = time.time(); print %r % ct; print long(ct)' 1328563741.401587 1328563741 Another take on the diagnosing - http://paste.ubuntu.com/810932/ please run it and report whether the script resulted in an error message to the terminal. I haven't got any error. -- You

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2012-01-26 Thread Joshua Hoover
** Also affects: ubuntuone-control-panel Importance: Undecided Status: New ** Changed in: ubuntuone-control-panel Status: New = Confirmed ** Changed in: ubuntuone-control-panel Assignee: (unassigned) = Ubuntu One Desktop+ team (ubuntuone-desktop+) ** Tags added: support

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2012-01-20 Thread Roman Yepishev
Thank you all for the data, but as I can see, the conversion is done properly and time() returns real time, not None. Another take on the diagnosing - http://paste.ubuntu.com/810932/ please run it and report whether the script resulted in an error message to the terminal. -- You received this

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2012-01-17 Thread Duane Hinnen
(from RT ticket #9908) python -c 'import time; ct = time.time(); print %r % ct; print long(ct)' 1326742422.608749 1326742422 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844435 Title:

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2012-01-04 Thread Tony Parkin
I also have this problem and have sent in bug report When I run the suggested line I see the following: python -c 'import time; ct = time.time(); print %r % ct; print long(ct)' 1325703726.59995 1325703726 Good luck with resolving! -- You received this bug notification because you are a member

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2011-12-16 Thread alezflute
~$ python -c 'import time; ct = time.time(); print %r % ct; print long(ct)' 1324035393.989875 1324035393 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844435 Title: ubuntuone-control-panel-backend

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2011-12-13 Thread Roman Yepishev
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844435 Title: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to

[Bug 844435] Re: ubuntuone-control-panel-backend crashed with ValueError in __init__(): cannot convert float NaN to integer

2011-12-13 Thread Jayachandra Thalluri
This is what I see when I run this command 1323786350.446741 1323786350 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844435 Title: ubuntuone-control-panel-backend crashed with ValueError in