Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Client - 403 Access Denied #122

Open
lvaldovinos opened this issue Mar 5, 2015 · 4 comments
Open

HTTP Client - 403 Access Denied #122

lvaldovinos opened this issue Mar 5, 2015 · 4 comments

Comments

@lvaldovinos
Copy link

Hi,

While i was finishing on this problem, i realized Spotify's using 8099 port, so if you are listening to music on Spotify while solving this problem, test No.2 will fail with 403 code, stating "Access is denied".

Solving this is easy, you just got to make sure nobody is using 8099 port before solving this problem.

Maybe instead of listening to 8099 you may change the port to another one that is not likely to be used by other applications.

Regards.

@calvinmetcalf
Copy link
Collaborator

yeah we can pick a new port, how about 27391 (chosen with this)

@ma-santamaria
Copy link

Hello,

I also have encountered this problem (spotify + programming is quite common)

I know that find a free port is difficult, but how about a notice in problem.txt?

Regards.

@ghost
Copy link

ghost commented Jul 17, 2015

+1. You could look up a free port using node-portfinder and pass it to a solution through command-line arguments.

@rafaeleyng
Copy link

Same problem here.
Solved by closing Spotify while submitting the exercise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants