Git Product home page Git Product logo

syncy's People

Contributors

wishinlife 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

syncy's Issues

OpenWRT 15.x?

OpenWRT 15.x里面,通过opkg已经无法获取libcurl了,因此pip也无法正常安装pycurl。
是否有计划支持OpenWRT 15.x呢?或者是否有其他替代方案?

Howto

Sorry, could you post some "how to" instruction how-to install on ubuntu
I tried
./configure
Make
Make install
But without sucess

Errors when using AES encryption

Traceback (most recent call last):
Traceback (most recent call last):
  File "D:\Application\_Data_Web\SyncY-Python\syncy.py", line 1638, in __read_data
  File "D:\Application\_Data_Web\SyncY-Python\syncy.py", line 1638, in __read_data
        cipher = self.__init_cipher(SyncY.encryption, SyncY.encryptkey)
cipher = self.__init_cipher(SyncY.encryption, SyncY.encryptkey)
  File "D:\Application\_Data_Web\SyncY-Python\syncy.py", line 1604, in __init_cipher
  File "D:\Application\_Data_Web\SyncY-Python\syncy.py", line 1604, in __init_cipher
        return AES.new(key.ljust(32, '.')[0:32], AES.MODE_CFB, segment_size=8)
return AES.new(key.ljust(32, '.')[0:32], AES.MODE_CFB, segment_size=8)
  File "D:\Environment\Python27\lib\site-packages\Crypto\Cipher\AES.py", line 95, in new
  File "D:\Environment\Python27\lib\site-packages\Crypto\Cipher\AES.py", line 95, in new
Traceback (most recent call last):
          File "D:\Application\_Data_Web\SyncY-Python\syncy.py", line 1638, in __read_data
return AESCipher(key, *args, **kwargs)
return AESCipher(key, *args, **kwargs)
      File "D:\Environment\Python27\lib\site-packages\Crypto\Cipher\AES.py", line 59, in __init__
  File "D:\Environment\Python27\lib\site-packages\Crypto\Cipher\AES.py", line 59, in __init__
cipher = self.__init_cipher(SyncY.encryption, SyncY.encryptkey)
          File "D:\Application\_Data_Web\SyncY-Python\syncy.py", line 1604, in __init_cipher
blockalgo.BlockAlgo.__init__(self, _AES, key, *args, **kwargs)
blockalgo.BlockAlgo.__init__(self, _AES, key, *args, **kwargs)
      File "D:\Environment\Python27\lib\site-packages\Crypto\Cipher\blockalgo.py", line 141, in __init__
  File "D:\Environment\Python27\lib\site-packages\Crypto\Cipher\blockalgo.py", line 141, in __init__
return AES.new(key.ljust(32, '.')[0:32], AES.MODE_CFB, segment_size=8)
          File "D:\Environment\Python27\lib\site-packages\Crypto\Cipher\AES.py", line 95, in new
self._cipher = factory.new(key, *args, **kwargs)
self._cipher = factory.new(key, *args, **kwargs)
    ValueErrorValueErrorreturn AESCipher(key, *args, **kwargs)
: :   File "D:\Environment\Python27\lib\site-packages\Crypto\Cipher\AES.py", line 59, in __init__
IV must be 16 bytes longIV must be 16 bytes long    

blockalgo.BlockAlgo.__init__(self, _AES, key, *args, **kwargs)
  File "D:\Environment\Python27\lib\site-packages\Crypto\Cipher\blockalgo.py", line 141, in __init__
    self._cipher = factory.new(key, *args, **kwargs)
ValueError: IV must be 16 bytes long
2016-02-09 22:07:33 ERROR: Transfer task exception error occurred: Invalid \escape: line 1 column 77 (char 76) .
Traceback (most recent call last):
  File "D:\Application\_Data_Web\SyncY-Python\syncy.py", line 1774, in run
    ret = self.__upload_file()
  File "D:\Application\_Data_Web\SyncY-Python\syncy.py", line 1870, in __upload_file
    responses = json.loads(responses)
  File "D:\Environment\Python27\lib\json\__init__.py", line 339, in loads
    return _default_decoder.decode(s)
  File "D:\Environment\Python27\lib\json\decoder.py", line 364, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "D:\Environment\Python27\lib\json\decoder.py", line 380, in raw_decode
    obj, end = self.scan_once(s, idx)
ValueError: Invalid \escape: line 1 column 77 (char 76)

The printed info above is from my Windows laptop a long time ago, when running a python version of SyncY v2.x. I got the same errors nowdays, still.

Similar problems when using Blowfish cipher. However the ARC4 is good.
SyncY version is Python v2.5.3

luci界面只能停止程序,不能启动程序。

故障版本包括 SyncY-Python-luci_2.5.2-1_all.ipk
SyncY-Python-luci_2.5.1-1_all.ipk

疑似代码的

另外提交信息的时候有时无法提交,原因是提交脚本经常错误的识别syncy的id。

syncy.cfg023d1b
syncy.cfg023d1b.sylogtext
syncy.cfg023d1b.syncylog=/mnt/sda1/baiduyun.log

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.