Giter VIP home page Giter VIP logo

electron-ssr-backup's Introduction

写在前面

原作者(不具名)于2019年5月15日删除了并停止开发这个伟大的项目,不管因为什么原因,我们都应该感谢原作者的付出,希望有缘再见!

使用时注意事项:

  • 本应用内置http_proxy服务,如果您系统中或浏览器中安装有其他代理工具,服务,插件等请暂时停用或关闭服务或卸载后使用本软件。
  • 本应用使用gsetting设置系统代理,所以有些Linux系统无法使用该功能,请参考Ubuntu.md手动设置系统代理。
  • 火狐浏览器请注意在浏览器设置中更改代理方式为使用系统代理或手动设置。
  • Chrome浏览器默认使用系统代理

2019-08-05更新

更新内容:

  • 增加原作者发布的0.2.5安装包,未在release发布请访问项目文件夹0.2.5App
  • 更新并收集issues并制成文档issue.md
  • 说明issues作用

下载

提供0.2.6版本与0.2.5版本,建议优先使用0.2.6版本 0.2.6下载地址见Github release,对应的操作系统下载的文件为

  • Windows electron-ssr-setup-x.x.x.exe
  • Mac electron-ssr-x.x.x.dmg
  • Linux 优先建议下载electron-ssr-x.x.x.AppImage,直接双击运行。如果无法使用或者想直接下载自己系统专用包请看下一条
  • Arch或者基于Arch的系统,下载electron-ssr-x.x.x.pacman
  • RedHat系列的系统,下载electron-ssr-x.x.x.rpm
  • Debian系列的系统,下载electron-ssr-x.x.x.deb
  • 其他Linux系统或者通用Linux系统可下载electron-ssr-x.x.x.tar.gz(不会使用.tar.gz的请自行百度)

Debian系列安装与配置Ubuntu.md

收集已知问题和解决方案issue.md

Issus

在发issue前请先在issue中搜索是否有同类issue,如果有请跟帖。
另外发Bug类issue请详细描述你的使用环境,包括但不限于操作系统、软件版本,操作步骤,报错日志等。
欢迎在issue写出你们的经验,这对这个项目非常重要!包括但不限于如何解决错误,如何在不同的操作系统安装软件、依赖,设置代理,成功的使用软件的经验。对于正确的issue,我会收集到项目代码中。

ShadowsocksR跨平台客户端

这是一个跨平台(支持Windows MacOS Linux系统)的ShadowsocksR客户端桌面应用,它功能丰富,支持windows版大部分功能,更有更多人性化功能。它是开源的,它来源于开源,回馈以开源。

功能特色

  • 支持手动添加配置
  • 支持服务器订阅更新,复制该地址测试
  • 支持二维码扫描(请确保屏幕中只有一个有效的二维码),扫描该二维码测试
  • 支持从剪贴板复制、从配置文件导入等方式添加配置
  • 支持复制二维码图片、复制SSR链接(右键应用内二维码,点击右键菜单中的复制)
  • 支持通过点击ss/ssr链接添加配置并打开应用(仅Mac和Windows)
  • 支持切换系统代理模式:PAC、全局、不代理
  • 内置http_proxy服务,可在选项中开启或关闭
  • 支持配置项变更
  • 更多功能尽在任务栏菜单中

配置文件位置

  • Windows C:\Users\{your username}\AppData\Roaming\electron-ssr\gui-config.json
  • Mac ~/Library/Application Support/electron-ssr/gui-config.json
  • Linux ~/.config/gui-config.json

快捷键

加入快捷键本来是为了解决部分Linux发行版无法显示图标导致功能无法使用而加入的,当然其它系统也是可以使用的,同时支持在设置中进行开启/关闭以及更换按键的操作。

全局快捷键

  • CommandOrControl+Shift+W 切换主窗口显隐
  • 未设置 切换系统代理

应用内快捷键

  • CommandOrControl+Shift+B 切换是否显示操作菜单,仅Linux可用

已知Bug

  • 部分Linux系统无法切换系统代理模式(本应用使用gsetting设置系统代理,所以有些Linux系统无法使用该功能),如果你知道如何实现,欢迎发issue告知。
  • Windows系统切换全局代理不生效

开发和构建

# or npm install
yarn

# 开发时
npm run dev

# 打包构建
npm run build

# 单元测试
npm run mocha

# 代码风格检查
npm run lint

electron-ssr-backup's People

Contributors

