[01:32] hello. I'm running ubuntu 13.10. I'm having an issue with ubuntu one. it's hanging on "Getting information, please wait..." are there any fixes/patches for this? [19:46] hello. does anyone here know the ubuntuone storage protocol ? the one at https://code.launchpad.net/ubuntuone-storage-protocol [19:46] I'm building a simple client to communicate with the u1 server, but I have trouble with using the protocol. [19:47] I try to connect to fs-1.one.ubuntu.com on port 443 with ssl, on connection, the server sends me "3 ubuntu one storage server revision 68.\r\n", that's fine [19:47] but whatever I send to it, it never responds. I'm using the protobuf that is in the repository [19:48] even simple messages like a protocol's ping [19:48] I find it strange. does the connection have to start with a specific message ? [19:49] any help is appreciated :) also, I don't know if that's ok, but the samples' ping_client tries to connect to an amazon IP that is not reachable, so it doesn't work... === karni is now known as Guest52752 === karni_ is now known as karni [22:46] Pando: i'm pretty sure you need to authenticate before doing anything else. i also wouldn't advise writing a client using ubuntuone-storage-protocol now. you should use the files REST API instead, depending on what you're trying to do exactly [23:37] dobey < well, it's for a project where I *need* to have features the internal api provides, but not the rest api [23:37] like range download, partial upload and notifications when changes are made [23:38] I could use the ubuntuone already-made classes, but everything uses Twisted and I'd like to keep it lightweight, so I avoid having a twisted depandancy as much as possible [23:40] why shouldn't we use the storage procotol ? is it going to change soon ? [23:47] no, it's not going to change soon. but it's in maintenance mode, and the direction of ubuntu development is toward qt/qml/phone/tablet/converged stuff, so it doesn't really fit well within that realm as it is. [23:47] any reason you wouldn't just use the existing ubuntuone-syncdaemon if you need all that? [23:48] there is a dbus API for the syncdaemon