rime / home

Rime::Home is home to Rime users and developers
https://rime.im
4.27k stars 231 forks source link

Rime has encountered an error, but there is no such file as /tmp/rime.ibus.ERROR #1083

Open UlyssesZh opened 2 years ago

UlyssesZh commented 2 years ago

After I try to redeploy the input method, it tells me through the desktop notification that Rime has encountered an error. However, I cannot find the log file in /tmp. Although finally I found that the error is that I added a non-exist dictionary in luna_pinyin.custom.yaml:

# luna_pinyin.custom.yaml
patch:
  # ...
  translator/dictionary: luna_pinyin.ulysseszhan

I still wonder why the error is not logged. OS: Ubuntu 20.04. Installed Rime through apt install ibus-rime. Used /plum/ to install luna_pinyin etc.

Mjzsl123-github commented 2 years ago

I added a non-exist dictionary in luna_pinyin.custom.yaml as well, but I couldn't reproduce this issue. The result was that I couldn't input Chinese characters, but no error. (I'm using Weasel on Windows 10)

YaoLiMuMu commented 1 year ago

@UlyssesZh I have the same question, couldn't find the waring log in /tmp when redeploy schema, this is obvious that i can check rime logs in /tmp before I install librime. now I don't know how to solve the errors when I redeploy OS: Ubuntu 20.04. Installed Rime through apt install ibus-rime, build and install librime and librime-lua by myself.