zeruniverse / QBotWebWrap

Web Wrap for QBot series QQ/QQ空间在线挂机
GNU General Public License v3.0
116 stars 37 forks source link

点完run后未出现二维码界面 #2

Closed dysl357085918 closed 8 years ago

dysl357085918 commented 8 years ago

按照步骤部署的,点完run后网页倒是跳转了,但二维码并未出现。。地址:http://sg.shanliang.moe/qq

zeruniverse commented 8 years ago

SmartQQ可能會封禁服務器ip段,請先使用該服務器代理看看能不能手動登上smartqq

On Saturday, 30 July 2016, dysl357085918 notifications@github.com wrote:

按照步骤部署的,点完run后网页倒是跳转了,但二维码并未出现。。地址:http://sg.shanliang.moe/qq

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zeruniverse/QBotWebWrap/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbvND2wDiDDR4Ut-9zNEEJPJRiVHlAiks5qbAcegaJpZM4JY8LN .

dysl357085918 commented 8 years ago

挂代理是可以登录的,另外点完run后log框也未有显示。

zeruniverse commented 8 years ago

1.登陸vps 用 ps aux| grep 看看python是否運行。 2.去/var/log/httpd下查看php錯誤日誌

On Saturday, 30 July 2016, dysl357085918 notifications@github.com wrote:

挂代理是可以登录的,另外点完run后log框也未有显示。

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zeruniverse/QBotWebWrap/issues/2#issuecomment-236404428, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbvNOYjZsxXJUSVaoLfFgcUUjAHIeiuks5qbAnEgaJpZM4JY8LN .

dysl357085918 commented 8 years ago

搞定了,谢谢(⌒▽⌒)

xborner commented 7 years ago

能讲下怎么解决的吗,也是一样配置完无法弹出二维码,确定可以登录smartqq,查询python进程发现每一次查询进程pid都在变,另外单独qliker脚本是可以运行的

zeruniverse commented 7 years ago

@xborner 你查python每次都在变估计是你用了 ps aux|grep python, 你查到在变的不是python进程而是grep python的进程。

我感觉你应该是运行权限不够,你可以看下你的PHP log

xborner commented 7 years ago

@zeruniverse 启用了exec函数后可以使用了,但是扫码登录后会提示:ERROR Could not find an available JavaScript runtime. php没报错,js环境也安装了。

zeruniverse commented 7 years ago

我没在任何地方使用NodeJS 请确保你的所有代码被PHP执行了