thanks @josh
I eventually got this in the bad stream.
I’m guessing the iglu server isn’t accessible?
OR
Is it that the schema isn’t available?
{
"schema":"iglu:com.snowplowanalytics.snowplow.badrows/schema_violations/jsonschema/2-0-0",
"data":{
"processor":{
"artifact":"snowplow-enrich-pubsub",
"version":"2.0.5"
},
"failure":{
"timestamp":"2022-09-07T09:09:29.924058Z",
"messages":[
{
"schemaKey":"iglu:com.quix.steve.test/mouse-move-event/jsonschema/1-0-0",
"error":{
"error":"ResolutionError",
"lookupHistory":[
{
"repository":"Iglu Central",
"errors":[
{
"error":"RepoFailure",
"message":"Unexpected exception fetching: org.http4s.client.UnexpectedStatus: unexpected HTTP status: 404 Not Found"
}
],
"attempts":23,
"lastAttempt":"2022-09-07T09:06:56.747Z"
},
{
"repository":"Iglu Central - Mirror 01",
"errors":[
{
"error":"RepoFailure",
"message":"Unexpected exception fetching: org.http4s.client.UnexpectedStatus: unexpected HTTP status: 404 Not Found"
}
],
"attempts":23,
"lastAttempt":"2022-09-07T09:06:56.789Z"
},
{
"repository":"Iglu Client Embedded",
"errors":[
{
"error":"NotFound"
}
],
"attempts":1,
"lastAttempt":"2022-09-06T11:09:04.186Z"
},
{
"repository":"Iglu Server",
"errors":[
{
"error":"RepoFailure",
"message":"Unexpected exception fetching: org.http4s.client.UnexpectedStatus: unexpected HTTP status: 400 Bad Request"
}
],
"attempts":23,
"lastAttempt":"2022-09-07T09:06:56.656Z"
}
]
}
}
]
},
Calling: http://[IGLUSERVER]/api/meta/server?api_key
Returns this which indicates 0 schemas
{
"version": "0.7.0",
"authInfo": {
"vendor": "",
"schema": null,
"key": []
},
"database": "postgres",
"schemaCount": 0,
"debug": false,
"patchesAllowed": true
}
But calling http://iglu_server/api/schemas
returns a load of schemas