Cljdoc allows you to complement your API docs with articles from your Git repository. By default, we auto-discover your articles. For more control see the library author's guide. In this case there was a problem clone-failed when attempting to import from git, but don't worry — API docs can work regardless.
To fix git issues, check out the FAQ on properly setting SCM information
exception-during-import
{:cause "clj-http: status 500"
:data
{:body "{\"message\":\"An internal server error occurred.\"}"
:headers
{"connection" "keep-alive"
"content-length" "48"
"content-type" "application/json"
"date" "Wed, 11 Sep 2024 08:40:04 GMT"
"feature-policy" "autoplay 'none'; camera 'none'"
"strict-transport-security"
"max-age=63072000; includeSubDomains; preload"
"via" "1.1 e345c29560592087623dbe75e8d765d6.cloudfront.net (CloudFront)"
"x-amz-cf-id" "QDf5Pkc9BMkOF_CbwKsvsVE08fWcUpVZ-QNH86UQ363D7SCxHK5Clw=="
"x-amz-cf-pop" "AMS1-P2"
"x-cache" "Error from cloudfront"
"x-content-type-options" "nosniff"
"x-frame-options" "SAMEORIGIN"
"x-request-id" "6eb748ef-fb79-442e-94f8-2b0eb351073d"
"x-xss-protection" "1; mode=block"}
:status 500}
:trace
[[clj_http.lite.client$wrap_exceptions$fn__1256 invoke "client.clj" 42]
[clj_http.lite.client$wrap_accept$fn__1297 invoke "client.clj" 138]
[clj_http.lite.client$wrap_accept_encoding$fn__1303 invoke "client.clj" 152]
[clj_http.lite.client$wrap_content_type$fn__1292 invoke "client.clj" 131]
[clj_http.lite.client$wrap_form_params$fn__1341 invoke "client.clj" 209]
[clj_http.lite.client$wrap_nested_params$fn__1361 invoke "client.clj" 235]
[clj_http.lite.client$wrap_method$fn__1336 invoke "client.clj" 202]
[clj_http.lite.links$wrap_links$fn__1212 invoke "links.clj" 69]
[clj_http.lite.client$wrap_unknown_host$fn__1369 invoke "client.clj" 246]
[clj_http.lite.client$post invokeStatic "client.clj" 369]
[clj_http.lite.client$post doInvoke "client.clj" 365]
[clojure.lang.RestFn invoke "RestFn.java" 423]
[cljdoc.analysis.service.CircleCI trigger_build "service.clj" 51]
[cljdoc.server.api$analyze_and_import_api_BANG_ invokeStatic "api.clj" 14]
[cljdoc.server.api$analyze_and_import_api_BANG_ invoke "api.clj" 11]
[cljdoc.server.api$kick_off_build_BANG_$fn__40904 invoke "api.clj" 86]
[clojure.core$binding_conveyor_fn$fn__5823 invoke "core.clj" 2047]
[clojure.lang.AFn call "AFn.java" 18]
[java.util.concurrent.FutureTask run "FutureTask.java" 317]
[java.util.concurrent.ThreadPoolExecutor runWorker "ThreadPoolExecutor.java"
1144]
[java.util.concurrent.ThreadPoolExecutor$Worker run
"ThreadPoolExecutor.java" 642] [java.lang.Thread run "Thread.java" 1583]]
:via
[{:at [clj_http.lite.client$wrap_exceptions$fn__1256 invoke "client.clj" 42]
:data
{:body "{\"message\":\"An internal server error occurred.\"}"
:headers
{"connection" "keep-alive"
"content-length" "48"
"content-type" "application/json"
"date" "Wed, 11 Sep 2024 08:40:04 GMT"
"feature-policy" "autoplay 'none'; camera 'none'"
"strict-transport-security"
"max-age=63072000; includeSubDomains; preload"
"via"
"1.1 e345c29560592087623dbe75e8d765d6.cloudfront.net (CloudFront)"
"x-amz-cf-id"
"QDf5Pkc9BMkOF_CbwKsvsVE08fWcUpVZ-QNH86UQ363D7SCxHK5Clw=="
"x-amz-cf-pop" "AMS1-P2"
"x-cache" "Error from cloudfront"
"x-content-type-options" "nosniff"
"x-frame-options" "SAMEORIGIN"
"x-request-id" "6eb748ef-fb79-442e-94f8-2b0eb351073d"
"x-xss-protection" "1; mode=block"}
:status 500}
:message "clj-http: status 500"
:type clojure.lang.ExceptionInfo}]}Having trouble? Please reach out via Slack or open an issue on GitHub. Thanks!