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

Square Analyzer Error #3874

Closed
joeleonjr opened this issue Feb 5, 2025 · 0 comments · Fixed by #3887
Closed

Square Analyzer Error #3874

joeleonjr opened this issue Feb 5, 2025 · 0 comments · Fixed by #3887
Assignees
Labels

Comments

@joeleonjr
Copy link
Contributor

Trace Output

2025/02/05 11:31:18 RoundTripper returned a response & error; ignoring response
[x] Error: Post "https://connect.squareup.com/oauth2/token/status": non-safe request returned success

Expected Behavior

Square Analyzer should output the merchant id, team members list and permissions.

Actual Behavior

The Analyzer Roundtripper saw that we sent a POST request and it returned a 200 and threw an error. The problem is the Square Analyzer requires a POST request to get this information. So this doesn't seem to be working at all.

@joeleonjr joeleonjr added the bug label Feb 5, 2025
@kashifkhan0771 kashifkhan0771 linked a pull request Feb 7, 2025 that will close this issue
2 tasks
ahrav pushed a commit that referenced this issue Feb 8, 2025
<!--
Please create an issue to collect feedback prior to feature additions. Please also reference that issue in any PRs.
If possible try to keep PRs scoped to one feature, and add tests for new features.
-->

### Description:
Related to issue: #3874 

### Checklist:
* [ ] Tests passing (`make test-community`)?
* [ ] Lint passing (`make lint` this requires [golangci-lint](https://golangci-lint.run/welcome/install/#local-installation))?
@kashifkhan0771 kashifkhan0771 self-assigned this Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

2 participants