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
Copy file name to clipboardExpand all lines: documentation/asciidoc/services/connect/troubleshooting.adoc
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
11
11
* Browsers intercept certain keys and key combinations. As a result, you can't type these keys into your Connect window. Screen sharing includes a toolbar to simulate some of the most popular intercepted keys.
12
12
13
+
* Upgrading `rpi-connect` and `rpi-connect-lite` using Connect is not supported. The upgrade process will terminate all remote shell sessions and drop all connections.
14
+
13
15
* To upgrade from version 1 to version 2, you must first upgrade the package you currently have installed before switching between `rpi-connect` and `rpi-connect-lite`. This ensures that Connect's services properly migrate to the version 2 format. If you currently have `rpi-connect` installed, run the following command:
14
16
+
15
17
[source,console]
@@ -50,6 +52,7 @@ If all is well, you should see output similar to the following:
50
52
Screen sharing is supported by this version of rpi-connect
51
53
✓ Wayland compositor available
52
54
✓ Screen sharing services enabled and active
55
+
✓ Communication with Raspberry Pi Connect WebSocket server
53
56
✓ Communication with Raspberry Pi Connect API
54
57
✓ Authentication with Raspberry Pi Connect API
55
58
✓ Peer-to-peer connection candidate via STUN
@@ -62,6 +65,7 @@ If there is an issue, you will see something like so:
62
65
Screen sharing is supported by this version of rpi-connect
63
66
✓ Wayland compositor available
64
67
✗ Screen sharing services enabled and active - Please run rpi-connect on to enable and start all required services
68
+
✓ Communication with Raspberry Pi Connect WebSocket server
65
69
✓ Communication with Raspberry Pi Connect API
66
70
✓ Authentication with Raspberry Pi Connect API
67
71
✓ Peer-to-peer connection candidate via STUN
@@ -109,6 +113,7 @@ If Connect can communicate properly on your network, you should see output simil
109
113
Screen sharing is supported by this version of rpi-connect
110
114
✓ Wayland compositor available
111
115
✓ Screen sharing services enabled and active
116
+
✓ Communication with Raspberry Pi Connect WebSocket server
112
117
✓ Communication with Raspberry Pi Connect API
113
118
✓ Authentication with Raspberry Pi Connect API
114
119
✓ Peer-to-peer connection candidate via STUN
@@ -117,7 +122,7 @@ Screen sharing is supported by this version of rpi-connect
117
122
118
123
If Connect can't communicate properly on your network, you'll see an "x" instead of a check next to the failing test case. Ask your network administrator to enable the following connections on your network:
119
124
120
-
* HTTPS requests to the Raspberry Pi Connect API on port 443 of `api.connect.raspberrypi.com`
125
+
* HTTPS requests to the Raspberry Pi Connect API and WebSocket server on port 443 of `api.connect.raspberrypi.com` and `ws.connect.raspberrypi.com`
121
126
* requests to Raspberry Pi Connect STUN or TURN servers on UDP port 3478 of all of the following:
122
127
** `stun.raspberrypi.com`
123
128
** `turn1.raspberrypi.com`
@@ -145,6 +150,7 @@ You should see output similar to the following:
0 commit comments