dsafa / audio-band

Display and control songs from the Windows taskbar
MIT License
658 stars 48 forks source link

Added, can right-click, but 'Audio Band Settings' is greyed #67

Open m0rg5 opened 5 years ago

m0rg5 commented 5 years ago

As per title

dsafa commented 5 years ago

Do you have a screenshot? I haven't seen this issue before. thanks.

m0rg5 commented 5 years ago

Yep đź‘Ť

Doesn't show arrow, but that right arrow isn't clickable.

image

dsafa commented 5 years ago

In your screenshot I noticed that there are other options like Lock the taskbar that are also disabled. Are those grayed out when you right click the taskbar normally or when audioband isn't running? I haven't seen those options grayed out before.

m0rg5 commented 5 years ago

Ah, that seemed to be some weird setting in Group Policy which I fixed.

Directing me to authorise on Spotify worked, but then directs me to : http://localhost/?code=AQBnuWVSTChcztCgyvPjjOKpxFsEbpMsD-nE6AIcQTJ4k4djzzVzblvRoPzQzGMhdn2OrMrm2RhZVGgrp6IbfO5WerV6_oNbYI8X1wrllDshoV-fADL_OEhnraOiUcIItT1hBAOZ9xCxv3qxaaFy3F0N4eDYqhsxPZI3M25f7h882weBGfcWS-V6otNuAg7QA1JWi1BG5dY2a12Eukj4dVG8wVfTagSqNXT-4uUBjrJLLvnWdlc7L8puodfiTFt8XO7yD51qrKC4plPIu5jTAdBKsRu3F7R8_Xaw54-a&state=aec8b321

And doesn't show anything in taskbar

m0rg5 commented 5 years ago

Ah, that seemed to be some weird setting in Group Policy which I fixed.

Directing me to authorise on Spotify worked, but then directs me to : http://localhost/?code=AQBnuWVSTChcztCgyvPjjOKpxFsEbpMsD-nE6AIcQTJ4k4djzzVzblvRoPzQzGMhdn2OrMrm2RhZVGgrp6IbfO5WerV6_oNbYI8X1wrllDshoV-fADL_OEhnraOiUcIItT1hBAOZ9xCxv3qxaaFy3F0N4eDYqhsxPZI3M25f7h882weBGfcWS-V6otNuAg7QA1JWi1BG5dY2a12Eukj4dVG8wVfTagSqNXT-4uUBjrJLLvnWdlc7L8puodfiTFt8XO7yD51qrKC4plPIu5jTAdBKsRu3F7R8_Xaw54-a&state=aec8b321

And doesn't show anything in taskbar

Callback port: 80

Set : http://localhost:80 in Spotify settings

dsafa commented 5 years ago

What does that page display, and what browser? Also can you upload the audioband.log file in the windows temp folder. Sorry for the late response, still busy.

m0rg5 commented 5 years ago

Been using different browsers (firefox, chrome, vivaldi), always redirects to that not existent page - so in chrome just now: This site can’t be reached localhost refused to connect.

AudioBand.log

Now worries re delay - thanks for all your hard work!

dsafa commented 5 years ago

I went through and retried authorization many times and I managed to encounter the issue once. For me, I refreshed the page (localhost/?code=... page) and it worked. Try refreshing the page and see if that works.

If that doesn't work then while you are on the page, open up cmd in admin mode and run netstat -ano | findstr :80. Check that one of the rows, in the second column there should be an address ending in :80 and the rightmost column should have a number that matches the process id of explorer.

If that exists then its probably some firewall issue or hosts file or dns issue.