Giter VIP home page Giter VIP logo

ikoa-vps's People

Contributors

horryruo avatar

Stargazers

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

Watchers

 avatar  avatar

ikoa-vps's Issues

GCP上可以正常启动但无法添加任务

Debian 10,Python版本3.7.3
安装了所有依赖,在运行python3 start.py后
可以正常通过ip:5000打开前端页面,但是添加任务后无反应
查看console下发行提示:The client is using an unsupported version of the Socket.IO or Engine.IO protocols

root@instance-1:~/ikoa-vps# python3 start.py
[2020-12-11 09:28:44 +0000] [18081] [INFO] Starting gunicorn 20.0.4
[2020-12-11 09:28:44 +0000] [18081] [INFO] Listening at: http://0.0.0.0:5000 (18081)
[2020-12-11 09:28:44 +0000] [18081] [INFO] Using worker: eventlet
[2020-12-11 09:28:44 +0000] [18086] [INFO] Booting worker with pid: 18086
The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this err
or will be logged with level INFO)

搜了下没找到解决的办法,求大佬帮忙看看如何解决

序列码额度为0,不能下载!

請問一下
輸入番號後出現
序列码额度为0,不能下载!

我有兩個帳號都仍有餘額,都出現一樣情況

請問問題在那裡,謝謝!

下载完成后只上传ikoalogs,不上传视频

config内配置文件如下:
[default]
usedrive = gd
destination_path = /download
log_path = /ikoalogs
adminuser = admin
adminpassword = admin
merge_bool = true
serial_code = ****************
monthly_only = true
output_filename = cid
secret_key =
runport = 5000
down_time = 5
accounts = sa
[rclone_conf_gd]
team_drive_id = 0****_x70xwrUk9PVA

可以正常执行,但是下载完成后团队盘里只有/ikoalogs文件夹和下面的csv log文件,没有看到视频文件被成功传上来,请教下是哪里配置出错了吗?

能否设置成下载完一部后立马上传

如果提交多部的话,会全部下载完成之后才开始上传。这样的话,只有大盘鸡才能愉快的玩耍了o(╥﹏╥)o
如果设置成下一部就上传一部的话,对vps的硬盘要求就没那么高了

monthly_only功能是否没有实现?

查看下载日志发现,非月额的影片也下载了。查询快乐码余额,也确实扣除了 (T▽T)

id,name,taskid,status,size,bitrate,multipart,tag,monthly
mimk00009,,0,succeed,M,6000kbps,3,,true
mimk00010,,0,succeed,M,6000kbps,3,,true
mimk00011,,0,succeed,M,6000kbps,3,,true
mimk00012,,0,succeed,M,6000kbps,3,,true
mimk00013,,0,succeed,M,6000kbps,2,,true
mimk00014,,0,succeed,M,6000kbps,2,,false
mimk00015,,0,succeed,M,6000kbps,0,,true
mimk00016,,0,succeed,M,6000kbps,0,,true
mimk00017,,0,succeed,M,6000kbps,0,,true
mimk00018,,0,succeed,M,6000kbps,0,,false

Error in Ubuntu Desktop 20.04

I was facing a problem on my Ubuntu 20.04

After install I run python3 start.py

Here is my return:
Traceback (most recent call last):
File "/usr/local/bin/gunicorn", line 8, in
sys.exit(run())
File "/usr/local/lib/python3.8/dist-packages/gunicorn/app/wsgiapp.py", line 58, in run
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
File "/usr/local/lib/python3.8/dist-packages/gunicorn/app/base.py", line 228, in run
super().run()
File "/usr/local/lib/python3.8/dist-packages/gunicorn/app/base.py", line 72, in run
Arbiter(self).run()
File "/usr/local/lib/python3.8/dist-packages/gunicorn/arbiter.py", line 58, in init
self.setup(app)
File "/usr/local/lib/python3.8/dist-packages/gunicorn/arbiter.py", line 118, in setup
self.app.wsgi()
File "/usr/local/lib/python3.8/dist-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/usr/local/lib/python3.8/dist-packages/gunicorn/app/wsgiapp.py", line 49, in load
return self.load_wsgiapp()
File "/usr/local/lib/python3.8/dist-packages/gunicorn/app/wsgiapp.py", line 39, in load_wsgiapp
return util.import_app(self.app_uri)
File "/usr/local/lib/python3.8/dist-packages/gunicorn/util.py", line 358, in import_app
mod = importlib.import_module(module)
File "/usr/lib/python3.8/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "", line 783, in exec_module
File "", line 219, in _call_with_frames_removed
File "/root/ikoa-vps/wsgi.py", line 1, in
from app import APP as application
File "/root/ikoa-vps/app.py", line 118, in
def prevent_idiling():
File "/usr/local/lib/python3.8/dist-packages/APScheduler-3.6.3-py3.8.egg/apscheduler/schedulers/base.py", line 466, in inner
self.add_job(func, trigger, args, kwargs, id, name, misfire_grace_time, coalesce,
File "/usr/local/lib/python3.8/dist-packages/APScheduler-3.6.3-py3.8.egg/apscheduler/schedulers/base.py", line 420, in add_job
'trigger': self._create_trigger(trigger, trigger_args),
File "/usr/local/lib/python3.8/dist-packages/APScheduler-3.6.3-py3.8.egg/apscheduler/schedulers/base.py", line 921, in _create_trigger
return self._create_plugin_instance('trigger', trigger, trigger_args)
File "/usr/local/lib/python3.8/dist-packages/APScheduler-3.6.3-py3.8.egg/apscheduler/schedulers/base.py", line 906, in _create_plugin_instance
return plugin_cls(**constructor_kwargs)
File "/usr/local/lib/python3.8/dist-packages/APScheduler-3.6.3-py3.8.egg/apscheduler/triggers/interval.py", line 38, in init
self.timezone = astimezone(timezone)
File "/usr/local/lib/python3.8/dist-packages/APScheduler-3.6.3-py3.8.egg/apscheduler/util.py", line 93, in astimezone
raise TypeError('Only timezones from the pytz library are supported')
TypeError: Only timezones from the pytz library are supported

May I know is my UNIX moreutils install properly.
Thank you in advance.

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.