Following the Readme, it sounds like pasting the cookie and renaming the .env.example file are only used for the api method. While a value for the cookie is not necessary, skipping the renaming step will cause a crash.
Renaming the file to .env fixes it, even without changing the file-contents.
I suggest to either account for a missing ´.env` file, or add the extra step to the clipboard method section of the Readme, to avoid confusion after a fresh install.
Following the Readme, it sounds like pasting the cookie and renaming the
.env.example
file are only used for the api method. While a value for the cookie is not necessary, skipping the renaming step will cause a crash.Renaming the file to
.env
fixes it, even without changing the file-contents.I suggest to either account for a missing ´.env` file, or add the extra step to the clipboard method section of the Readme, to avoid confusion after a fresh install.