I don't know what I did or didn't do. But Deepin Store will not open anymore. It opened initially. I reloaded the who operation system again and it stopped working again. Does anyone know how to fix this?
Reply Like 0 Favorite View the author
All Replies
Ponch451
deepin
2015-01-03 09:03
#1
I have installed 2014.2 64 bit three (3) times and at some point the Deepin Store stops opening - disgusted
Reply Like 0 View the author
taoufikkazay
deepin
2015-01-03 10:40
#2
same problem
Reply Like 0 View the author
Aremania
deepin
2015-01-03 18:10
#3
Yes, Mee too I've the same problem after change icons. But, After i change icons to default (Deepin Icon Theme), The Deepin Store Normal again.
Reply Like 0 View the author
andredato
deepin
2015-01-03 19:29
#4
same problem. reinstalled it many times but without results.
Reply Like 0 View the author
tomacoffee
deepin
2015-01-04 08:57
#5
once more; I've installed Deepin, so never can open Deepin Store, at least have the rest of benefits but I want more
The following packages will be upgraded:
deepin-software-center
1 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 4 not upgraded.
Need to get 44.7 MB of archives.
After this operation, 6,760 kB disk space will be freed.
Err http://mirror.metrocast.net/deepin/ trusty/main deepin-software-center all 3.0.1+20141230145806~1b8eaffe29
404 Not Found [IP: 65.175.128.102 80]
Err http://mirror.metrocast.net/deepin/ trusty/main deepin-software-center-data all 3.0.1+20141230125726~0565641e10
404 Not Found [IP: 65.175.128.102 80]
E: Failed to fetch http://mirror.metrocast.net/deepin/pool ... 29_all.deb 404 Not Found [IP: 65.175.128.102 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Reply Like 0 View the author
afkramer
deepin
2015-01-06 09:52
#9
Working now!
Reply Like 0 View the author
afkramer
deepin
2015-01-06 12:40
#10
It seems like if I change the theme at all I need to uninstall and reinstall the deepin-store for it to work
Reply Like 0 View the author
hiphile
deepin
2015-01-06 21:43
#11
After the OS was upgraded from the Deepin Store (and before I new about the upgrade scripts, the 2014.2 upgrade appeared and went ahead and installed).
It appeared to be fine and everything was functioning including the Deepin Software Store. Now when I created a new user account and logged in, Deepin Software Store won't load. Performed the following:
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 16 not upgraded.
Need to get 0 B/44.7 MB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 198732 files and directories currently installed.)
Preparing to unpack .../deepin-software-center_3.0.1+20141230145806~1b8eaffe29_all.deb ...
Unpacking deepin-software-center (3.0.1+20141230145806~1b8eaffe29) over (3.0.1+20141230145806~1b8eaffe29) ...
upgrade will keep deepin software center generate data
Preparing to unpack .../deepin-software-center-data_3.0.1+20141230125726~0565641e10_all.deb ...
Unpacking deepin-software-center-data (3.0.1+20141230125726~0565641e10) over (3.0.1+20141230125726~0565641e10) ...
Processing triggers for dde-daemon (0.0.1+20141230143408~5400112019) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
[Ignore] Value Deepin to NotShowIn has added.Ignore.
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Setting up deepin-software-center-data (3.0.1+20141230125726~0565641e10) ...
Setting up deepin-software-center (3.0.1+20141230145806~1b8eaffe29) ...
user2@family-pc:~$ deepin-software-center
[INFO][software_center.DeepinSoftwareCenter:83] Init ui
[INFO][software_center.DeepinSoftwareCenter:83] Init data manager
Traceback (most recent call last):
File "/usr/bin/deepin-software-center", line 83, in
start_main()
File "/usr/bin/deepin-software-center", line 63, in start_main
software_center.run()
File "/usr/share/deepin-software-center/ui/software_center.py", line 1134, in run
self.ready_show()
File "/usr/share/deepin-software-center/ui/software_center.py", line 879, in ready_show
self.init_ui()
File "/usr/share/deepin-software-center/ui/software_center.py", line 836, in init_ui
self.init_home_page()
File "/usr/share/deepin-software-center/ui/software_center.py", line 930, in init_home_page
self.data_manager = DataManager(self.bus_interface, debug_flag)
File "/usr/share/deepin-software-center/ui/data_manager.py", line 66, in __init__
self.default_lang_obj = SoftwareLanguage.select().where(SoftwareLanguage.language_code=="en_US").get()
File "/usr/share/deepin-software-center/ui/peewee.py", line 2044, in get
return clone.execute().next()
File "/usr/share/deepin-software-center/ui/peewee.py", line 2083, in execute
return self.database.execute_sql(sql, params, self.require_commit)
File "/usr/share/deepin-software-center/ui/peewee.py", line 2364, in execute_sql
self.commit()
File "/usr/share/deepin-software-center/ui/peewee.py", line 2234, in __exit__
reraise(new_type, new_type(*exc_value.args), traceback)
File "/usr/share/deepin-software-center/ui/peewee.py", line 2354, in execute_sql
cursor = self.get_cursor()
File "/usr/share/deepin-software-center/ui/peewee.py", line 2320, in get_cursor
return self.get_conn().cursor()
File "/usr/share/deepin-software-center/ui/peewee.py", line 2313, in get_conn
self.connect()
File "/usr/share/deepin-software-center/ui/peewee.py", line 2300, in connect
self.__local.closed = False
File "/usr/share/deepin-software-center/ui/peewee.py", line 2234, in __exit__
reraise(new_type, new_type(*exc_value.args), traceback)
File "/usr/share/deepin-software-center/ui/peewee.py", line 2299, in connect
**self.connect_kwargs)
File "/usr/share/deepin-software-center/ui/peewee.py", line 2470, in _connect
conn = sqlite3.connect(database, **kwargs)
peewee.OperationalError: unable to open database file
user2@family-pc:~$