zoffline / zwift-offline

Use Zwift offline
GNU Affero General Public License v3.0
721 stars 116 forks source link

Zwift encountered the following error #314

Closed TimCookss closed 8 months ago

TimCookss commented 8 months ago

image image

How to solve it?

fatsbrown commented 8 months ago

Looks like the TCP port 443 is already in use by another process, you need to close it, otherwise zoffline will not be able to bind to it.

You can use resmon.exe (listening ports) to find the process.

2024-03-04 14_11_05-Monitor de Recursos

TimCookss commented 8 months ago

thanks