Buffer " dape-connection stderr" has a running process; kill it? (y or n) y
"HERE I HAVE A SUCCESS LOG"
- Adapter child connection shutdown without successfully initializing *
- Exit code 247 *
- Session terminated *
this is my run:
that's my entrypoint on .dir-locals.el
(opony-run
modes (python-mode python-ts-mode)
command "python"
command-args ("-m" "debugpy.adapter")
:cwd dape-cwd-fn
:module "opony"
:args ["scrapers"
"run"
"--url"
"https://www.randomurl",
"--print-items"
"--print-jobs"
"--no-read-cache"
]
)
NOTE: THIS HAPPENDS WHEN I RUN PLAYWRIGHT
Buffer " dape-connection stderr" has a running process; kill it? (y or n) y
"HERE I HAVE A SUCCESS LOG"
this is my run:
that's my entrypoint on .dir-locals.el
NOTE: THIS HAPPENDS WHEN I RUN PLAYWRIGHT