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

Run DynamodbLocal while microsite is building #972

Merged
merged 1 commit into from
Feb 9, 2021

Conversation

davidfurey
Copy link
Contributor

The code snippets in the microsite need DynamodbLocal to be running to work.

The code snippets in the microsite need DynamodbLocal to be running to work.
Copy link
Contributor

@regiskuckaertz regiskuckaertz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good spot!

@regiskuckaertz regiskuckaertz merged commit fadfbe0 into master Feb 9, 2021
@regiskuckaertz regiskuckaertz deleted the microsite-dynamodb branch February 9, 2021 15:31
@davidfurey
Copy link
Contributor Author

@regiskuckaertz unfortunately the microsite still isn't updating. The error in travis is:

Error making request to GitHub
	at microsites.github.GitHubOps.$anonfun$run$1(GitHubOps.scala:208)
	at uncancelable @ org.http4s.client.ConnectionManager$.pool(ConnectionManager.scala:83)
	at uncancelable @ org.http4s.client.ConnectionManager$.pool(ConnectionManager.scala:83)
	at flatMap @ org.http4s.client.PoolManager.releaseRecyclable(PoolManager.scala:225)
	at uncancelable @ org.http4s.client.ConnectionManager$.pool(ConnectionManager.scala:83)
	at unsafeRunSync @ microsites.MicrositeAutoImportSettings.$anonfun$micrositeTasksSettings$14(MicrositeKeys.scala:496)
	at withPermit @ org.http4s.client.PoolManager.shutdown(PoolManager.scala:370)
	at uncancelable @ org.http4s.client.ConnectionManager$.pool(ConnectionManager.scala:83)
	at withPermit @ org.http4s.client.PoolManager.shutdown(PoolManager.scala:370)
	at guarantee$extension @ org.http4s.client.blaze.Http1Connection.$anonfun$executeRequest$2(Http1Connection.scala:193)
	at map @ fs2.internal.CompileScope.$anonfun$close$9(CompileScope.scala:246)
Caused by: UnauthorizedError(Bad credentials, https://docs.github.com/rest)

https://travis-ci.org/github/scanamo/scanamo/jobs/758235897

Would you mind taking a look?

@regiskuckaertz
Copy link
Contributor

regiskuckaertz commented Feb 10, 2021 via email

@regiskuckaertz
Copy link
Contributor

@davidfurey I think the github token in Travis was incorrect. I have generated a new one and restarted the job, let's see what happens.

@regiskuckaertz
Copy link
Contributor

(this is the GITHUB_TOKEN environment variable in the Travis settings)

@davidfurey
Copy link
Contributor Author

Great, it worked. Thanks for updating the token.

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

Successfully merging this pull request may close these issues.

2 participants