Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to see latest release in decky store #54

Closed
dsk001 opened this issue Jun 4, 2024 · 30 comments
Closed

Not able to see latest release in decky store #54

dsk001 opened this issue Jun 4, 2024 · 30 comments

Comments

@dsk001
Copy link

dsk001 commented Jun 4, 2024

I have the original steam deck on the stable release 3.5.19 with decky loader 2.12.3 install.
When I go to the plug in store the latest version of controller tools I see is 1.1.2-1 which is currently not loading properly.

@blokie13
Copy link

blokie13 commented Jun 4, 2024

This is happening on OLED too (latest showing is 1.1.2-1), not just LCD model. I'm on 3.5.19 with decky loader v2.12.2-pre1

When you click on the Controller Tools option in the menu you get an error:

TypeError: Cannot read properties of undefined (reading 'Title')
at eval (eval at importReactPlugin (http://localhost:1337/frontend/chunk-00b6e60c.js:6984:43), :428:84)
at eval (eval at importReactPlugin (http://localhost:1337/frontend/chunk-00b6e60c.js:6984:43), :132:20)
at Pluginloader.importReactPlugin (http://localhost:1337/frontend/chunk-00b6e60c.js:6985:30)
at async Pluginloader.importPlugin (http://localhost:1337/frontend/chunk-00b6e60c.js:6959:17)

@martintou
Copy link

same issue for my steam deck oled

@Hotsolce
Copy link

Hotsolce commented Jun 6, 2024

I also have this issue, I get the feeling that more recent versions may need to be rebuilt and pushed to the plug-in store again.
The most recent versions aren't listed in the repository's json file (https://wiki.deckbrew.xyz/en/user-guide/plug-in-store).

I think we're just going to all have to be patient and wait for our authors to come back and take a look.

@michaljuris
Copy link

michaljuris commented Jun 12, 2024

We need to wait for @jfernandez to sort this issue out patiently:
SteamDeckHomebrew/decky-plugin-database#636

(there is a little confusion since in SteamDeckHomebrew/decky-plugin-database#632 (comment) pnpm 6.0 was requested, but in the new one they requested the latest version)

@Nottinghster
Copy link
Contributor

The fix is ready, but not merged yet
But if you want to use it anyway, active developer mode in Decky Loader, and then, import this zip file
controller-tools-1.2.0.zip

rn_image_picker_lib_temp_cd92cb6e-9633-492f-ba6b-18db5d5c80fa

@jfernandez
Copy link
Owner

I will aim to get the plugin published by the end of the week. Apologies for the delay, work/life has kept me busy!

@acme64
Copy link

acme64 commented Jun 18, 2024

would this fall under the stable release channel?

@Nottinghster
Copy link
Contributor

would this fall under the stable release channel?

Just waiting for this
SteamDeckHomebrew/decky-plugin-database#647

@Nottinghster
Copy link
Contributor

Already merged

@jfernandez can close this issue ;)

@dm82m
Copy link

dm82m commented Jul 18, 2024

Now we have version 1.2.2 in decky but still broken with another error:

image

@jfernandez can you have a look?

@Sportela20
Copy link

Hello all! Is this still having issues? Found myself unable to install the plugin, even through developer mode. Tks!

@mlusic
Copy link

mlusic commented Sep 9, 2024

Same problem here, still can not find plugin in decky store.

@tpkee
Copy link

tpkee commented Sep 16, 2024

Same

@costinvader
Copy link

I had to find the Decky plugins folder and manually put every file in a folder called like the plugin and restart the deck. You have to download it from here in github and do it everything manually

@Sportela20
Copy link

I had done that before and the plugin was working but with the introduction of Decky 3.0, the zip does not work and it doesn't seem go allow us to write a link in Developer mode, as it did before. Suggestions?

@Sportela20
Copy link

17266563789131708191897656561554

As a reference, attempts to uninstall and reinstall have been unsuccessfull, and when I restart the deck it returns and it has this error. I am led to believe the plug-in is not compatible with Decky 3.0 quite honestly.

@MrArdillo
Copy link

Someone knows if these plugin is still supported by the creator I loved it so much and know I miss it

@eXhumer
Copy link
Collaborator

eXhumer commented Oct 6, 2024

I have opened a PR with fix (#56).

If anyone wants to try it, use the following link to download a development build from here.

@Sportela20
Copy link

I have opened a PR with fix (#56).

If anyone wants to try it, use the following link to download a development build from here.

This worked, yay!

@dm82m
Copy link

dm82m commented Oct 7, 2024

it works, thank you @eXhumer - maybe it would be an idea to fork the project and take over the further development as original author seems to be absent!?

@jfernandez
Copy link
Owner

jfernandez commented Oct 7, 2024

Hi all, maintainer here. I cannot continue to work on this plugin. Thank you, @eXhumer, for getting it back to a working state. Before I merge the PR, I suggest we align on how to maintain this plugin in the future. I can think of two options:

  • We can make you the co-maintainer of the project.
    or
  • You can fork it as suggested and own that fork. Since it has been delisted, I do not plan to re-submit the plugin to the Decky store.

If you wish to fork it. I can archive the project and point it to your fork.

@dm82m
Copy link

dm82m commented Oct 7, 2024

Thanks for all your work @jfernandez!

I personally don’t mind the way we go as long as we have it up and running. So first we need @eXhumer to be willing to take over and then he can decide the way he wants to go.

@eXhumer
Copy link
Collaborator

eXhumer commented Oct 7, 2024

I would prefer to be co-maintainer rather than just taking over the project, but I'm willing to do whatever works best for you.

@MrArdillo
Copy link

MrArdillo commented Oct 7, 2024

I have opened a PR with fix (#56).

If anyone wants to try it, use the following link to download a development build from here.

It works perfect except for the problem of the 8bitdo on xinput mode. Thanks a lot!

@eXhumer
Copy link
Collaborator

eXhumer commented Oct 7, 2024

I have opened a PR with fix (#56).
If anyone wants to try it, use the following link to download a development build from here.

It works but I don't know why it doesn't work with the 8bitdo pro controller 2 on xinput mode but it switch mode it does

That is an issue with 8BitDo controller itself not reporting the battery in XInput mode.

@MrArdillo
Copy link

I have opened a PR with fix (#56).
If anyone wants to try it, use the following link to download a development build from here.

It works but I don't know why it doesn't work with the 8bitdo pro controller 2 on xinput mode but it switch mode it does

That is an issue with 8BitDo controller itself not reporting the battery in XInput mode.

Yes, I saw that later searching for the issue. Thanks for the answer!

@jfernandez
Copy link
Owner

@eXhumer I sent you an invite to be a collaborator. I’ve also merged your PR. Please feel free to cut the new release (2.0.0) and resubmit the plugin to the Decky store.

@eXhumer
Copy link
Collaborator

eXhumer commented Oct 8, 2024

Thanks. I submitted a PR at decky-plugin-database to get the plugin back into testing store.

@eXhumer
Copy link
Collaborator

eXhumer commented Oct 13, 2024

The plugin is now available in the testing channel of Decky Store and can be downloaded directly if you switch to the test channel. If anyone has the time, please submit a test report in PR to decky-plugin-database to expedite the process of it being returned the release store.

@eXhumer
Copy link
Collaborator

eXhumer commented Oct 22, 2024

Controller Tools is now available in the production channel of Decky Store.

If there any issues, feel free to open an issue detailing it.

@eXhumer eXhumer closed this as completed Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests