Junyi Lou

Results 8 comments of Junyi Lou

补充,在 `io_ctrl.py` 中 ```python try: onchange_func(event_data['value']) except Exception as e: logger.warning('Get %r in onchange function for name:"%s"', e, name) finally: del get_current_session().internal_save['onchange_trigger-' + task_id] ``` 如果将 `finally` 块中的删除语句注释(改为 `pass`),不再出现错误,同时也可以实现希望达成的效果

并不是应该设置为大写密码,在 Android 请求时 App 会直接返回小写密码,这个时候配置文件也同样需要设置为小写。应建议用户按照小米米家 App 返回的密钥区分大小写的填入配置文件中

顺便还发现 Plug 写成 Pulg 了哈哈 不过作者大概并不会 merge 了

具体指课程以 json 方式导入,还是各个日历项以 json 方式导出呢?

Please check https://github.com/YinHangCode/homebridge-mi-aqara

> @oneroyalace are you aware of any ways to apply such filters for **TweetsByIdTask**? I have not found any options in the code and tried playing with the context but...

> > @oneroyalace are you aware of any ways to apply such filters for **TweetsByIdTask**? I have not found any options in the code and tried playing with the context...

The fix by [c-basalt](https://github.com/yt-dlp/yt-dlp/issues/13121#issuecomment-2888234755) works for *all* links provided in the discussion above on my end. ```python play_info = traverse_obj(play_info, (('result', ('raw', 'data')), 'video_info', {dict}, any)) or {} ``` This...