Giter VIP home page Giter VIP logo

ssr.go's Issues

并没有ssr,找不到对应的配置,安装是成功的,卸载也卸载不了

Traceback (most recent call last):
File "/usr/local/SSR.Go/changepwd.py", line 3, in
from readjson import ConfPwd
File "/usr/local/SSR.Go/readjson.py", line 7, in
jsonfile = file("/etc/shadowsocks.json")
IOError: [Errno 2] No such file or directory: '/etc/shadowsocks.json'
Traceback (most recent call last):
File "/usr/local/SSR.Go/connectinfo.py", line 3, in
import readjson, base64, os, json
File "/usr/local/SSR.Go/readjson.py", line 7, in
jsonfile = file("/etc/shadowsocks.json")
IOError: [Errno 2] No such file or directory: '/etc/shadowsocks.json'

关于SSR.Go脚本的问题

您好,使用SSR.Go的时候,发现安装SSRR会自动配置好默认方式,然后想要修改配置只能一项一项,可否有个选项是修改全部配置,这样就方便多了

报错

请选择: 1

1.启动服务
2.停止服务
3.重启服务
4.运行状态
5.运行日志

请选择: 1

Traceback (most recent call last):
File "/usr/local/shadowsocks/server.py", line 32, in
from shadowsocks import shell, daemon, eventloop, tcprelay, udprelay,
File "/usr/local/shadowsocks/../shadowsocks/tcprelay.py", line 32, in
from shadowsocks import encrypt, obfs, eventloop, shell, common, lru_cache, version
File "/usr/local/shadowsocks/../shadowsocks/obfs.py", line 39
return {"auth_aes128_md5", "auth_aes128_sha1",
^
SyntaxError: invalid syntax
Starting ShadowsocksR failed
ssrr服务启动成功!

脚本存在问题 script have some problem

centos第一次运行脚本提示不是centos的系统
系统的shell我换成了zsh了,不知道是不是这个问题

脚本中的检测进程逻辑存在问题
ps aux | grep 'aliyun'这样始终都会有返回的,因为有一个grep的进程,需要用grep -v先排出才行

python报错没有qrcode 安装也没用

安装以后不管执行什么命令都会提示没有模块叫qrcode
然后我试了pip install qrcode也没有
然后我又试了pip uninstall qrcode再pip install qrcode也没用啊
改密码什么也不行 直接跳出来一堆错误然后问我要不要下载图片.......
然后我就只能卸载了...

debian 9 使用不方便

可以使用了。有一些问题:
怎么卸载?
每次修改配置之后都要返回主界面。
混淆模式配置已完成!

0.返回上一级
1.更改密码
2.更改端口
3.更改加密方式
4.更改协议
5.更改混淆模式
按数字键选择功能,按回车键退出

请选择: root@chuyin002:~#

The latest version always fails to deploy in GCP

Traceback (most recent call last):
File "/usr/local/SSR.Go/changepwd.py", line 3, in
from readjson import ConfPwd
File "/usr/local/SSR.Go/readjson.py", line 4, in
from ssrextra import byteify
File "/usr/local/SSR.Go/ssrextra.py", line 3, in
import os, random, string, socket, urllib2, base64, qrcode, subprocess
ImportError: No module named qrcode
Traceback (most recent call last):
File "/usr/local/SSR.Go/connectinfo.py", line 3, in
import readjson, base64, os, json
File "/usr/local/SSR.Go/readjson.py", line 4, in
from ssrextra import byteify
File "/usr/local/SSR.Go/ssrextra.py", line 3, in
import os, random, string, socket, urllib2, base64, qrcode, subprocess
ImportError: No module named qrcode

ssr 命令不能启动

Main program of SSR has been installed!

ShadowsocksR (pid 8079) is already running...
SSR installed successfully!
Input 'ssr' and press enter, just access to a wide world!
[root@instance-1 ~]# ssr
-bash: ssr: command not found

请问这个是怎么回事呢?

一些小Bugs

1、装完以后显示请运行srr
2、运行以后某个流程显示ssrr(忘了是哪里了,好像是停止/启动服务的时候)
3、修改密码的时候选n也会继续修改密码

/etc/init.d/shadowsocks脚本好像有点问题。

不管是status还是restart,都会报too many arguments。

root@localhost:/# etc/init.d/shadowsocks status
etc/init.d/shadowsocks: line 26: [: too many arguments
ShadowsocksR is stopped

root@localhost:/# etc/init.d/shadowsocks restart
etc/init.d/shadowsocks: line 26: [: too many arguments
ShadowsocksR is stopped
etc/init.d/shadowsocks: line 26: [: too many arguments
IPv6 support
2017-12-02 10:48:24 INFO shell.py:74 ShadowsocksR 3.4.0 2017-07-27
2017-12-02 10:48:24 ERROR daemon.py:75 already started at pid 293
Starting ShadowsocksR failed

不能启动服务

安装后启动服务,总是失败

1.Start service
2.Stop service
3.Restart service
4.Operating status
5.Operation log
Choose: 1
/etc/init.d/shadowsocks: line 39: /usr/local/shadowsocks/server.py: No such file or directory
Starting ShadowsocksR failed
ShadowSocksR service has been started!

Default parameters are not applied

Hello,

Just tried to install SSRR with default parameters that are shown during installation but by the end I received this setup:

Congratulations, ShadowsocksRR server install completed!
Your Server IP : blah-blah-blah
Your Server Port : 19085
Your Password : password
Your Protocol : origin
Your obfs : plain
Your Encryption Method: aes-256-cfb

Do you need setup log file?

千万别用443端口

就是想提醒下,用443端口不管用什么混淆,VPS几乎被秒杀,直接封IP。我试了好几个VPS都是如此,后来换成10000以上的端口,我这个日本VPS用了快8个月没被封,香港的用了块半年。

Incompatibilities with Python 3

485 days until Python 2 end of life: https://pythonclock.org

flake8 testing of https://github.com/leitbogioro/SSR.Go on Python 3.7.0

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./changeport.py:11:13: F821 undefined name 'raw_input'
ifgenport = raw_input()
            ^
./changeport.py:17:17: F821 undefined name 'raw_input'
    ifgenport = raw_input()
                ^
./changeport.py:25:15: F821 undefined name 'raw_input'
    newport = raw_input()
              ^
./changeport.py:30:19: F821 undefined name 'raw_input'
        newport = raw_input()
                  ^
./readjson.py:6:12: F821 undefined name 'file'
jsonfile = file("/etc/shadowsocks.json")
           ^
./changeobfs.py:53:26: E999 TabError: inconsistent use of tabs and spaces in indentation
	print("请按 1 到 10 之间的数字!")
                         ^
./changemethod.py:39:30: E999 TabError: inconsistent use of tabs and spaces in indentation
	writejson.WriteMethod("none")
                             ^
./ssrextra.py:12:20: E999 SyntaxError: invalid syntax
    print subprocess.call(setShell, shell=True)
                   ^
./changepwd.py:22:17: E999 TabError: inconsistent use of tabs and spaces in indentation
	print ("密码不可为空")
                ^
./writejson.py:6:12: F821 undefined name 'file'
jsonfile = file("/etc/shadowsocks.json")
           ^
./writejson.py:12:18: F821 undefined name 'file'
    openjsonfile=file("/etc/shadowsocks.json","w+") # file方法用于打开文件,w+参数表示可读写
                 ^
./changeprotocol.py:36:121: E999 TabError: inconsistent use of tabs and spaces in indentation
	Whether("该协议来自原生shadowsocks协议,已无法适用于审查严密的环境,是否要选择?(y/n)", "y", "n", writejson.WriteProtocol, "协议", "origin", "���议选择", cp)
                                                                                                                        ^
5     E999 TabError: inconsistent use of tabs and spaces in indentation
7     F821 undefined name 'raw_input'
12

你好,我换过好几个系统,包括你推荐系统,都安装失败

机器是搬瓦工,KVM的。属于小白折腾
网上查询相关内容实在看不懂

重装后立马安装你这个,总是出现下面提示
Traceback (most recent call last):
File "/usr/local/SSR.Go/connectinfo.py", line 3, in
import readjson, base64, os, json
File "/usr/local/SSR.Go/readjson.py", line 4, in
from ssrextra import byteify
File "/usr/local/SSR.Go/ssrextra.py", line 3, in
import os, random, string, socket, urllib2, base64, qrcode, subprocess, ssl
ImportError: No module named qrcode

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.