khienghthenyang avatar qingshuisiyuan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

electron-ssr-backup's Issues

Ubuntu18.04 无法使用

按照Ubuntu.md的步骤来做的时候做到sudo dpkg -i .deb时报错dpkg: 错误: 无法访问归档 '.deb': 没有那个文件或目录,希望楼主解答

Ubuntu18.04可以更新节点(确定服务器没问题),但无法翻墙,全局模式下IP显示仍为本地

2019-10-10 20:59:58:203 [error] 2019-10-10 20:59:58 INFO util.py:85 loading libsodium from /home/user/anaconda3/lib/libsodium.so.23

2019-10-10 20:59:58:203 [error] 2019-10-10 20:59:58 INFO local.py:50 local start with protocol[auth_sha1_v4] password [*****] method [chacha20-ietf] obfs [http_simple] obfs_param [download.windowsupdate.com]
2019-10-10 20:59:58 INFO local.py:54 starting local at 127.0.0.1:1080
2019-10-10 20:59:58 INFO asyncdns.py:324 dns server: [('127.0.0.53', 53)]

已经安装libsodium了,也按照教程手动设置系统代理,不知为何报错。希望能得到解答,谢谢!

在ubuntu18.04出现奇怪的错误

2019-06-11 22:45:52:892 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
2019-06-11 22:45:53:898 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
2019-06-11 22:45:55:167 [info] start download ssr
2019-06-11 22:45:55:408 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-06-11 22:45:55:409 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
....
2019-06-11 22:46:25:454 [error] 2019-06-11 22:46:25 INFO util.py:85 loading libsodium from libsodium.so.23

2019-06-11 22:46:25:454 [error] 2019-06-11 22:46:25 INFO local.py:50 local start with protocol[auth_chain_a] password [breakwall] method [chacha20] obfs [tls1.2_ticket_auth] obfs_param []
...
2019-06-11 22:47:52:687 [error] 2019-06-11 22:47:52 INFO util.py:85 loading libsodium from libsodium.so.23

2019-06-11 22:47:52:689 [error] 2019-06-11 22:47:52 INFO local.py:50 local start with protocol[auth_aes128_md5] password [Lgjqdx] method [chacha20] obfs [http_simple] obfs_param [HK2SCH130a1d4d9034.wns.windows.com]
2019-06-11 22:47:52 INFO local.py:54 starting local at 127.0.0.1:1080
2019-06-11 22:47:52 INFO asyncdns.py:324 dns server: [('127.0.0.53', 53)]

请问楼主怎么解决啊。尝试装了libsodium 但是还是没能解决。万分感谢

9月1日晚上开始发现electron-ssr用不了了

节点在iOS的ShadowRocket和Windows上的ShadowSocks里测试确定能用,但是在Arch,Fedora和macOS里用electron-ssr连接后都无法联网,国内国外的网站都无法访问,显示代理错误,请问有人遇到一样的问题吗?

ubuntu 19.04 使用报错,寻求帮助

2019-09-05 00:02:34:045 [info] last update time: Thu Sep 05 2019 00:02:34 GMT+0800 (CST)
2019-09-05 00:02:34:086 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
2019-09-05 00:02:34:099 [info] next subscribe update time: Fri Sep 06 2019 00:02:34 GMT+0800 (CST)
2019-09-05 00:02:35:262 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
2019-09-05 00:02:38:665 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-09-05 00:02:38:665 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting

不知道什么原因,谢谢啦

无法启用PAC或者不代理

我现在没办法使用PAC模式或者不代理模式,所有流量都走代理,没办法直连。
只在chrome中出现这样的情况。使用switchyomega之后,感觉还是通过了系统代理,只不过没有出国就被拦截了。

