-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Debian无法订阅地址 #29
Comments
你提供的日志看不出哪里有问题 |
试试在/usr/share/applications中找到electron-ssr图标进入属性设置,发现Permissions中Other的授权是read,改成read and write好像就能添加订阅地址了 |
我试了你的办法也不行。我的订阅地址是https的而不是ssr://,是不是不兼容。 |
不知道解决没有,manjaro相同的问题,订阅地址也是HTTPS无法订阅 |
同Manjaro遇到这个问题,看了上面的回答我删了一个地址里的一个参数就能添加了,但是没法更新节点 😕 。最后我去Win10那里复制了一个gui-config.json替换之后就能用了,但是这样可能不能更新节点。 |
已发邮箱,如果可以使用,那请反馈下,确定是否是这里的代码引起的 |
能否发一份给我...luohc2004@163.com |
已发 |
汗一个,我这还是用不了,有没有办法查看运行日志?
在 2019-10-24 19:39:01,"李昌义" <notifications@github.com> 写道:
我也有类似的问题,但是我的问题是,我有的订阅地址可以订阅,有的不能订阅,于是我去看了软件的源码。在src/shared/utils.js里面
代码:const inOneGroup = configs.slice(1).every(config => config.group === group)这里用了every函数来比对全部的group是否相同,如果有一个不同那么这里返回false,则这个订阅地址不会加入,给人的假象就是加入不成功。
我不知道作者添加这行代码的目的是什么,但是如果不做这个判断则可以正常订阅。我觉得完全没有必要做这一步的判断。
大佬可以分享下你修改过的编译出来的版本么?我这边也是无法订阅。也是https开头的订阅。如果方便的话,可以发到我的邮箱mengyalei1@gmail.com 感谢大佬
已发邮箱,如果可以使用,那请反馈下,确定是否是这里的代码引起的
能否发一份给我...luohc2004@163.com
已发
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
我看到的日志是这样的:
2019-10-26 00:47:13:761 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
2019-10-26 00:47:14:687 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-10-26 00:47:14:689 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
不知道有没有用
在 2019-10-24 19:39:01,"李昌义" <notifications@github.com> 写道:
我也有类似的问题,但是我的问题是,我有的订阅地址可以订阅,有的不能订阅,于是我去看了软件的源码。在src/shared/utils.js里面
代码:const inOneGroup = configs.slice(1).every(config => config.group === group)这里用了every函数来比对全部的group是否相同,如果有一个不同那么这里返回false,则这个订阅地址不会加入,给人的假象就是加入不成功。
我不知道作者添加这行代码的目的是什么,但是如果不做这个判断则可以正常订阅。我觉得完全没有必要做这一步的判断。
大佬可以分享下你修改过的编译出来的版本么?我这边也是无法订阅。也是https开头的订阅。如果方便的话,可以发到我的邮箱mengyalei1@gmail.com 感谢大佬
已发邮箱,如果可以使用,那请反馈下,确定是否是这里的代码引起的
能否发一份给我...luohc2004@163.com
已发
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
不好意思哈,才看到这个回复。这个错误好像是没有作用的,貌似都是这个错误。你可以看一下你的订阅地址在window或者在安卓里面换个其他SSR软件能用吗?如果可以的话,那说明这个软件还有其他的地方有问题,大概需要跟着源代码进行一次调试。 |
谢谢~能力有限,可惜没有人在正经维护了
在 2019-10-28 15:25:03,"李昌义" <notifications@github.com> 写道:
我看到的日志是这样的: 2019-10-26 00:47:13:761 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3 2019-10-26 00:47:14:687 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting 2019-10-26 00:47:14:689 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting 不知道有没有用 在 2019-10-24 19:39:01,"李昌义" notifications@github.com 写道: 我也有类似的问题,但是我的问题是,我有的订阅地址可以订阅,有的不能订阅,于是我去看了软件的源码。在src/shared/utils.js里面 代码:const inOneGroup = configs.slice(1).every(config => config.group === group)这里用了every函数来比对全部的group是否相同,如果有一个不同那么这里返回false,则这个订阅地址不会加入,给人的假象就是加入不成功。 我不知道作者添加这行代码的目的是什么,但是如果不做这个判断则可以正常订阅。我觉得完全没有必要做这一步的判断。 大佬可以分享下你修改过的编译出来的版本么?我这边也是无法订阅。也是https开头的订阅。如果方便的话,可以发到我的邮箱mengyalei1@gmail.com 感谢大佬 已发邮箱,如果可以使用,那请反馈下,确定是否是这里的代码引起的 能否发一份给我...luohc2004@163.com 已发 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
不好意思哈,才看到这个回复。这个错误好像是没有作用的,貌似都是这个错误。你可以看一下你的订阅地址在window或者在安卓里面换个其他SSR软件能用吗?如果可以的话,那说明这个软件还有其他的地方有问题,大概需要跟着源代码进行一次调试。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
2019-08-17 22:04:49:061 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
2019-08-17 22:04:49:320 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
2019-08-17 22:04:51:015 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-08-17 22:04:51:015 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-08-17 22:19:53:087 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
2019-08-17 22:19:53:639 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
2019-08-17 22:19:55:509 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-08-17 22:19:55:510 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
实在想不出到底是哪里的问题,ubuntu.md那个文件我也看过了,没用。
Debian9
0.2.6deb
The text was updated successfully, but these errors were encountered: