Connecting to Web - Error 404
See original GitHub issueHey guys, how can I properly connect with SpotifyAPI.Web ?
I want to use the recommended ImplicitGrantAuth, and that was what I wrote:
Dim auth As SpotifyAPI.Web.Auth.ImplictGrantAuth = New SpotifyAPI.Web.Auth.ImplictGrantAuth(clientID, "http://localhost:8000", "http://localhost:8000", SpotifyAPI.Web.Enums.Scope.UserReadPrivate) auth.Start() auth.OpenBrowser()
Yes, in the Spotify Developer Center, I added “http://localhost:8000” to the Redirect URIs. While trying to connect, the open Browser just says “404 - Not Found”
What can I do?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Unable to connect with various websites error: 404 NOT ...
We usually get the error 404 "Page not found" whenever someone asks for a page that's simply not available on your site.
Read more >How to Fix Error 404 Not Found on Your Site
The Error 404 happens when a website's server can't find the page you're trying to access. This means that the client (your browser)...
Read more >Error 404: 4 Ways to Fix It
The 404 error not found means the browser has connected and sent the request to the web server. However, the latter can't find...
Read more >What is a 404 error and what should I do if I get one?
If you get a 404 error when accessing a website, first check to make sure that you have not mistyped the URL in...
Read more >unable to connect to server (error-404) [duplicate]
The 404 or Not Found HTTP response code indicates that the client was able to communicate with the server, but the server could...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I think I’m able to reproduce it, but need some time finding the bug
Same here, I tried to implement the Example Project and when the browser opens it just says “404 - Not Found”
the Console says: