lightning-power-users / node-launcher

Easiest Bitcoin Lightning desktop app, for Windows, macOS, and Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wild bug appears when launching node launcher for mac OS

the-earth-is-epic opened this issue · comments

Hello, I've just downloaded the node launcher for Mac OS and as soon as I launch it I get a wild bug error. I have little to no experience with coding so not sure what to do. Thank you for your help. I've pasted the error message below.

Error information:

HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /lightningnetwork/lnd/releases/download/v0.7.1-beta/lnd-darwin-amd64-v0.7.1-beta.tar.gz (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 22] Invalid argument'))
File "run.py", line 22, in File "node_launcher/gui/application.py", line 15, in init File "node_launcher/node_set/node_set.py", line 41, in init File "node_launcher/node_set/lnd.py", line 90, in init File "node_launcher/services/lnd_software.py", line 15, in lnd File "node_launcher/services/node_software.py", line 72, in executable_path File "node_launcher/services/node_software.py", line 81, in download File "requests/api.py", line 75, in get File "requests/api.py", line 60, in request File "requests/sessions.py", line 533, in request File "requests/sessions.py", line 646, in send File "requests/adapters.py", line 516, in send