FrInve / TETYS

Topics' Evolution That You See
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Stuck when I select the first topic from the 10 shown (problem with expected format of dates? #2

Open sunbrn opened 1 day ago

sunbrn commented 1 day ago

In the Economic dev macroarea (yellow) I looked for the keyword "emissions", when I selected the first topic, everything got stuck. Below is a screenshot of the error on the console. It seems to be a problem with the expected format of dates.

image

image

FrInve commented 1 day ago

I'm not able to reproduce the issue from the frontend, while I can see it in the backend logs: immagine

As you can see, I expect a string with a number and a time qualifier (D for days, M for months, Y for years, ...), but here only the number was passed.

It seems like a corner case where the data resolution was not requested with the right format in the frontend. I can add a case in the backend that manages when the format string has not the correct format. At least it won't get stuck in this way.