You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the _actual_ items available based on the specified set of telemetry items. For example, if you request `INST__HEALTH_STATUS__CCSDSVER__WITH_UNITS` the method will return`INST__HEALTH_STATUS__CCSDSVER__RAW`for that item because it does not have formatting or conversions so only the RAW value is available. This _must_ be called before calling `get_tlm_values` when passing a `start_time`/`end_time`as it ensures a correct request of historical data.
Returns the values and current limits state for a specified set of telemetry items. Items can be inany telemetry packet in the system. They can all be retrieved using the same value typeor a specific value type can be specified for each item.
Copy file name to clipboardExpand all lines: docs.openc3.com/docs/guides/troubleshooting.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,4 +67,13 @@ We've seen a number of issues deploying COSMOS via Docker in various types of in
67
67
68
68
We've seen this on old versions of Docker Desktop when using bind mounts instead of named volumes. Our docker compose files use named volumes by default so be careful with bind mounts. We also recommend upgrading Docker Desktop and WLS2 if possible as this maybe OBE in newer versions of Docker Desktop / WSL2.
69
69
70
+
1. When exposing COSMOS to the network through http, Chrome [DevTools](https://developer.chrome.com/docs/devtools/open) shows "Web crypto API is not available".
71
+
72
+
Make sure to follow all the instructions in the [COSMOS Enterprise Project README](https://github.com/OpenC3/cosmos-enterprise-project/blob/main/README.md). In this case you need to do the following:
73
+
74
+
- In Chrome go to: chrome://flags/#unsafely-treat-insecure-origin-as-secure
75
+
- Add your http://<Your IP Address>:2900
76
+
- Enable the Setting
77
+
- Completely restart Chrome. On MacOS make sure the dot below the icon in chrome is gone by long pressing the icon and choosing Quit.
0 commit comments