okonek / tidal-cli-client

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

Client freezes on start-up #22

Closed pafluxa closed 6 years ago

pafluxa commented 6 years ago

Greeting,

Upon executing

npm run app

The terminal emulator just stays blank. No error messages are shown.

This is on Ubuntu 16.04. MPV and W3M are installed. Please let me know if I should provide more information about my setup.

Best,

okonek commented 6 years ago

You downloaded it using git clone or npm?

pafluxa commented 6 years ago

Hi,

I tried both, neither seems to work.

okonek commented 6 years ago

Have you logged in?

pafluxa commented 6 years ago

I am 99% sure I am.

okonek commented 6 years ago

So you passed your data, logged in and then it crashed?

pafluxa commented 6 years ago

It doesn't actually crash, it just gives me a blank terminal.

okonek commented 6 years ago

Are you sure, you have written your data correctly? You can see it in a file: /home/username/.tidalConfig.js

pafluxa commented 6 years ago

Yes I can.

pafluxa commented 6 years ago

I discovered the issue.

I had to uninstall w3m from the system and install w3m-img.

okonek commented 6 years ago

So now you have only w3m-img installed no w3m, yes? If so, could you try installing w3m now and see if it works with it? Thank you!

okonek commented 6 years ago

I'm closing