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

"unsupported method" error when running b4a #36

Open
acgourley opened this issue Feb 7, 2023 · 2 comments
Open

"unsupported method" error when running b4a #36

acgourley opened this issue Feb 7, 2023 · 2 comments

Comments

@acgourley
Copy link

> b4a
parse: api error with message="unsupported method: "
/Users/charlesramos/go/src/github.com/back4app/main.go:123          checkIfSupported
/Users/charlesramos/go/src/github.com/back4app/main.go:81           main
/opt/homebrew/Cellar/go/1.16.6/libexec/src/runtime/proc.go:225      main
/opt/homebrew/Cellar/go/1.16.6/libexec/src/runtime/asm_amd64.s:1371 goexit

The same happens when I run b4a configure <key> although b4a -h does execute as expected.

I'm on OSX Monterey on an intel mac.

@sebastian-curland
Copy link

Hi, I'm having the same issue, also in OSX Monterey 12.6 (intel processor).
Is there any workaround?

@dleroy
Copy link

dleroy commented Mar 23, 2023

I was having the same issue until I figured out that this only happens if you execute 'b4a' without any arguments. Try 'b4a help' or any of the other supported commands.
The bug is that 'b4a' should execute 'b4a help' not give 'unsupported method'

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

No branches or pull requests

3 participants