Closed kovalivan96 closed 2 years ago
Well, right now no idea what may be the problem.
Could you paste everything that's output on the screen.
PS D:\nhl-tv-geeky-streams-master> docker-compose run --rm nhltv yarn run v1.3.2 $ ./node_modules/.bin/ts-node src/index.ts ? Choose game to download ⤺ one day back ? Choose game to download Vegas Golden Knights @ Washington Capitals ? Choose feed to watch HOME, NBCS-WA self signed certificate Done in 10.76s. PS D:\nhl-tv-geeky-streams-master>
Ok, not much ;)
Please post everything about your environment that could help. Windows version, docker version.
Actually, i might have found something related. https://github.com/axios/axios/issues/535
Try adding
NODE_TLS_REJECT_UNAUTHORIZED=0
line to .env
file
Also you can try to change this line
https://github.com/kompot/nhl-tv-geeky-streams/blob/master/src/index.ts#L118
to
cdnName: CDN.LEVEL3
As AKAMAI CDN is hardcoded until this issue https://github.com/kompot/nhl-tv-geeky-streams/issues/8 is fixed
Well...
If I add NODE_TLS_REJECT_UNAUTHORIZED=0
line to .env
file
I get the message "Request failed with status code 404"
Editing line #118 in index.ts
changes nothing
Are you using latest version of this repository with docker image based on node:alpine
?
https://github.com/kompot/nhl-tv-geeky-streams/blob/master/Dockerfile
Yes
Can you try previous version, before switching to alpine based docker image https://github.com/kompot/nhl-tv-geeky-streams/archive/c73a09013af056c57487ff5548241de94c4b43c2.zip
Nothing changed :(
Go to C:\Windows\System32\drivers\etc Open hosts file with notepad and delete any line with ...nhl.com. Save hosts file.
@kovalivan96 any luck?
I think it's fair to assume that this a user-specific issue. No one else has reported it and the hosts file sounds like a likely root cause.
Hi! After I choose a stream to download I get the message:
self signed certificate Done in xx.xxs
And that's all What can be the problem?