add DeckFAQs (Decky Loader version) to new store#8
Merged
TrainDoctor merged 2 commits intoSteamDeckHomebrew:mainfrom Jul 5, 2022
Merged
add DeckFAQs (Decky Loader version) to new store#8TrainDoctor merged 2 commits intoSteamDeckHomebrew:mainfrom
TrainDoctor merged 2 commits intoSteamDeckHomebrew:mainfrom
Conversation
Contributor
Author
|
I don't think this is ready to merge based on what I think the build script does but I'd like to be proven wrong 😄 |
TrainDoctor
approved these changes
Jul 5, 2022
Member
TrainDoctor
left a comment
There was a problem hiding this comment.
With recent changes, this should work now. Congrats on being the first third-party approved to the new store!
geeksville
pushed a commit
to geeksville/decky-plugin-database
that referenced
this pull request
Mar 2, 2024
Co-authored-by: Nick Girga <contact@nickgirga.com>
geeksville
added a commit
to geeksville/decky-plugin-database
that referenced
this pull request
Mar 2, 2024
…mebrew#8 (Sorry these integration tests are currently setup to run only on my pc. SteamDeckHomebrew#8 introduced a next exception failure when trying to scan games that don't exist on the local pc. Before this fix: Warning: no info found for 555 - simulating... INFO:root:Attempting backup of {'install_root': '/home/kevinh/.steam/debian-installation', 'game_id': 555, 'game_name': None} DEBUG:root:No rcf /home/kevinh/.steam/debian-installation/userdata/49847735/555/remotecache.vdf DEBUG:root:No rcf /home/kevinh/.steam/debian-installation/userdata/49847735/555/remotecache.vdf Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/kevinh/.vscode/extensions/ms-python.python-2023.4.1/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/__main__.py", line 39, in <module> cli.main() File "/home/kevinh/.vscode/extensions/ms-python.python-2023.4.1/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/../debugpy/server/cli.py", line 430, in main run() File "/home/kevinh/.vscode/extensions/ms-python.python-2023.4.1/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher/../../debugpy/../debugpy/server/cli.py", line 317, in run_module run_module_as_main(options.target, alter_argv=True) File "/home/kevinh/.vscode/extensions/ms-python.python-2023.4.1/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py", line 238, in _run_module_as_main return _run_code(code, main_globals, None, File "/home/kevinh/.vscode/extensions/ms-python.python-2023.4.1/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py", line 124, in _run_code exec(code, run_globals) File "/home/kevinh/development/steamdeck/Steamback/py_modules/steamback/__main__.py", line 85, in <module> main() File "/home/kevinh/development/steamdeck/Steamback/py_modules/steamback/__main__.py", line 76, in main asyncio.run(test.testImpl(e)) File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete return future.result() File "/home/kevinh/development/steamdeck/Steamback/py_modules/steamback/test.py", line 76, in testImpl si = await p.do_backup(make_game_info(p, 555)) File "/home/kevinh/development/steamdeck/Steamback/py_modules/steamback/__init__.py", line 579, in do_backup rcf = self._read_rcf(game_info) File "/home/kevinh/development/steamdeck/Steamback/py_modules/steamback/__init__.py", line 405, in _read_rcf saveRoot = self._find_save_games(game_info, rcf) File "/home/kevinh/development/steamdeck/Steamback/py_modules/steamback/__init__.py", line 322, in _find_save_games d = self._search_likely_locations(game_info, rcf) File "/home/kevinh/development/steamdeck/Steamback/py_modules/steamback/__init__.py", line 294, in _search_likely_locations addRoots(False) File "/home/kevinh/development/steamdeck/Steamback/py_modules/steamback/__init__.py", line 278, in addRoots roots.append(self._get_game_saves_root( File "/home/kevinh/development/steamdeck/Steamback/py_modules/steamback/__init__.py", line 200, in _get_game_saves_root installdir = self._parse_installdir(game_info) File "/home/kevinh/development/steamdeck/Steamback/py_modules/steamback/__init__.py", line 149, in _parse_installdir vcf = _parse_vcf(os.path.join( File "/home/kevinh/development/steamdeck/Steamback/py_modules/steamback/__init__.py", line 25, in _parse_vcf with open(path) as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/kevinh/.steam/debian-installation/steamapps/appmanifest_555.acf' kevinh@kdesktop:~/development/steamdeck/Steamback$ cd /home/kevinh/development/steamdeck/Steamback ; /usr/bin/env /usr/bin/python3
geeksville
added a commit
to geeksville/decky-plugin-database
that referenced
this pull request
Mar 2, 2024
code that might add duplicate account ids (i.e. the decky javascript case) Update decky plugin to use changes from SteamDeckHomebrew#8
geeksville
added a commit
to geeksville/decky-plugin-database
that referenced
this pull request
Mar 2, 2024
enable multiple steamaccounts and librarypaths
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR to add deckfaqs as a submodule to the decky plugin database