skip to Main Content

RuntimeError: cannot schedule new futures after interpreter shutdown – Telegram API

I'm programming a python robot in the telegram, but I have an error that is not resolved, the error is in the schedule Traceback (most recent call last): File "C:Usersvini6AppDataLocalPackagesPythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0LocalCachelocal-packagesPython39site-packagesapschedulerschedulersbase.py", line 979, in _process_jobs executor.submit_job(job, run_times) File "C:Usersvini6AppDataLocalPackagesPythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0LocalCachelocal-packagesPython39site-packagesapschedulerexecutorsbase.py", line 71,…

VIEW QUESTION

Docker MinIO entrypoint

I have this project which was initially set up on Mac, I'm on Windows, it's a Docker project which runs Node, Kafka and a few other containers, one of them being MinIO. Everything works as intended except MinIO, I get…

VIEW QUESTION

Docker failed to start on Windows 11

I intend to run a Linux-based container on Windows. I installed Docker 4.3.2 and 4.4.4 community editions based on WLS2 to do that. After enabling all prerequisites for windows (WSL2, Hyper-V, Containers) and installing Docker, I tried to launch the…

VIEW QUESTION
Back To Top
Search