Comment 0 for bug 1401560

Revision history for this message
Paweł Stołowski (stolowski) wrote : smart-scopes-proxy reports JSON parsing errors if network is not available

It seems that network failure is not correctly handled where it should be, and we attempt to parse empty string:

phablet@ubuntu-phablet:~/.cache/upstart$ grep -i parse smart-scopes-proxy.log
[2014-12-11 14:31:16.214007] ERROR: SSRegistry: SmartScopesClient.get_remote_scopes() Failed to parse json response from uri: https://dash.ubuntu.com/smartscopes/v2/remote-scopes: unity::ResourceException: Failed to parse json string: * Line 1, Column 1
[2014-12-11 14:31:16.214467] ERROR: SSRegistry: SSRegistryObject: get_remote_scopes() failed: unity::ResourceException: Failed to parse json string: * Line 1, Column 1
[2014-12-11 14:31:26.229609] ERROR: SSRegistry: SmartScopesClient.get_remote_scopes() Failed to parse json response from uri: https://dash.ubuntu.com/smartscopes/v2/remote-scopes: unity::ResourceException: Failed to parse json string: * Line 1, Column 1
[2014-12-11 14:31:26.230349] ERROR: SSRegistry: SSRegistryObject: get_remote_scopes() failed: unity::ResourceException: Failed to parse json string: * Line 1, Column 1
[2014-12-11 14:31:36.241582] ERROR: SSRegistry: SmartScopesClient.get_remote_scopes() Failed to parse json response from uri: https://dash.ubuntu.com/smartscopes/v2/remote-scopes: unity::ResourceException: Failed to parse json string: * Line 1, Column 1