Closed IntenseWiggling closed 7 years ago
Have you customized the Datastore.pathing at all? My guess is there's a problem with quoting.
Thanks for following up.
Nope, no customization to Datastore.pathing. I encounter this after building straight from google/grr.git HEAD as well.
This is missing a .FromSerializedString(). Will send a patch soon.
Yup that was it! Looks like this fixed similar issue. https://github.com/google/grr/commit/b735d9adbbbd3a75492b1b4fa07e5b224b20db04
Closing with https://github.com/google/grr/pull/469 .
Thanks!
Attempting to use manager.py to manage the dataserver appears to fail with unpacking the "/manage" response.
Tweaked the script to show the value of res.dat prior to:
self.mapping = rdf_data_server.DataServerMapping(res.data)