-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Even though I am not binding any ports externally, when trying to post an offer I get the following error each time and never see my offer appear on the orderbook:
2024-02-13 11:49:25,328 [INFO] JoinMarket 0.9.10
2024-02-13 11:49:25,331 [INFO] Attempting to start onion service on port: 5222 ...
2024-02-13 11:49:27,354 [INFO] Announcing fidelity bond coin REDACTED:0
2024-02-13 11:49:27,354 [INFO] offerlist=[{'oid': REDACTED, 'ordertype': 'REDACTED', 'minsize': REDACTED, 'maxsize': REDACTED, 'txfee': REDACTED, 'cjfee': 'REDACTED'}]
Unhandled error in Deferred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/twisted/internet/defer.py", line 763, in _startRunCallbacks
self._runCallbacks()
File "/usr/local/lib/python3.9/dist-packages/twisted/internet/defer.py", line 857, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/src/jmbase/jmbase/twisted_utils.py", line 225, in onion_listen
return onion_endpoint.listen(self.proto_factory)
File "/usr/local/lib/python3.9/dist-packages/twisted/internet/endpoints.py", line 509, in listen
return defer.execute(
--- <exception caught here> ---
File "/usr/local/lib/python3.9/dist-packages/twisted/internet/defer.py", line 163, in execute
result = callable(*args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/twisted/internet/posixbase.py", line 565, in listenTCP
p.startListening()
File "/usr/local/lib/python3.9/dist-packages/twisted/internet/tcp.py", line 1336, in startListening
raise CannotListenError(self.interface, self.port, le)
twisted.internet.error.CannotListenError: Couldn't listen on 127.0.0.1:8080: [Errno 98] Address already in use.Docker Compose:
32 jam:
33 container_name: jam
34 image: ghcr.io/joinmarket-webui/jam-standalone:latest
35 restart: unless-stopped
36 environment:
37 JM_RPC_HOST: "1.2.3.4"
38 JM_RPC_PORT: "8332"
39 JM_RPC_USER: "REDACTED"
40 JM_RPC_PASSWORD: "REDACTED"
41 APP_USER: "REDACTED"
42 APP_PASSWORD: "REDACTED"
43 ENSURE_WALLET: "true"
44 REMOVE_LOCK_FILES: "true"
45 RESTORE_DEFAULT_CONFIG: "true"
46 volumes:
47 - jmdatadir:/root/.joinmarketMetadata
Metadata
Assignees
Labels
No labels