anystack-sh/porter

Worked for 1 day... Can't start porter anymore

Lawebso opened this issue · 3 comments

Hi there,

maybe you can point me in the right direction to make porter work again.

I navigated to my directory and tried to start porter which didn't work anymore

Screenshot 2022-12-31 at 5 06 33 AM

Then I wanted to see the porter status

Screenshot 2022-12-31 at 5 07 55 AM

So I thought okay - lets stop it then...

Screenshot 2022-12-31 at 5 08 51 AM

But this process never finishes...

I tried to kill supervisor in the terminal as well...

uninstall & installed supervisor again using homebrew

tried to restart my Mac...

I'm using Laravel Valet and DBingin and the latest version of porter

my yml file looks like this

Screenshot 2022-12-31 at 5 11 49 AM

Hi @Lawebso,
Thanks for letting me know.

I'll look into this; for now, can you try and run the following command:

rm ~/.porter/supervisord.pid

And try to start Porter again.
Thanks!

Same error when running schedule command:

Screenshot 2022-12-31 at 23 53 12

Screenshot 2022-12-31 at 23 52 55

In the mean time, this is solving the problem

rm ~/.porter/supervisord.pid

thank you @PhiloNL

the command solved the problem.