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

pretty() and textual() Can't parse JSON that starts with array #56

Open
h1alexbel opened this issue Jul 20, 2023 · 6 comments
Open

pretty() and textual() Can't parse JSON that starts with array #56

h1alexbel opened this issue Jul 20, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@h1alexbel
Copy link
Member

h1alexbel commented Jul 20, 2023

java.lang.RuntimeException: java.io.UncheckedIOException: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `com.fasterxml.jackson.databind.node.ObjectNode` from Array value (token `JsonToken.START_ARRAY`)

JSON:

[
    {
      "musician": "Post Malone",
      "album": null,
      "song": null,
      "lyrics": null
    },
    {
      "musician": "Post Malone",
      "album": null,
      "song": null,
      "lyrics": null
    },
    {
      "musician": "Test Test",
      "album": "Hollywood's Bleeding",
      "song": "Post Malone",
      "lyrics": "She told me that she love me, yeah I'm thinkin' this must be a sign"
    },
    {
      "musician": "Test Test",
      "album": "Hollywood's Bleeding",
      "song": "Post Malone ",
      "lyrics": "She told me that she love me, yeah I'm thinkin' this must be a sign"
    },
    {
      "musician": "Test Case",
      "album": "Post",
      "song": null,
      "lyrics": null
    }
  ]
@h1alexbel h1alexbel added the bug Something isn't working label Jul 20, 2023
@zoeself
Copy link
Collaborator

zoeself commented Jul 20, 2023

@h1alexbel thank you for reporting this. I'll assign someone to take care of it soon.

@h1alexbel h1alexbel changed the title Can't parse JSON that starts with array pretty() and textual() Can't parse JSON that starts with array Jul 20, 2023
@zoeself
Copy link
Collaborator

zoeself commented Jul 20, 2023

@h1alexbel this is your task now, please go ahead. Deadline (when this ticket should be closed) is 2023-07-30T12:39:07.377950.

Estimation here is 60 minutes, that's how much you will be paid.

Remember, you don't have to solve everything in this ticket - you can solve it partially and leave todo markers in the code, which will become future tasks.

If you have any questions don't ask me, I'm not a technical person. Open new tickets instead.

If you don't have time or simply don't want to work on this, you can always resign.

@zoeself
Copy link
Collaborator

zoeself commented Jul 25, 2023

@h1alexbel Don't forget to close this ticket before the deadline (2023-07-30T12:39:07). You are past the first half of the allowed period.

@zoeself
Copy link
Collaborator

zoeself commented Jul 30, 2023

@h1alexbel Looks like you've missed the task deadline (2023-07-30T12:39:07). You are now resigned from this task.

Please stop working on it, you will not be paid. I will assign it to someone else soon.

@zoeself
Copy link
Collaborator

zoeself commented Jul 30, 2023

@h1alexbel I couldn't find any assignee for this task. This is either because there are no contributors with role DEV available or because the project does not have enough funds.

Please, make sure there is at least one available contributor with the required role and the project can afford to pay them.

1 similar comment
@zoeself
Copy link
Collaborator

zoeself commented Apr 5, 2024

@h1alexbel I couldn't find any assignee for this task. This is either because there are no contributors with role DEV available or because the project does not have enough funds.

Please, make sure there is at least one available contributor with the required role and the project can afford to pay them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants