You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
at com.snowplowanalytics.snowplow.enrich.common.enrichments.web.PageEnrichments$.parseCrossDomain(PageEnrichments.scala:62)
at com.snowplowanalytics.snowplow.enrich.common.enrichments.EnrichmentManager$.$anonfun$getCrossDomain$1(EnrichmentManager.scala:616)
at com.snowplowanalytics.snowplow.enrich.common.enrichments.EnrichmentManager$EStateT$.$anonfun$fromEither$1(EnrichmentManager.scala:150)
at com.snowplowanalytics.snowplow.enrich.common.enrichments.EnrichmentManager$EStateT$.$anonfun$fromEitherF$1(EnrichmentManager.scala:158)
at scala.Function1.$anonfun$andThen$1(Function1.scala:57)
...
(20 additional frame(s) were not displayed)
The exception is coming from this line, presumably when the _sp query parameter is an empty string.
The text was updated successfully, but these errors were encountered:
I have seen an example of this exception:
The exception is coming from this line, presumably when the
_sp
query parameter is an empty string.The text was updated successfully, but these errors were encountered: