question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Connecting to Web - Error 404

See original GitHub issue

Hey 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:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
JohnnyCrazycommented, Aug 30, 2018

I think I’m able to reproduce it, but need some time finding the bug

1reaction
the-powlcommented, Aug 29, 2018

Same here, I tried to implement the Example Project and when the browser opens it just says “404 - Not Found”

the Console says:

22:13:47.841 INF >> [WebServer] Web server prefix ‘http://localhost:4000/’ added. 22:13:47.882 INF >> [WebServer] Finished Loading Web Server. 22:13:47.929 INF >> [WebServer] Started HTTP Listener 22:13:48.354 DBG >> [WebServer] Start of Request 9772b704 - Source ::1:60237 - GET: / 22:13:48.358 DBG >> [WebServer] Web API Module::WebApiModule.<.ctor>b__2_0 22:13:48.361 TRC >> [WebServer] Result: False 22:13:48.368 DBG >> [WebServer] Resource Files Module::ResourceFilesModule.<.ctor>b__2_1 22:13:48.369 DBG >> Resource System: index.html 22:13:48.369 TRC >> [WebServer] Result: False 22:13:48.369 ERR >> No module generated a response. Sending 404 - Not Found 22:13:48.386 DBG >> [WebServer] End of Request 9772b704

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found