facebook / duckling

Language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings.
Other
4.05k stars 720 forks source link

Timezone data fails to load #640

Closed danbulant closed 3 years ago

danbulant commented 3 years ago

Trying to start on Manjaro (stack exec duckling-example-exe) results first in /etc/zoneinfo not found, after symlinking to /usr/share/zoneinfo I see the true error:

duckling-example-exe: /etc/zoneinfo/Zulu: invalid timezone file: no timezone found in OlsonData
chessai commented 3 years ago

Can you show what version of timezone-olson your duckling was built with? I believe that version 0.2 fixed a bug for arch linux.

danbulant commented 3 years ago

I'm new to haskell (never used it before), just wanted to try out duckling for other project.

I don't know how to view that, but if anything, I installed (and built) duckling today, and stack as well, so there was no cache which could use older version. If 0.2 is installed by default, I should have it.

I just used stack ls dependencies according to quick google search, says timezone-olson 0.1.9. How can I update to 0.2?

chessai commented 3 years ago

641 should fix this.

chessai commented 3 years ago

Can you try on latest master?

danbulant commented 3 years ago

Latest master fixes the issue.