Django ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine

前端 未结 5 1908
挽巷
挽巷 2020-12-01 22:02

I am using django with postgresql, whenever I try to save or delete anything, this error occurs -

Traceback (most recent call last):
File \"c:\\program file         


        
5条回答
  •  伪装坚强ぢ
    2020-12-01 22:37

    I had the same error: ConnectionAbortedError: [WinError 10053]. Python version: 3.8.1

    I restarted my computer and the error disappeared

提交回复
热议问题