Skip to content
New issue

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

Call to server.getIntegrations fails with 400 Error #127

Closed
kdawgwilk opened this issue Nov 17, 2015 · 4 comments
Closed

Call to server.getIntegrations fails with 400 Error #127

kdawgwilk opened this issue Nov 17, 2015 · 4 comments
Labels

Comments

@kdawgwilk
Copy link

This statement is spitting out errors to the console not sure why

server.getIntegrations { integrations, error in
                if let firstIntegration = integrations?.first {
                    print(firstIntegration.buildResultSummary!.testsCount)
                } else {
                    print("Error: \(error?.description)")
                }
            }

I get this in the console:

Error: Optional("Error Domain=com.honzadvorsky.Buildasaur Code=0 \"Wrong body Optional({\n    message = \"unable to parse the query string\";\n    status = 400;\n})\" UserInfo={NSLocalizedDescription=Wrong body Optional({\n    message = \"unable to parse the query string\";\n    status = 400;\n})}")
@czechboy0
Copy link
Member

Oh hey @kdawgwilk, sorry for completely not responding here. This looks like we're sending a wrong URL parameter to XCS. Are you still seeing this?

@czechboy0
Copy link
Member

I wonder if that has anything to do with fastlane/fastlane#1067

@czechboy0
Copy link
Member

Hey @kdawgwilk, are you still seeing the issue?

@czechboy0
Copy link
Member

Closing as there hasn't been any activity for a long time. Please reopen if you see this issue again. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants