We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe here the issue that you are experiencing. Group calls are not working with Signal-iOS client on private deployment of Signal Server.
iOS version 16.4 and 18.
Actual result: Describe here what happens after you run the steps above (i.e. the buggy behaviour) Error thrown, call not initiated.
Expected result: Describe here what should happen after you run the steps above (i.e. what would be the correct behaviour) Start a group call
Device: iPhone 14 (XCode Simulator)
iOS version: 16,4
Signal version: Z.Y
[CallHTTPClient.swift:62 sendRequest(requestId:request:)]: Peek client HTTP request failed Error Domain=NSURLErrorDomain Code=-999 "cancelled" UserInfo={NSErrorFailingURLStringKey=https://signalserver.valuelabs.com/v2/conference/participants, NSErrorFailingURLKey=https://signalserver.valuelabs.com/v2/conference/participants, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask .<1>" ), _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask .<1>, NSLocalizedDescription=cancelled}
The text was updated successfully, but these errors were encountered:
Can anyone provide a response to this?
Sorry, something went wrong.
No branches or pull requests
Bug description
Describe here the issue that you are experiencing.
Group calls are not working with Signal-iOS client on private deployment of Signal Server.
Steps to reproduce
[CallHTTPClient.swift:62 sendRequest(requestId:request:)]: Peek client HTTP request failed Error Domain=NSURLErrorDomain Code=-999 "cancelled" UserInfo={NSErrorFailingURLStringKey=https://signalserver.valuelabs.com/v2/conference/participants, NSErrorFailingURLKey=https://signalserver.valuelabs.com/v2/conference/participants, _NSURLErrorRelatedURLSessionTaskErrorKey=(
"LocalDataTask .<1>"
), _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask .<1>, NSLocalizedDescription=cancelled}
iOS version 16.4 and 18.
Actual result: Describe here what happens after you run the steps above (i.e. the buggy behaviour)
Error thrown, call not initiated.
Expected result: Describe here what should happen after you run the steps above (i.e. what would be the correct behaviour)
Start a group call
Screenshots
Device info
Device: iPhone 14 (XCode Simulator)
iOS version: 16,4
Signal version: Z.Y
Link to debug log
[CallHTTPClient.swift:62 sendRequest(requestId:request:)]: Peek client HTTP request failed Error Domain=NSURLErrorDomain Code=-999 "cancelled" UserInfo={NSErrorFailingURLStringKey=https://signalserver.valuelabs.com/v2/conference/participants, NSErrorFailingURLKey=https://signalserver.valuelabs.com/v2/conference/participants, _NSURLErrorRelatedURLSessionTaskErrorKey=(
"LocalDataTask .<1>"
), _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask .<1>, NSLocalizedDescription=cancelled}
iOS version 16.4 and 18.
The text was updated successfully, but these errors were encountered: