Closed lion-goose closed 3 years ago
Suddenly a problem occurred today. At first I thought the port was blocked. After checking the log, it seems that the ipv6 API cannot be connected.
My internet was ipV4 only and I would like to know how to solve it? How can I modify it as I am not familiar with coding Thanks.
You can add
PREFER_IPV6 = False
to your config.py
config.py
You can add PREFER_IPV6 = False to your config.py
thank you very much for your help! This problem is solved!
Suddenly a problem occurred today. At first I thought the port was blocked. After checking the log, it seems that the ipv6 API cannot be connected.
My internet was ipV4 only and I would like to know how to solve it? How can I modify it as I am not familiar with coding Thanks.