-
Notifications
You must be signed in to change notification settings - Fork 19
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
Can't search; 405 #31
Comments
Sounds like you're encountering the same issue as this one. Will try to figure this out as soon as I get a chance. |
Hmmm thanks -- still getting the same 405 though, with the new ReadyToRun.zip from commit 3a26d25. |
I'm getting this error too :( |
I found the answer! You need to add some services to Windows |
I am having the same issue as the original post from benboo, attempting a search, after clicking the search button, no results come up, and the loading icon remains present. a) The service seems to return HTTP status 405 (although no results): Any help would be greatly appreciated and if i can provide any further information to help with the solution please let me know. Thanks in advance!!! |
In addition to my post above here are a few more bits of info that will hopefully help resolve this issue. My OS that i am running is windows 10. Also, my .NET Framework is v4.5. I do not have the option for v4.0, would this make any difference as to why i am having the no results when attempting a search for artist/album/track? |
Correction about HTTP status code. Here are my log files (sorry bout the wrong info above): |
Hey @chenoww, apologies for my late reply - I'm no longer actively working on this repo however I hear that there may be newer versions in the works by other devs. As for your issue, have you taken a look at @benboo's findings above? Am almost certain it will run on .NET v4.5 with no problems so we can probably ignore that as a factor. |
No worries, i understand. |
Hi @chenoww - I bumped into the same 405 issue when I tried to setup my new version recently. The Stack Overflow answer is correct - There were 2x 'WCF HTTP activation' Windows features to add. I'm also on Win 10. The issue I was having was that:
All working now - plain computer with no VS dev tools installed, and not running the server or IIS under an admin account :) |
Got two issues that may or may not be related.
a) Attempting a search, after clicking the search button, no results come up, and the loading icon remains present.
b) The service seems to return HTTP status 405:
2016-05-22 22:19:53 ::1 POST /Services/SpotifyCallbackService.svc - 7529 - ::1 - - 405 0 1 2
2016-05-22 22:20:31 ::1 POST /Services/SpotifyCallbackService.svc - 7529 - ::1 - - 405 0 1 0
Ideas & pointers are welcome. Thanks.
The text was updated successfully, but these errors were encountered: