Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Butler App Login Problem on Mac

A topic by camella created Dec 07, 2022 Views: 424 Replies: 3
Viewing posts 1 to 3

Hi,

I am happing problem with butler app login. I am using latest version of butler app, and I am using M2 Macbook Air. 

 

Things I have tried to login;

  • API from my account
  • account password.
  • Username of my account

can anyone help me?

Admin (5 edits)

What command did you run above to make it show the help instructions? Use the same command there. It’s hard to tell whats going on in your terminal, but do not type any special characters in front of the word “butler”, (no $, %, etc.)

When you typed $butler login you actually ran your shell’s login command, because you mentioned a shell variable named $butler before the command that evaluated to an empty string and had no effect. The prompt you saw was not from the butler command.

here is the full screenshot of the terminal.

When I give "butler" command, it start giving error.

You are trying to run butler from the wrong directory.

By default, the command line is starting in your user's root folder, but from the image, the Butler executable is inside "Desktop".

I don't know MAC, but in linux you would have 2 options.

move to the "Desktop" directory with

cd /Users/XXXXX/Desktop

And then you could execute

butler login

Another option is that you indicate the absolute path, just as you do when you call butler's help, that is, with

/users/XXXX/Desktop/butler login