信息如下:

  1. ssr shell output
    `bash
    2019-06-20 08:14:31:671 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
    2019-06-20 08:14:31:681 [info] run command: python $HOME/.config/electron-ssr/shadowsocksr/shadowsocks/local.py -s MYIP -p PORT -k ****** -m aes-128-ctr -O auth_aes128_md5 -o plain -b 0.0.0.0 -l 1080
    2019-06-20 08:14:31:687 [info] pac server listen at: 0.0.0.0:2333
    2019-06-20 08:14:31:687 [info] http proxy server listen at: 0.0.0.0:12333
    2019-06-20 08:14:31:719 [error] 2019-06-20 08:14:31 WARNING shell.py:110 warning: local set to listen on 0.0.0.0, it's not safe

2019-06-20 08:14:31:758 [error] 2019-06-20 08:14:31 INFO util.py:85 loading libcrypto from libcrypto.so.1.1

2019-06-20 08:14:31:759 [error] 2019-06-20 08:14:31 INFO local.py:50 local start with protocol[auth_aes128_md5] password [HnFgCAD9kC5B] method [aes-128-ctr] obfs [plain] obfs_param []
2019-06-20 08:14:31 INFO local.py:54 starting local at 0.0.0.0:1080
2019-06-20 08:14:31 INFO asyncdns.py:324 dns server: [('127.0.0.53', 53)]

2019-06-20 08:14:32:336 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
2019-06-20 08:14:33:643 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-06-20 08:14:33:644 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-06-20 08:16:02:809 [error] http proxy server connect error: Error: Connection Timed Out
`
2. Firefox

  1. chrome
  • 不开switch

  • 开switch

  1. 配置详情

运行electron-ssr后报错且无法访问外网

您好,我此前一直使用electron-ssr,但今天上午在浏览器更新后突然无法访问外网(在这之后尝试换ubuntu自带的浏览器也无法访问),在尝试了多种方法无效后我选择删除配置文件并卸载electron-ssr并重装,在重装并按照Ubuntu.md的步骤将网络代理设置为手动后仍无法解决问题,具体信息如下,非常希望能够得到你的帮助,谢谢
操作系统: Ubunutu16.04LTS
浏览器:firefox 68.0.1
electron-ssr:0.2.6.deb
问题描述:从剪切板导入自己的配置后仍无法访问外网(如www.google.com)但能够访问大陆网站(如www.baidu.com)
log:
2019-08-03 16:26:36:029 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
2019-08-03 16:26:36:907 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
2019-08-03 16:26:37:105 [info] start download ssr
2019-08-03 16:26:37:897 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-08-03 16:26:37:898 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-08-03 16:26:44:456 [info] ssr download success
2019-08-03 16:26:47:355 [info] import config from clipboard
2019-08-03 16:26:47:496 [info] run command: python /home/paradox/.config/electron-ssr/shadowsocksr/shadowsocks/local.py (个人信息)
2019-08-03 16:26:47:504 [info] pac server listen at: 127.0.0.1:2333
2019-08-03 16:26:47:505 [info] http proxy server listen at: 127.0.0.1:12333
2019-08-03 16:26:47:685 [error] 2019-08-03 16:26:47 INFO util.py:85 loading libcrypto from libcrypto.so.1.0.0

2019-08-03 16:26:47:686 [error] 2019-08-03 16:26:47 INFO local.py:50 local start with (个人信息)
2019-08-03 16:26:47 INFO local.py:54 starting local at 127.0.0.1:1080
2019-08-03 16:26:47 INFO asyncdns.py:324 dns server: [('127.0.1.1', 53)]

ERROR shell.py:50 [Errno 98] Address already in use

2019-10-10 15:35:46:408 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
2019-10-10 15:35:47:257 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
2019-10-10 15:35:48:202 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-10-10 15:35:48:203 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-10-10 15:35:53:634 [info] start download ssr
2019-10-10 15:37:51:435 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
2019-10-10 15:37:51:481 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
2019-10-10 15:37:52:066 [info] start download ssr
2019-10-10 15:37:53:000 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-10-10 15:37:53:000 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-10-10 15:38:13:565 [info] ssr download success
2019-10-10 15:42:51:990 [error] Error: listen EADDRINUSE 127.0.0.1:1080
at Object.exports._errnoException (util.js:1024:11)
at exports._exceptionWithHostPort (util.js:1047:20)
at Server.setupListenHandle [as _listen2] (net.js:1319:14)
at listenInCluster (net.js:1367:12)
at doListen (net.js:1493:7)
at _combinedTickCallback (internal/process/next_tick.js:141:11)
at process._tickDomainCallback (internal/process/next_tick.js:218:9)

