okonek / tidal-cli-client

You can now use Tidal on linux. With your loved CLI. <3
MIT License
272 stars 29 forks source link

Error when selecting artist #7

Closed twhiston closed 6 years ago

twhiston commented 6 years ago

Hi, running on Fedora 27, when i try to search for an artist and select them in the client I get the error

(node:17186) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'tw' of undefined───────────┐
(node:17186) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
okonek commented 6 years ago

I'll try to solve it. Have you installed app from Github or npm? Also, do you have the latest version?

twhiston commented 6 years ago

Hi, I installed it with npm -g i tidal-cli-client@latest so it should be the latest. node v8.9.4 npm v5.6.0

okonek commented 6 years ago

Sorry for inactivity, but I was on holiday. Now I'm solving it.

twhiston commented 6 years ago

no problem. Hope you had a nice holiday :D

okonek commented 6 years ago

Oh, I made a stupid mistake. I forget that w3m browser (it seems strange that my app needs browser, but it's the only way I can display images) is required for my program. I'll add it to README, that it's needed. When you install it, there won't be any problem. Thank you for reporting it!