Measure results are not sent to the server
Problem
Results are not displayed on the web interface after measures have been run.
Solution
Verify the logcat of the android device with the tag GSPT:
logcatadb logcat | grep GSPT
These logs may give relevant information if a problem occurred during the measure.
Verify permissions are properly set up in your application manifest:
AndroidManifest.xml<uses-permission android:name="android.permission.INTERNET" />
If not set, the application cannot access the Internet and thus send results to your GREENSPECTOR instance.
- In your browser, https://your-instance.greenspector.com/api must return OK.
- If your measures were run using the Test Runner, verify that your measures were not done in offline mode by checking your .greenspectorconf.json file. In that case, simply fix your configuration. Moreover, you can send your previous measurement results using the CLI.
Related articles
Filter by label
There are no items with the selected labels at this time.