anyUesr

Results 6 comments of anyUesr

I also meet this, please fix it quickly thanks so much : )

Error like this: ``` File "/home/redis/.pyenv/versions/3.6.3/lib/python3.6/site-packages/aiohttp_session/__init__.py", line 113, in get_session session = await storage.load_session(request) File "/home/redis/.pyenv/versions/3.6.3/lib/python3.6/site-packages/aiohttp_session/redis_storage.py", line 53, in load_session data = data.decode('utf-8') AttributeError: 'str' object has no attribute 'decode'...

@asvetlov I agree @NotSqrt, maybe except decode error when data.decode('utf-8') is better

目前我是这样临时性解决的,先执行 `cp -r /usr/share/openclash/ui /etc/openclash/ui` 然后在 覆写设置-开发者选项,脚本第14行添加 ```bash sed -ie 's/\/usr\/share\/openclash\/ui/\/etc\/openclash\/ui/g' $CONFIG_FILE ``` 就可以用了。 不过还是等开发者修复吧,我也不太明白为什么要把前端文件放到 /usr/share/,直接放执行文件夹不是挺好的嘛。