Getting this error ,
d6df2c06880c\t-\t-\t-\t-\t-",“errors”:[{“level”:“error”,“message”:“error: Could not find schema with key iglu:com.snowplowanalytics.mm/click_event/jsonschema/1-0-0 in any repository, tried:\n level: “error”\n repositories: [“Iglu Client Embedded [embedded]”,“Custom Schemas [HTTP]”,“Iglu Central [HTTP]”]\n”},{“level”:“error”,“message”:“error: Problem parsing iglu:com.snowplowanalytics.mm/click_event/jsonschema/1-0-0 as JSON in HTTP Iglu repository Custom Schemas: Unexpected character (’<’ (code 60)): expected a valid value (number, String, array, object, ‘true’, ‘false’ or ‘null’) at [Source: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream@xxxxxx; line: 1, column: 2]\n level: “error”\n”},{“level”:“error”,“message”:“error: Problem parsing iglu:com.snowplowanalytics.mm/click_event/jsonschema/1-0-0 as JSON in HTTP Iglu repository Custom Schemas: Unexpected character (’<’ (code 60)): expected a valid value (number, String, array, object, ‘true’, ‘false’ or ‘null’) at [Source: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream@xxxxxx; line: 1, column: 2]\n level: “error”\n”},{“level”:“error”,“message”:“error: Problem parsing iglu:com.snowplowanalytics.mm/click_event/jsonschema/1-0-0 as JSON in HTTP Iglu repository Custom Schemas: Unexpected character (’<’ (code 60)): expected a valid value (number, String, array, object, ‘true’, ‘false’ or ‘null’) at [Source: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream@xxxxxx; line: 1, column: 2]\n level: “error”\n”}],“failure_tstamp”:“2017-11-30T16:23:57.281Z”}
im also sending my click_event schema being used:
{
"$schema": “https://datascience-iglu-repo.cxawsnprd.massmutual.com/com.snowplowanalytics.mm/click_event/jsonschema/1-0-0#”,
“description”: “Schema for click_event”,
“self”: {
“vendor”: “com.snowplowanalytics.mm”,
“name”: “click_event”,
“format”: “jsonschema”,
“version”: “1-0-0”
},
“type”: “object”,
“properties”: {
“linkName”: {
“type”: “string”
},
“linkType”: {
“type”: “string”
},
“pageName”: {
“type”: “string”
},
“sc_audience” : {
“type”: “string”
},
“url” : {
“type”: “string”
},
“authentication_status”: {
“type”: “string”
},
“sc_logged_in_status” : {
“type”: “string”
},
“lead_id” : {
“type”: “string”
},
“tealium_session_id” : {
“type”: “string”
},
“tealium_visitor_id” : {
“type”: “string”
},
“sc_calculator_results” : {
“type”: “string”
},
“sc_portal_login” : {
“type”: “string”
},
“sc_navigation_actions” : {
“type”: “string”
},
“query_string” : {
“type”: “string”
},
“calculator_name” : {
“type”: “string”
},
“calculator_category” : {
“type”: “string”
},
“calculator_quantity” : {
“type”: “string”
},
“calculator_value” : {
“type”: “string”
},
“calculator_finished_id” : {
“type”: “string”
},
“content_type” : {
“type”: “string”
},
“site_id” : {
“type”: “string”
},
“visitor_id220892” : {
“type”: “string”
},
“search_term” : {
“type”: “string”
},
“advisor” : {
“type”: “string”
},
“agency” : {
“type”: “string”
},
“state” : {
“type”: “string”
},
“city” : {
“type”: “string”
},
“field_interaction” : {
“type”: “string”
},
“event_name” : {
“type”: “string”
},
“homepage_tile_text” : {
“type”: “string”
},
“author” : {
“type”: “string”
},
“scope” : {
“type”: “string”
},
“results_count” : {
“type”: “string”
},
“module_section” : {
“type”: “string”
},
“pdf_name” : {
“type”: “string”
},
“filters” : {
“type”: “string”
}
},
“minProperties”: 1,
“required”: [],
“additionalProperties”: true
}