zoukankan      html  css  js  c++  java
  • 安装electron-ssr出现的问题

    leon@leon-Lenovo-TianYi-100-14IBD:~/APP/electron-ssr/install$ electron-ssr
    2019-09-20 10:37:37:511 [info] Register shortcut: toggleWindow, Ctrl+Shift+W
    2019-09-20 10:37:37:559 [info] run command: python /home/leon/.config/electron-ssr/shadowsocksr/shadowsocks/local.py -s hkt26.securitytactics.com -p 13002 -k ****** -m aes-256-cfb -O origin -o tls1.2_ticket_auth -g hk2sch130021727.wns.windows.com -b 127.0.0.1 -l 1080
    2019-09-20 10:37:37:566 [info] pac server listen at: 127.0.0.1:2333
    2019-09-20 10:37:37:567 [info] http proxy server listen at: 127.0.0.1:12333
    2019-09-20 10:37:38:231 [error] Unhandled Rejection at: Promise [object Promise], reason: SyntaxError: Unexpected token : in JSON at position 3
    2019-09-20 10:37:39:081 [error] 2019-09-20 10:37:39 INFO     util.py:85 loading libcrypto from libcrypto.so.1.0.0
    
    2019-09-20 10:37:39:082 [error] 2019-09-20 10:37:39 INFO     local.py:50 local start with protocol[origin] password [grREMJrSm] method [aes-256-cfb] obfs [tls1.2_ticket_auth] obfs_param [hk2sch130021727.wns.windows.com]
    2019-09-20 10:37:39 INFO     local.py:54 starting local at 127.0.0.1:1080
    2019-09-20 10:37:39 INFO     asyncdns.py:324 dns server: [('127.0.0.1', 53)]
    
    2019-09-20 10:39:39:616 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
    2019-09-20 10:39:39:618 [error] Unhandled Rejection at: Promise [object Promise], reason: SentryError: HTTP Error (429): Creation of this event was denied due to rate limiting
    2019-09-20 10:40:01:208 [info] Kill client
    2019-09-20 10:40:01:215 [info] run command: python /home/leon/.config/electron-ssr/shadowsocksr/shadowsocks/local.py -s 178.170.68.250 -p 10003 -k ****** -m aes-128-ctr -O auth_aes128_md5 -o tls1.2_ticket_auth -b 127.0.0.1 -l 1080
    2019-09-20 10:40:01:435 [error] 2019-09-20 10:40:01 INFO     util.py:85 loading libcrypto from libcrypto.so.1.0.0
    
    2019-09-20 10:40:01:436 [error] 2019-09-20 10:40:01 INFO     local.py:50 local start with protocol[auth_aes128_md5] password [mLFBNEi0] method [aes-128-ctr] obfs [tls1.2_ticket_auth] obfs_param []
    2019-09-20 10:40:01 INFO     local.py:54 starting local at 127.0.0.1:1080
    
    2019-09-20 10:40:01:437 [error] 2019-09-20 10:40:01 INFO     asyncdns.py:324 dns server: [('127.0.0.1', 53)]
    
    ^C2019-09-20 14:43:00:988 [info] Kill client
    2019-09-20 14:43:00:988 [info] http proxy server closed.
    2019-09-20 14:43:00:989 [info] pac server closed.
    段错误 (核心已转储)
  • 相关阅读:
    noip模拟赛 梦想
    noip模拟赛 水题
    noip模拟赛 猜数字
    Java基础知识强化64:基本类型包装类的引入
    Java基础知识强化63:Arrays工具类之方法源码解析
    Java基础知识强化62:Arrays工具类之概述和使用
    Java基础知识强化61:经典查找之 常见查找算法小结
    Java基础知识强化60:经典查找之二分查找
    Java基础知识强化59:String(字符串)和其他类型的相互转化
    Java基础知识强化58:经典排序之二叉树排序(BinaryTreeSort)
  • 原文地址:https://www.cnblogs.com/hsdchenliyang/p/11560187.html
Copyright © 2011-2022 走看看