Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Ubuntu16.04使用报错 #20

Open
ghost opened this issue Jul 14, 2019 · 4 comments
Open

Ubuntu16.04使用报错 #20

ghost opened this issue Jul 14, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Jul 14, 2019

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

@qingshuisiyuan
Copy link
Owner

你提供的这点少量日志来看不知道什么问题,

-------也许是你使用了终端的某个虚拟环境造成的。----

@Warden-Thresh
Copy link

Warden-Thresh commented Jul 29, 2019

我和你一样的报错,你现在解决了吗,我是deepin15.11,之前可以用,不知道改动了什么就这样了
2019-07-29 10:11:52:003 [info] pac server listen at: 127.0.0.1:2333
2019-07-29 10:11:52:003 [info] http proxy server listen at: 127.0.0.1:12333
2019-07-29 10:11:52:075 [error] 2019-07-29 10:11:52 INFO util.py:85 loading libcrypto from libcrypto.so.1.1

2019-07-29 10:11:52:075 [error] 2019-07-29 10:11:52 INFO local.py:50 local start with protocol[auth_sha1_v4] password [ method [aes-2fb] obfs [plain] obfs_param []
2019-07-29 10:11:52 INFO local.py:54 starting local at 127.0.0.1:1080
2019-07-29 10:11:52 INFO asyncdns.py:324 dns server: [('1656156', 51525253), (651655', 1585653)]

2019-07-29 10:11:57:924 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
2019-07-29 10:12:27:936 [error] Unhandled Rejection at: Promise [object Promise], reason: Error: net::ERR_TIMED_OUT
2019-07-29 10:12:27:937 [error] Unhandled Rejection at: Promise [object Promise], reason: Error: net::ERR_TIMED_OUT
2019-07-29 10:12:30:020 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-07-29 10:12:30:021 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting

@qingshuisiyuan
Copy link
Owner

我和你一样的报错,你现在解决了吗,我是deepin15.11,之前可以用,不知道改动了什么就这样了
2019-07-29 10:11:52:003 [info] pac server listen at: 127.0.0.1:2333
2019-07-29 10:11:52:003 [info] http proxy server listen at: 127.0.0.1:12333
2019-07-29 10:11:52:075 [error] 2019-07-29 10:11:52 INFO util.py:85 loading libcrypto from libcrypto.so.1.1

2019-07-29 10:11:52:075 [error] 2019-07-29 10:11:52 INFO local.py:50 local start with protocol[auth_sha1_v4] password [ method [aes-2fb] obfs [plain] obfs_param []
2019-07-29 10:11:52 INFO local.py:54 starting local at 127.0.0.1:1080
2019-07-29 10:11:52 INFO asyncdns.py:324 dns server: [('1656156', 51525253), (651655', 1585653)]

2019-07-29 10:11:57:924 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
2019-07-29 10:12:27:936 [error] Unhandled Rejection at: Promise [object Promise], reason: Error: net::ERR_TIMED_OUT
2019-07-29 10:12:27:937 [error] Unhandled Rejection at: Promise [object Promise], reason: Error: net::ERR_TIMED_OUT
2019-07-29 10:12:30:020 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
2019-07-29 10:12:30:021 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting

deepin最新的版本换了一个stable仓库,应该是缺少库文件。
日志中有这段话:
[error] 2019-07-29 10:11:52 INFO util.py:85 loading libcrypto from libcrypto.so.1.1
安装这个库,
sudo apt install libcrypto
然后,系统设置里面的代理设置按照ubuntu.md更改一下。

@qingshuisiyuan
Copy link
Owner

  • sudo apt-get install libssl-dev
  • sudo apt-get install libsodium-devel

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants