Control panel stuck at loading
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu One Control Panel |
Triaged
|
Undecided
|
Ubuntu One Client Engineering team |
Bug Description
I have got 3 machines loaded with ubuntu 11.10. I am using the very same installation medium and the very same procedure but on one of the 3 machines the ubuntuone-
The UI is stuck at loading phase because of the ubuntuone-
File "/usr/lib/
msg.
File "/usr/lib/
self.
File "/usr/lib/
record = self.makeRecord
File "/usr/lib/
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/usr/lib/
self.msecs = (ct - long(ct)) * 1000
ValueError: cannot convert float NaN to integer
Apparently the ct ("currentTIme") variable is NaN, hacking the script I have verified that occasionally the very first invocation of time.time() yeilds NaN!
If I hack the script even further to avoid calling time.time(), the control panel loads and works just fine. But after installing desktopcouch-
I am not much a python or linux guy but my guess is it some kind of versioning problem perhaps with python itself but I just cant figure out what is going on.
Changed in ubuntuone-control-panel: | |
assignee: | nobody → Ubuntu One Desktop+ team (ubuntuone-desktop+) |
status: | New → Triaged |
Looks like this has something to do with it: /bugs.launchpad .net/ubuntu/ +source/ python2. 7/+bug/ 896836
https:/