Fork me on GitHub
#onyx
<
2016-07-08
>
asolovyov07:07:41

I have a weird problem after updating to onyx 0.9.7 where my dashboard shows everything up to a first :submit-job and then doesn't show any jobs on the left side. Dashboard was updated to 0.9.7 as well. Unfortunately there are no errors in JS console, only one message which appears even before choosing a tenancy:

Unhandled event: [:chsk/handshake [086172ee-44bb-4915-a915-470ba37cf2b8 qREL48+j7/OnGKNz2CsX5aCM6PP7Axz+hsoTYW0N4QiblkW8xXTNvpvnEhmR6Ka0bfqJd2RzleE6M704]]
Not sure it's related though

acron08:07:29

Looks like sente

lucasbradstreet08:07:50

That should be fine as long as it isn’t throwing an exception on that event

lucasbradstreet08:07:33

@asolovyov: are you playing back a version of the log that is from a previous version of Onyx?

asolovyov08:07:16

no, not really

asolovyov08:07:42

I mean I'm looking at log from 0.9.7 in a dashboard from 0.9.7...

lucasbradstreet08:07:24

Alrighty. Just checking

asolovyov08:07:47

too bad there are no errors

asolovyov08:07:58

there were some in previous version when it declined to show something

lucasbradstreet08:07:54

Yeah I’m seeing something similar

lucasbradstreet08:07:07

You can see the submit-job entry, but it doesn’t list the job?

lucasbradstreet09:07:12

@asolovyov: I believe I’ve fixed the problem. onyx-dashboard 0.9.7.1 is releasing now

lucasbradstreet09:07:28

I need to get more selenium tests working again. It used to perform more checks

asolovyov09:07:30

I can't believe you fixed the problem with such a vague description :-))

asolovyov09:07:37

Uncaught #error {:message "Malformed event (wrong type). Event should be of `[ev-id ?ev-data]` form: :chsk/bad-package", :data {:malformed-event :chsk/bad-package}}

lucasbradstreet09:07:11

Hmm. New issue, right?

lucasbradstreet09:07:50

I’ve had bad package issues when the data was too big I think

asolovyov09:07:00

it shows me one of the jobs

lucasbradstreet09:07:20

Or there might be something in it that is not serializable

asolovyov09:07:21

here is the error (it's in the end of the snippet): (Error: Could not find tag parser for schema.core.OptionalKey in ("inst" "uuid" "queue" "js"))

lucasbradstreet09:07:25

There’s some schema data in it

asolovyov09:07:29

yeah... 😕

asolovyov09:07:34

is it fixable?

lucasbradstreet09:07:07

Is that something you’ve put in your job data?

lucasbradstreet09:07:22

The schema definitions I mean

asolovyov09:07:38

let me have a look at that 🙂