FAQ - LMDS with Docker

ERROR

The most common problem reported is caused by the platform LMDS is running on. Please make sure you are run 64bit operating system, preferably not a desktop version and your Raspberry Pi is equipped with 64bit CPU. If you will run 32bit Raspbian on 64bit Pi some containers my not work due to the fact that not every container has 32bit image available.

ERRORFile "/usr/lib/python3/dist-packages/urllib3/connectionpool.py"
Example:

File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 394, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/usr/lib/python3.9/http/client.py", line 1255, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1301, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1250, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1010, in _send_output
self.send(msg)
File "/usr/lib/python3.9/http/client.py", line 950, in send
self.connect()
File "/usr/local/lib/python3.9/dist-packages/docker/transport/unixconn.py", line 30, in connect
sock.connect(self.unix_socket)
FileNotFoundError: [Errno 2] No such file or directory

During handling of the above exception, another exception occurred:
        ...

ERRORERROR: no matching manifest for linux/arm/v7 in the manifest list entries
Example:

Pulling sonarr (linuxserver/sonarr:)...
latest: Pulling from linuxserver/sonarr
ERROR: no matching manifest for linux/arm/v7 in the manifest list entries.

ERRORERROR: for [name] b'Cannot restart container [hash]
Example:

ERROR: for nzbget  b'Cannot restart container
  4c0578b08301917bb4dd1774ccbb86589e7b3a3708cd14c72c8a27190e8237fb: 
  driver failed programming external connectivity on endpoint nzbget (ce1d49cfd4899a5dd6eb60f3aaf34efa4c67da56950807e5fea42506ba7c40fe): 
  Bind for 0.0.0.0:6789 failed: port is already allocated'

ERRORERROR: for radarr a bytes-like object is required, not 'str'
Example:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/docker/api/client.py", line 261, in _raise_for_status
    response.raise_for_status()
  File "/usr/lib/python3/dist-packages/requests/models.py", line 943, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http+docker://localhost/v1.22/containers/215693044e936dd62b707f350cea8f536edb0a9e788d34ff83c50445c4c21862/start

During handling of the above exception, another exception occurred:
...

Help me make LMDS better

With your support anything is possible