JohnTheGr8 / Wox.Plugin.Spotify

Spotify plugin for Wox launcher
MIT License
31 stars 7 forks source link

Authorization doesnt complete while using Homestead. #10

Closed bad33ndj3 closed 6 years ago

bad33ndj3 commented 6 years ago

Issue Description

When confirming authorization for the wox.Spotify plugin my personal website project(Homestead) shows up on localhost:8000 so the authorization doesnt complete.

Which means I cant use this plugin and work at the same time.

I would love to know how I could fix this or if there are any plans on not using localhost:8000 for authorization.

Functionality Affected

Please mark the functionality of the plugin that is affected by the issue:

Software Versions

Please fill in the following information:

Alexwijn commented 6 years ago

Dit you try to change the default port of Homestead? https://laravel.com/docs/5.6/homestead#ports

JohnTheGr8 commented 6 years ago

thanks @Alexwijn for providing @bad33ndj3 with a workaround.

I switched the port to 8580 which should be in use less frequently than port 8000.