2019-10-10 15:43:02:440 [info] run command: python /home/xcq/.config/electron-ssr/shadowsocksr/shadowsocks/local.py -s 185.199.224.181 -p 63024 -k ****** -m rc4-md5 -O origin -o plain -b 127.0.0.1 -l 1080
2019-10-10 15:43:02:456 [info] pac server listen at: 127.0.0.1:2333
2019-10-10 15:43:02:457 [info] http proxy server listen at: 127.0.0.1:12333
2019-10-10 15:43:02:644 [error] 2019-10-10 15:43:02 INFO util.py:85 loading libcrypto from libcrypto.so.1.0.0
2019-10-10 15:43:02:644 [error] 2019-10-10 15:43:02 INFO local.py:50 local start with protocol[origin] password [b'nFBUb8cm'] method [rc4-md5] obfs [plain] obfs_param []
2019-10-10 15:43:02 INFO local.py:54 starting local at 127.0.0.1:1080
2019-10-10 15:43:02 INFO asyncdns.py:324 dns server: [('127.0.1.1', 53)]
2019-10-10 15:43:02:648 [error] 2019-10-10 15:43:02 ERROR shell.py:50 [Errno 98] Address already in use
2019-10-10 15:43:02:648 [info] IPv6 support

有没有大佬知道这啥情况啊...

Debian无法订阅地址

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

ping检测功能

有没有哪个有能力的大佬加个检测服务器延迟的功能?订阅的节点多,都不知道哪个才是延迟最低的。

运行electron-ssr后无法访问网络

系统:Linux(Ubuntu 18.04 LTS)

客户端版本:v0.2.7

下载自https://github.com/shadowsocksrr/electron-ssr/releases

问题描述

新装机后安装electron-ssr打deb文件,安装了必要的依赖,但是运行后无法访问墙外网址。
查看发现报错如下:

2019-11-06 10:08:06:668 [info] last update time: Wed Nov 06 2019 10:08:06 GMT+0800 (CST)
2019-11-06 10:08:06:705 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
2019-11-06 10:08:06:712 [info] run command: python /home/user/.config/electron-ssr/shadowsocksr/shadowsocks/local.py -s 3.112.13.253 -p 105 -k ****** -m chacha20-ietf -O auth_aes128_md5 -G 8613:3jCMJu -o http_post -g e4b0b8613.download.windowsupdate.com -b 127.0.0.1 -l 1080
2019-11-06 10:08:06:716 [info] pac server listen at: 127.0.0.1:2333
2019-11-06 10:08:06:717 [info] http proxy server listen at: 127.0.0.1:12333
2019-11-06 10:08:06:729 [info] next subscribe update time: Thu Nov 07 2019 10:08:06 GMT+0800 (CST)
2019-11-06 10:08:06:753 [error] 2019-11-06 10:08:06 INFO     util.py:94 loading libsodium from libsodium.so.23

2019-11-06 10:08:06:754 [error] 2019-11-06 10:08:06 INFO     local.py:50 local start with [personal information]
2019-11-06 10:08:06 INFO     local.py:54 starting local at 127.0.0.1:1080
2019-11-06 10:08:06 INFO     asyncdns.py:287 black_hostname_list init as : []
2019-11-06 10:08:06 INFO     asyncdns.py:335 dns server: [('127.0.0.53', 53)]

已通过sudo apt install安装了libsodium-dev和libssl-dev,ldconfig -p | grep libsodium如下:

libsodium.so.23 (libc6,x86-64) => /usr/local/lib/libsodium.so.23
libsodium.so.23 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libsodium.so.23
libsodium.so (libc6,x86-64) => /usr/local/lib/libsodium.so
libsodium.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libsodium.so

在相应目录下,也能找到对应文件,但是依然无法解决不能访问网络打问题。
通过dpkg -i重装,安装过程中无报错,安装成功后,问题依旧。

烦请帮忙解决下

Ubuntu16.04使用报错

s@VM:~$ electron-ssr
2019-07-14 12:06:10:831 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
2019-07-14 12:06:11:316 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
2019-07-14 12:06:12:166 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-07-14 12:06:12:180 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-07-14 12:06:12:306 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-07-14 12:06:12:311 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-07-14 12:06:12:321 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting

ubuntu18.04日志代理连接报错 (server肯定没问题,eletron-ssr listen端口12333)

2019-08-30 15:12:26:510 [info] pac server listen at: 127.0.0.1:2333
2019-08-30 15:12:26:511 [info] http proxy server listen at: 127.0.0.1:12333
2019-08-30 15:12:31:873 [error] http proxy server connect error: Error: Socket Closed
2019-08-30 15:12:32:702 [error] http proxy server connect error: Error: Socket Closed
2019-08-30 15:12:35:344 [error] http proxy server connect error: Error: Socket Closed
2019-08-30 15:12:42:015 [error] http proxy server connect error: Error: Socket Closed
2019-08-30 15:12:49:087 [error] http proxy server connect error: Error: Socket Closed
2019-08-30 15:12:50:120 [error] http proxy server connect error: Error: Socket Closed

