bcloud打开错误,并商店无法打开
Tofloor
poster avatar
xinho
deepin
2017-10-29 19:16
Author
重新安装的系统,更新后出现的问题:1. 商店点击无反应,显示总线错误
2. bcloud 无法打开

Reply Favorite View the author
All Replies
avatar
Dream
deepin
2017-10-29 19:46
#1
我的应用商店现在也打不开,不过应用商店在15.5会有新版,等等吧
Reply View the author
avatar
155******38
deepin
2017-10-29 20:13
#2
15.41确认能登录.刚才还登录确认了.不过现在我喜欢用windows下面的pandown.真心神器,能满速下载比,bcloud好用的多
Reply View the author
avatar
xinho
deepin
2017-10-29 20:48
#3
https://bbs.deepin.org/post/147415
我的应用商店现在也打不开,不过应用商店在15.5会有新版,等等吧

我用了web版的浏览器。。。说实话,web版的我觉得好用一些。。。尴尬
Reply View the author
avatar
xinho
deepin
2017-10-29 20:50
#4
https://bbs.deepin.org/post/147415
15.41确认能登录.刚才还登录确认了.不过现在我喜欢用windows下面的pandown.真心神器,能满速下载比,bcloud好 ...

多谢回复,pandown?linux也有?那我得看看了
Reply View the author
avatar
xinho
deepin
2017-10-29 20:56
#5
https://bbs.deepin.org/post/147415
15.41确认能登录.刚才还登录确认了.不过现在我喜欢用windows下面的pandown.真心神器,能满速下载比,bcloud好 ...

木有linux版的啊,我是单跑的,用不了呢
Reply View the author
avatar
155******38
deepin
2017-10-30 02:42
#6
https://bbs.deepin.org/post/147415
多谢回复,pandown?linux也有?那我得看看了

你可以wine运行.
Reply View the author
avatar
jingle
deepin
2017-10-30 17:09
#7
https://bbs.deepin.org/post/147415
多谢回复,pandown?linux也有?那我得看看了

https://github.com/Yufeikang/bcloud/issues/62
Reply View the author
avatar
jingle
deepin
2017-10-30 17:21
#8
https://bbs.deepin.org/post/147415
我用了web版的浏览器。。。说实话,web版的我觉得好用一些。。。尴尬

深度商店不能打开?

在终端执行
  1. deepin-appstore
Copy the Code
试试提示什么
Reply View the author
avatar
xinho
deepin
2017-10-30 22:14
#9
https://bbs.deepin.org/post/147415
深度商店不能打开?

在终端执行 试试提示什么

总线错误,刚刚试了一下雷鸟邮件也一样。
Reply View the author
avatar
xinho
deepin
2017-10-30 22:16
#10
https://bbs.deepin.org/post/147415
https://github.com/Yufeikang/bcloud/issues/62

多谢~
Reply View the author
avatar
y2m
deepin
2017-10-31 03:41
#11
本帖最后由 y2m 于 2017-10-30 19:42 编辑

刚用deepin,安装bcloud也出错,我删了一些代码重安装就可以了。bcloud/App.py
  1. try:
  2.     # Ubuntu Unity uses appindicator instead of status icon
  3.     import gi

  4.     gi.require_version('AppIndicator3', '0.1')
  5.     from gi.repository import AppIndicator3 as AppIndicator
  6. except ImportError:
  7.     logger.debug(traceback.format_exc())
Copy the Code


Reply View the author
avatar
4***8@qq.com
deepin
2017-10-31 07:17
#12
https://bbs.deepin.org/post/147415
刚用deepin,安装bcloud也出错,我删了一些代码重安装就可以了。bcloud/App.py

...

从https://github.com/Yufeikang/bcloud下载的源代码得安装依赖啊,不然命令行启动时可以看到很多报错,python3-logutils,python3-cssselect,python3-lxml等,我是通过命令行报错来猜缺什么依赖然后新历德包管理器里一个一个安装的依赖,都是Python3的包啊,再加上你上面的删除这些代码我是可以登陆了,要是有人把依赖打包进去就好了,省的麻烦。
Reply View the author
avatar
isunny
deepin
2017-10-31 08:08
#13
https://bbs.deepin.org/post/147415
15.41确认能登录.刚才还登录确认了.不过现在我喜欢用windows下面的pandown.真心神器,能满速下载比,bcloud好 ...

pandownloader 在Linux Mac下 借助 crossover 都可以正常运行,前提你要在win下登陆后把产生的登录信息复制到crossover 里面的pandownloader 下面,

我是在Mac 下使用的  速度 非一般的快
Reply View the author
avatar
isunny
deepin
2017-10-31 08:12
#14
https://bbs.deepin.org/post/147415
木有linux版的啊,我是单跑的,用不了呢

Linux下借助 crossover  ,单跑的话 你使用 vbox 安装 win ,在win里面登陆后复制pandownloader文件目录登陆认证相关的文件到Linux下的pandownloader 相同位置。

然后你就可以在Linux下跑了
Reply View the author
avatar
jingle
deepin
2017-11-01 17:07
#15

已经回复你了
Reply View the author