CastagnaIT / plugin.video.netflix

InputStream based Netflix plugin for Kodi
MIT License
1.89k stars 258 forks source link

NFAuthentication Key Linux Unable to connect with the browser #1671

Closed Arndorferd closed 2 months ago

Arndorferd commented 5 months ago

When I run Python NFAuthenticationKey I get error "Unable to connect with the browser", tried with google chrome and chromium. Using 6.6.8-2-MANJARO. Using NFAuthenticationKey 1.1.6. and google-chrome 120.0.6099.216-1 or ungoogled-chromium-bin 120.0.6099.216-1.

Elkropac commented 5 months ago

Hi, same for me. Fixed it by specifiing LOCALHOST_ADDRESS = '127.0.0.1' instead of LOCALHOST_ADDRESS = 'localhost' , chrome listens on ipv4 localhost only

CastagnaIT commented 2 months ago

thanks changed by default to 127.0.0.1