Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
python-nbxmpp
Commits
b31ab564
Commit
b31ab564
authored
Mar 14, 2022
by
Philipp Hörist
Browse files
Websocket: Don’t fail on invalid host-meta files
parent
db19ead4
Pipeline
#9437
failed with stages
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nbxmpp/addresses.py
View file @
b31ab564
...
...
@@ -161,7 +161,7 @@ class ServerAddresses(Observable):
try
:
uri
=
parse_websocket_uri
(
response_body
.
data
)
except
ValueError
as
error
:
except
Exception
as
error
:
log
.
info
(
'Error parsing websocket uri: %s'
,
error
)
self
.
_on_request_resolved
()
return
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment