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

Binary characters on some schemas error: Cannot read: Input length = 1 #1257

Open
enriquec-kaia opened this issue Jan 30, 2023 · 1 comment

Comments

@enriquec-kaia
Copy link

enriquec-kaia commented Jan 30, 2023

Hello,

I found that some schemas have some binary characters which causes the igluctl static push to fail
schemas/com.mailgun/message_clicked/jsonschema/1-0-0
schemas/com.mailgun/message_opened/jsonschema/1-0-0
schemas/com.mailgun/recipient_unsubscribed/jsonschema/1-0-0
schemas/com.sendgrid/bounce/jsonschema/2-0-0
schemas/com.sendgrid/click/jsonschema/2-0-0
schemas/com.sendgrid/deferred/jsonschema/2-0-0
schemas/com.sendgrid/delivered/jsonschema/2-0-0
schemas/com.sendgrid/group_resubscribe/jsonschema/2-0-0
schemas/com.sendgrid/group_unsubscribe/jsonschema/2-0-0
schemas/com.sendgrid/open/jsonschema/2-0-0
schemas/com.sendgrid/processed/jsonschema/2-0-0
schemas/com.sendgrid/spamreport/jsonschema/2-0-0
schemas/com.sendgrid/unsubscribe/jsonschema/2-0-0
schemas/com.snowplowanalytics.mobile/remote_config/jsonschema/1-0-0
schemas/com.snowplowanalytics.mobile/remote_config/jsonschema/1-0-1
schemas/com.snowplowanalytics.snowplow/recoveries/jsonschema/2-0-0
schemas/com.snowplowanalytics.snowplow/recoveries/jsonschema/3-0-0
schemas/com.snowplowanalytics.snowplow/recoveries/jsonschema/4-0-0
schemas/com.unbounce/form_post/jsonschema/1-0-0
schemas/org.ietf/http_client_hints/jsonschema/1-0-0

This only appears to be an issues when cloning the repo via a self-hosted linux github runners.

image

Error:

Cannot read [schemas/com.mailgun/message_opened/jsonschema/1-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.mailgun/recipient_unsubscribed/jsonschema/1-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.sendgrid/bounce/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.sendgrid/click/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.sendgrid/deferred/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.sendgrid/delivered/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.sendgrid/group_resubscribe/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.sendgrid/group_unsubscribe/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.sendgrid/open/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.sendgrid/processed/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.sendgrid/spamreport/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.sendgrid/unsubscribe/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.snowplowanalytics.mobile/remote_config/jsonschema/1-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.snowplowanalytics.mobile/remote_config/jsonschema/1-0-1]: Cannot read: Input length = 1
Cannot read [schemas/com.snowplowanalytics.snowplow/recoveries/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.snowplowanalytics.snowplow/recoveries/jsonschema/3-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.snowplowanalytics.snowplow/recoveries/jsonschema/4-0-0]: Cannot read: Input length = 1
Cannot read [schemas/com.unbounce/form_post/jsonschema/1-0-0]: Cannot read: Input length = 1
Cannot read [schemas/org.ietf/http_client_hints/jsonschema/1-0-0]: Cannot read: Input length = 1
@enriquec-kaia enriquec-kaia changed the title Binary characters on some schemas Binary characters on some schemas error: Cannot read: Input length = 1 Jan 30, 2023
@BioQwer
Copy link

BioQwer commented Sep 5, 2023

Have same issue

Cannot read [/repo/schemas/org.ietf/http_client_hints/jsonschema/1-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.snowplowanalytics.snowplow/recoveries/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.snowplowanalytics.snowplow/recoveries/jsonschema/3-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.snowplowanalytics.snowplow/recoveries/jsonschema/4-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.unbounce/form_post/jsonschema/1-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.sendgrid/bounce/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.sendgrid/click/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.sendgrid/deferred/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.sendgrid/delivered/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.sendgrid/group_resubscribe/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.sendgrid/group_unsubscribe/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.sendgrid/open/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.sendgrid/processed/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.sendgrid/spamreport/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.sendgrid/unsubscribe/jsonschema/2-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.snowplowanalytics.mobile/remote_config/jsonschema/1-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.snowplowanalytics.mobile/remote_config/jsonschema/1-0-1]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.mailgun/message_clicked/jsonschema/1-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.mailgun/message_opened/jsonschema/1-0-0]: Cannot read: Input length = 1
Cannot read [/repo/schemas/com.mailgun/recipient_unsubscribed/jsonschema/1-0-0]: Cannot read: Input length = 1

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

No branches or pull requests

2 participants