Leonarda

Results 27 issues of Leonarda

Hi, I found the tool will automatically repeat cells for specific times if the original row has rowspan attribute, and if the row have cells which have colspan attribute, the...

enhancement

本地测试开发时设置的一些域名用这个whitelist,chrome会报EMPTY_RESPONSE的错误,我看源码中这块是针对某类后缀做统一设置的,建议加入local、dev、test等常用的本地测试用域名。 ``` if (suffix == "cn") { return true; } ``` 修改为: ``` if (suffix == "cn" || suffix == "local" || suffix == “dev” || suffix == "test") {...

Hello, I tried to sync with a webdav server, for that there is no webdav sync plugin, I select netxcloud plugin(I think nextcloud note use webdav), but got the folloing...

enhancement
PR welcome

就是托盘图标还在,浮窗却没有了(不是贴边隐藏没看到),只能从托盘退出然后重新启动。 可能是跟设置了贴边隐藏有关系,也可能跟系统睡眠有关系,现在取消了贴边隐藏,过段时间再反馈。

在一个vagrant里的Ubuntu系统下载单音轨或者专辑都碰到了以下错误: ``` $ ./xmlyfetcher https://www.ximalaya.com/ertong/12891461/211393643 [INFO] Fetch track 1/1 ... [ERROR] The trackId 211393643 does not exist. ``` 换用vps后一切正常。 PS: 在msys2环境下有以下错误,可能跟调用的python版本有关系,我从shell直接输入python打开的是python2.7.12,但这个脚本调用的似乎却是另一位置的python3,以下错误我通过删除`reload(sys) sys.setdefaultencoding("utf8")`两行解决了: ``` $ ./xmlyfetcher https://www.ximalaya.com/ertong/12891461/211393643 [INFO] Fetch track 1/1...

发现一些未知原因可能导致客户端列表清空,以及./service stop似乎不能按预期终止进程。 两个出现客户端列表清空的情景: 1、服务端正常运行中,修改了rc.local,然后大意重新运行了`/etc/rc.local`,之后页面上的客户端消失了,显示“No data yet, please add nodes following the guide.” 2、正常运行了2个多小时后,发现客户端列表突然被清空了,显示“No data yet, please add nodes following the guide.” ![image](https://user-images.githubusercontent.com/612912/70331739-0d376680-187b-11ea-89db-806a139b3e23.png) 解决问题的终端输出记录,显示stop未能终止进程: ``` 在此之前运行了过一次`service stop`了,输出结果除了stopping还有前面的一行,不过输出被覆盖掉看不到了。 root@vps:/usr/local/stathub# ps aux |...

环境:服务端、Ubuntu 16、版本v0.102.3 Beta。 偶然输出日志,发现文件过大,查了下发现很多“too many open files; retrying in 1s”错误和“unsupported value: NaN”错误,下面是日志异常的具体情况: 异常行举例: ``` 2019/09/13 10:43:25 http: Accept error: accept tcp [::]:15944: accept4: too many open files; retrying in 1s...

观察到两台位于大陆地区的客户端无法稳定地向海外服务器报送数据,日志文件中有大量错误记录行。 基本都是以下两类: ``` 334807行 ERROR] send stat failed, Post https://1.2.3.4:15944/api/stat: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) 67706行 ERROR] send stat failed, Post https://1.2.3.4:15944/api/stat: dial...

你好,我在用的是`v0.102.3 Beta`,看到有更新提示就在服务端运行了一下,结果安装包下载时404了,是安装/更新脚本与二进制包的发布未同步造成的吗?

目前有两条机器出现了此问题,如下图: ![image](https://user-images.githubusercontent.com/612912/70306585-2bcd3b80-1842-11ea-92fa-bfc7be5b9c10.png) 显示的信息类似: ``` /snap/core/8039 100.00%;/snap/oracle-cloud-agent/4 100.00%;/snap/oracle-cloud-agent/5 100.00%;/snap/core/8213 100.00% ```