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

smartrc.irrp がないときの処理 #3

Closed
muneue-suwa opened this issue Jan 13, 2019 · 1 comment
Closed

smartrc.irrp がないときの処理 #3

muneue-suwa opened this issue Jan 13, 2019 · 1 comment

Comments

@muneue-suwa
Copy link
Owner

エラーメッセージ

msg: smartrc send hoge
smartrc send hoge
No data file
Traceback (most recent call last):
  File "src/run.py", line 69, in <module>
    bot.main()
  File "src/run.py", line 32, in main
    self.analyze_message(msg[0]["text"])
  File "src/run.py", line 52, in analyze_message
    if splited_msg[2] in self.irrpfile.get_id_list():
  File "/foo/SmartRemoteControl2/src/irrp_file.py", line 27, in get_id_list
    with open(self.get_latest_filename(), "r") as irrp:
TypeError: invalid file: None

@muneue-suwa
Copy link
Owner Author

修正完了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant