Eric Chamberlain
Eric Chamberlain
directoryContentsAtPath: is deprecated in iPhone OS 3.0+.
createDirectoryAtPath:attributes: is deprecated in iPhone OS 2.0+
Sam, The json-rpc documentation sample has some errors. Here's the correct code: id myservice = [DKDeferred jsonService:@"http://somehost.local/json/" name:@"myservice"]; DKDeferred *d = [myservice someMethod:array_(arg1, arg2)]; [d addCallbacks:callbackTS(self, cbGotResults:) :callbackTS(self,cbGetResultsFailed:)]; Should probably...
My smaller uploads are successful, but this one keeps failing with the following error, any ideas? Traceback (most recent call last): 295.36 KB/s, average 385.03 KB/s, eta 19:06:42. File "/usr/local/bin/glacier-cmd",...
Using the latest master branch, uploads fail part way through with the following error: ``` Traceback (most recent call last):e 227.20 KB/s, average 158.70 KB/s, eta 15:40:11. File "/usr/local/bin/glacier-cmd", line...
Hello, All my uploads fail part way through with 408 errors. When I attempt to restart the upload, I get SHA mismatch errors. Any idea what could be causing the...
Using a partsize of 4096 causes the python process on my machine to use all the available RAM. Is it possible to not load the entire chunk into memory before...
I'm not able to view the current profile or change the profile. The controls all appear as off/closed, regardless of actual profile state. What's info do you need to troubleshoot...