sc-controller icon indicating copy to clipboard operation
sc-controller copied to clipboard

Steam config import list empty

Open jficz opened this issue 3 years ago • 2 comments

The list of games to import is empty, probably because sc-controller looks for the config in ~/.steam/steam/SteamApps/workshop/content but in my case the directory is in fact ~/.steam/steam/steamspps/workshop/content. Linux FS is case-sensitive and this directory was created by Steam itself - maybe a new(er) behavior of the Linux client?

jficz avatar Sep 23 '20 09:09 jficz

update: maybe the issue is somewhere else. This is what I get when clicking the "import from Steam" button

  File "(...)/lib/python2.7/site-packages/scc/gui/importexport/dialog.py", line 116, in next_page
    self._page_selected(page)                                                   
  File "(...)/lib/python2.7/site-packages/scc/gui/importexport/dialog.py", line 125, in _page_selected
    getattr(self, hname)()                                                      
  File "(...)/lib/python2.7/site-packages/scc/gui/importexport/import_vdf.py", line 44, in on_grVdfImport_activated
    self.on_tvVdfProfiles_cursor_changed()                                      
  File "(...)/lib/python2.7/site-packages/scc/gui/importexport/import_vdf.py", line 248, in on_tvVdfProfiles_cursor_changed
    filename = model.get_value(iter, 3)                                         
TypeError: Argument 1 does not allow None as a value

jficz avatar Sep 23 '20 09:09 jficz

I can confirm.

DDzwiedziu avatar Mar 01 '21 17:03 DDzwiedziu