CFV returns a 404 to OSX Client

21 views
Skip to first unread message

Dan O'Boyle

unread,
Dec 14, 2016, 2:35:02 PM12/14/16
to cauliflowervest-discuss

Everything is working on my end, but I'm getting a 404 back from the Cauliflower server.  The logs server don't provide much more information.
13:43:49.437PUT404113 B21 msUnknown/filevault/?platform_uuid=564DEAC6-BD06-896E-DCFE-38145571C08F&hdd_serial=00000000000000000001&hostname=Dans-Mac-2.local&owner=doboyle&serial=VMFFY2nmFffk&xsrf-token=LzeRuWst8RP71iT6rc8K2nwjfDE0ODE3NDEwMjkuMjY%3D&volume_uuid=6EA84303-A88E-46FF-B76B-F304F1377BA7
71.168.187.250 - - [14/Dec/2016:13:43:49 -0500] "PUT /filevault/?platform_uuid=564DEAC6-BD06-896E-DCFE-38145571C08F&hdd_serial=00000000000000000001&hostname=Dans-Mac-2.local&owner=doboyle&serial=VMFFY2nmFffk&xsrf-token=LzeRuWst8RP71iT6rc8K2nwjfDE0ODE3NDEwMjkuMjY%3D&volume_uuid=6EA84303-A88E-46FF-B76B-F304F1377BA7 HTTP/1.1" 404 113 - "-" "stackflowervest.appspot.com" ms=21 cpu_ms=2 cpm_usd=1.2627999999999999e-8 loading_request=0 instance=00c61b117cae6838caa46dd1f5abf522e148c19662d6e891b686db94 app_engine_release=1.9.48 trace_id=-
{
protoPayload: {
appId: "s~stackflowervest" 
versionId: "a40ccd86c452" 
requestId: "585192e500ff06ae7a83ae9ba10001737e737461636b666c6f776572766573740001613430636364383663343532000100" 
ip: "71.168.187.250" 
startTime: "2016-12-14T18:43:49.437882Z" 
endTime: "2016-12-14T18:43:49.459542Z" 
latency: "0.021660s" 
megaCycles: "2" 
method: "PUT" 
resource: "/filevault/?platform_uuid=564DEAC6-BD06-896E-DCFE-38145571C08F&hdd_serial=00000000000000000001&hostname=Dans-Mac-2.local&owner=doboyle&serial=VMFFY2nmFffk&xsrf-token=LzeRuWst8RP71iT6rc8K2nwjfDE0ODE3NDEwMjkuMjY%3D&volume_uuid=6EA84303-A88E-46FF-B76B-F304F1377BA7" 
httpVersion: "HTTP/1.1" 
status: 404 
responseSize: "113" 
cost: 1.2627999999999999e-8 
instanceIndex: -1 
instanceId: "00c61b117cae6838caa46dd1f5abf522e148c19662d6e891b686db94" 
appEngineRelease: "1.9.48" 
}
insertId: "2016-12-14|10:43:54.266390-08|10.106.71.215|-1207011932" 
httpRequest: {
status: 404 
}
resource: {
type: "gae_app" 
labels: {…} 
}
timestamp: "2016-12-14T18:43:49.437882Z" 
labels: {
appengine.googleapis.com/request_id"585192e500ff06ae7a83ae9ba10001737e737461636b666c6f776572766573740001613430636364383663343532000100" 
appengine.googleapis.com/clone_id"00c61b117cae6838caa46dd1f5abf522e148c19662d6e891b686db94" 
}
logName: "projects/stackflowervest/logs/appengine.googleapis.com%2Frequest_log" 
operation: {
id: "585192e500ff06ae7a83ae9ba10001737e737461636b666c6f776572766573740001613430636364383663343532000100" 
}
}
This is from the client:
 Traceback (most recent call last):
 
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1536, in __call__
   
return self.func(*args)
 
File "/usr/local/cauliflowervest/cv/lib/python2.7/site-packages/cauliflowervest-0.10.2-py2.7.egg/cauliflowervest/client/mac/tkinter.py", line 172, in _PlainVolumeAction
    client_
.UploadPassphrase(volume_uuid, recovery_token)
 
File "/usr/local/cauliflowervest/cv/lib/python2.7/site-packages/cauliflowervest-0.10.2-py2.7.egg/cauliflowervest/client/base_client.py", line 224, in UploadPassphrase
   
self._RetryRequest(request, 'Uploading passphrase')
 
File "/usr/local/cauliflowervest/cv/lib/python2.7/site-packages/cauliflowervest-0.10.2-py2.7.egg/cauliflowervest/client/base_client.py", line 179, in _RetryRequest
   
return self.opener.open(request)
 
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 437, in open
    response
= meth(req, response)
 
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 550, in http_response
   
'http', request, response, code, msg, hdrs)
 
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 475, in error
   
return self._call_chain(*args)
 
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
    result
= func(*args)
 
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 558, in http_error_default
   
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found



so far as I can tell, the server receives the PUT from the client, but then returns a 404

Any thoughts / additional avenues of exploration are welcome.

Maxim Ermilov

unread,
Dec 14, 2016, 3:08:08 PM12/14/16
to cauliflower...@googlegroups.com
Hi,

> Everything is working on my end, but I'm getting a 404 back from the Cauliflower server. 

seems, you are using new client with old server.


_____
Maxim

--
You received this message because you are subscribed to the Google Groups "cauliflowervest-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cauliflowervest-discuss+unsub...@googlegroups.com.
To post to this group, send email to cauliflowervest-discuss@googlegroups.com.
Visit this group at https://groups.google.com/group/cauliflowervest-discuss.
For more options, visit https://groups.google.com/d/optout.

Dan O'Boyle

unread,
Dec 14, 2016, 4:16:59 PM12/14/16
to cauliflower...@googlegroups.com
Good catch Max - Thanks.

I'll update today.


_____
Maxim

To unsubscribe from this group and stop receiving emails from it, send an email to cauliflowervest-d...@googlegroups.com.
To post to this group, send email to cauliflower...@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "cauliflowervest-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cauliflowervest-discuss/yB-EV1khtUc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cauliflowervest-d...@googlegroups.com.
To post to this group, send email to cauliflower...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages