【Internal Server Error】pycharm解决关闭flask端口依然占用问题

Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

起因:

我们在运行flask后,断开服务依然保持运行,这是因为这是一种伪断开,只是在pycharm这里中止了,但是python解释器依旧在运行这个服务。

解决方法:

我们只要关闭运行flask的python解释器就行了

利用cmd关闭监听这个解释器就行

复制代码
netstat -ano | findstr 5000

这里的5000可以根据自己的需要更改

复制代码
taskkill /pid 7076 /f

7076可以修改为自己输入的内容,可以参考下面的图片。

相关推荐
行走的陀螺仪3 小时前
.vscode 文件夹配置详解
前端·ide·vscode·编辑器·开发实践
BBB努力学习程序设计11 小时前
Python面向对象编程:从代码搬运工到架构师
python·pycharm
BBB努力学习程序设计11 小时前
Python错误处理艺术:从崩溃到优雅恢复的蜕变
python·pycharm
今天没有盐12 小时前
Python算法实战:从滑动窗口到数学可视化
python·pycharm·编程语言
艾莉丝努力练剑16 小时前
【Python基础:语法第一课】Python 基础语法详解:变量、类型、动态特性与运算符实战,构建完整的编程基础认知体系
大数据·人工智能·爬虫·python·pycharm·编辑器
skywalk816317 小时前
FreeBSD系统安装VSCode Server(未成功,后来是在FreeBSD系统里的Linux虚拟子系统里安装启动了Code Server)
ide·vscode·编辑器·freebsd
时光追逐者1 天前
Visual Studio 2026 现已正式发布,更快、更智能!
ide·c#·.net·visual studio
c***87191 天前
Flask:后端框架使用
后端·python·flask
weixin_377634842 天前
【Git使用】PyCharm中的Git使用
ide·git·pycharm
Q_Q5110082852 天前
python+django/flask的情绪宣泄系统
spring boot·python·pycharm·django·flask·node.js·php