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.

Tried to run the example but not working just realized gturnquist-quoters is down, not sure if there is a mirror for this API or hosted somewhere else to update your example.

Caused by: org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [404 Not Found: Requested route ('gturnquist-quoters.cfapps.io') does not exist

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:7
  • Comments:13 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
ayan-bcommented, Mar 31, 2022

Replace line 30 link with this link: https://gistcdn.githack.com/ayan-b/ff0441b5a8d6c489b58659ffb849aff4/raw/e1c5ca10f7bea57edd793c4189ea8339de534b45/response.json

Essentially, replace this:

https://github.com/spring-guides/gs-consuming-rest/blob/2b4168375caa4b2ff6227b332dace8e13ab7cfd1/complete/src/main/java/com/example/consumingrest/ConsumingRestApplication.java#L27-L33

By:

public CommandLineRunner run(RestTemplate restTemplate) throws Exception {
		return args -> {
			Quote quote = restTemplate.getForObject(
					"https://gistcdn.githack.com/ayan-b/ff0441b5a8d6c489b58659ffb849aff4/raw/e1c5ca10f7bea57edd793c4189ea8339de534b45/response.json", Quote.class);
			log.info(quote.toString());
		};
	}
3reactions
Deewenscommented, Mar 31, 2022

Still down, the guide needs to be updated.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Quoter Down? Quoter status and reported issues - SaaSHub
The Quoter status here can help you determine if there is a global outage and Quoter is down or it is just you...
Read more >
Down Quotes - BrainyQuote
Believe in yourself, take on your challenges, dig deep within yourself to conquer fears. Never let anyone bring you down. You got to...
Read more >
Down Quotes - Goodreads
“You can't kick me down, I'm already on the ground. No, you can't, but you couldn't catch me anyhow.Blue skies, but the sun...
Read more >
190 Best down quotes ideas - Pinterest
Aug 28, 2021 - Explore Leslie Luna's board "down quotes" on Pinterest. See more ideas about quotes, me quotes, life quotes.
Read more >
Brainyquote.com - Is Brainy Quote Down Right Now?
Brainy Quote down? Check whether Brainyquote.com server is down right now or having outage problems for everyone or just for you.
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