centos6.5安装

双击AppImage没用,安装rpm会报错
[root@myserver soft]# rpm -ivh electron-ssr-0.2.6.rpm
error: Failed dependencies:
libappindicator is needed by electron-ssr-0.2.6-119.x86_64

终端运行electron-ssr报错

你好,我在终端运行electron-ssr时报错,图形界面能自动打开但是服务器订阅添加不进去,是怎么回事呢?

错误提示信息:
2019-08-01 17:57:40:743 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
2019-08-01 17:57:41:280 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
2019-08-01 17:57:42:714 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-08-01 17:57:42:715 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting

日志信息:
2019-08-01 17:28:13:161 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
2019-08-01 17:28:16:941 [info] start download ssr
2019-08-01 17:28:18:379 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
2019-08-01 17:28:25:202 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-08-01 17:28:25:204 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-08-01 17:28:28:400 [info] ssr download success
2019-08-01 17:31:29:380 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
2019-08-01 17:31:29:491 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
2019-08-01 17:31:30:416 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-08-01 17:31:30:420 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-08-01 17:50:30:282 [info] Register shortcut: toggleWindow, Ctrl+Shift+W

求助。ubuntu18.04

2019-09-10 20:35:15:486 [error] Unhandled Rejection at: Promise [object Promise], reason: Error: net::ERR_PROXY_CONNECTION_FAILED
2019-09-10 20:35:15:578 [error] Unhandled Rejection at: Promise [object Promise], reason: Error: net::ERR_PROXY_CONNECTION_FAILED
2019-09-10 20:35:15:580 [error] Unhandled Rejection at: Promise [object Promise], reason: Error: net::ERR_PROXY_CONNECTION_FAILED
2019-09-10 20:35:15:675 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
2019-09-10 20:35:15:699 [info] run command: python /home/csolfh/.config/electron-ssr/shadowsocksr/shadowsocks/local.py -s 54.249.13.20 -p 25681 -k ****** -m aes-256-cfb -O auth_aes128_sha1 -o http_simple -b 127.0.0.1 -l 1080
2019-09-10 20:35:15:714 [info] pac server listen at: 127.0.0.1:2333
2019-09-10 20:35:15:716 [info] http proxy server listen at: 127.0.0.1:12333
2019-09-10 20:35:16:074 [error] 2019-09-10 20:35:16 INFO util.py:85 loading libcrypto from libcrypto.so.1.1

2019-09-10 20:35:16:076 [error] 2019-09-10 20:35:16 INFO local.py:50 local start with protocol[auth_aes128_sha1] password [b'y17h0B'] method [aes-256-cfb] obfs [http_simple] obfs_param []
2019-09-10 20:35:16 INFO local.py:54 starting local at 127.0.0.1:1080
2019-09-10 20:35:16 INFO asyncdns.py:324 dns server: [('127.0.0.53', 53)]

2019-09-10 20:36:26:916 [info] Kill client

关于issue.md内对某条error log的描述

issue.md内有一条这样的描述'

[error] 2019-08-03 16:26:47 INFO util.py:85 loading libcrypto from libcrypto.so.1.0.0

sudo apt-get install libssl-dev
sudo apt-get install libsodium-dev
以上两条命令是为了解决软件报错提示缺少libcrypto.so这个库,但实际能否解决并未能验证

[error] 2019-06-11 22:46:25 INFO util.py:85 loading libsodium from libsodium.so.23

sudo apt install libsodium libsodium-dev

我也出现了这个问题,我翻了下util.py这个文件,可能由于版本问题,我是在94行,找到了这样的一段代码

    for path in paths:
        try:
            lib = CDLL(path)
            if hasattr(lib, search_symbol):
                logging.info('loading %s from %s', library_name, path)
                return lib
            else:
                logging.warn('can\'t find symbol %s in %s', search_symbol,
                             path)
        except Exception:
            if path == paths[-1]:
                raise

感觉这个log只不过是util.py找到了对应的so文件的info输出,但是由于某些原因,被electron-ssr转发的时候记录成error,而且下面也有对应的error级别的log。所以这个应该不是值得在意的输出

虽然如此,我也是由于迷之原因连不上这个代理。Firefox报

An error occurred during a connection to www.reddit.com. PR_END_OF_FILE_ERROR

The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.