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
searxngng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7f5d92882f78 pid: 10 (default app)
searxngng | 2023-11-25 19:19:38,781 ERROR:searx.engines.soundcloud: Fail to initialize
searxngng | Traceback (most recent call last):
searxngng | File "/usr/lib/python3.11/site-packages/anyio/_core/_sockets.py", line 190, in connect_tcp
searxngng | addr_obj = ip_address(remote_host)
searxngng | ^^^^^^^^^^^^^^^^^^^^^^^
searxngng | File "/usr/lib/python3.11/ipaddress.py", line 54, in ip_address
searxngng | raise ValueError(f'{address!r} does not appear to be an IPv4 or IPv6 address')
searxngng | ValueError: 'soundcloud.com' does not appear to be an IPv4 or IPv6 address
End:
searxngng | self.gen.throw(typ, value, traceback)
searxngng | File "/usr/lib/python3.11/site-packages/httpx/_transports/default.py", line 77, in map_httpcore_exceptions
searxngng | raise mapped_exc(message) from exc
searxngng | httpx.ConnectError: [Errno -2] Name does not resolve
As said all my other stacks work with this config, not sure what I'm missing here...
This discussion was converted from issue #199 on November 29, 2023 21:44.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Added a comment to this issue but as it was closed maybe nobody read it.
I also have the same problem. All my other stacks are working with this config but searxng gives me an error. My docker-compose file:
.env file:
Part of the log (too long to quote all of it)
Beginning:
End:
As said all my other stacks work with this config, not sure what I'm missing here...
Beta Was this translation helpful? Give feedback.
All reactions