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
"translation": "Service error!\nE_SERVICE_ERRROR\nThe data receiver service couldn't be instantiated due to an error. {}"
99
+
},
100
+
{
101
+
"id": "/RelayStatuses/ConnectionError",
102
+
"translation": "Connection error!\nE_CONNECTION_ERRROR\nCouldn't connect to the data service server due to an error. {}"
103
+
},
104
+
{
105
+
"id": "/RelayStatuses/ConnectionLost",
106
+
"translation": "Connection lost!\nE_CONNECTION_LOST\nConnection to the data service server was lost due to an error. {}"
107
+
},
108
+
{
109
+
"id": "/RelayStatuses/DevicesListEmpty",
110
+
"translation": "No remote devices!\nE_NO_DEVICES\nThe remote device list received from the server was empty."
111
+
},
112
+
{
113
+
"id": "/RelayStatuses/BackFeedDetected",
114
+
"translation": "Backfeed detected!\nE_BACKFEED_CONF\nAmethyst was not supposed to create device loopholes. Your configuration is not supported. Think about what you have done while doing something productive instead."
115
+
},
116
+
{
117
+
"id": "/RelayStatuses/NotInitialized",
118
+
"translation": "Not initialized!\nE_NOTINITIALIZED\nThe relay service client is not initialized. click 'Refresh' to restart it."
119
+
},
120
+
{
121
+
"id": "/RelayStatuses/Disconnected",
122
+
"translation": "Client disconnected!\nE_DISCONNECTED\nThe relay service client was disconnected. click 'Refresh' to restart it."
123
+
},
124
+
{
125
+
"id": "/RelayStatuses/Other",
126
+
"translation": "Service exception!\nE_OTHER\nAn unexpected exception has occurred. {}"
127
+
},
128
+
{
129
+
"id": "/DeviceStatuses/Placeholder",
130
+
"translation": "Remote device unavailable!\nE_NOT_INITIALIZED\nAmethyst Tracking Relay is not available, this remote device is not going to work right now. To fix this, try refreshing the Tracking Relay and checking its status."
0 commit comments