fcannizzaro / com.dim.streamdeck

A Stream Deck plugin to interact with Destiny Item Manager and Destiny 2
https://dim-stream-deck.netlify.app
GNU General Public License v3.0
29 stars 7 forks source link

Loadouts not selectable #23

Closed kiyros closed 2 years ago

kiyros commented 2 years ago

image The loadouts for each character aren't showing me any options to select a loadout like it used to

13devin commented 2 years ago

I've been having the same issue. Tried completely uninstalling the extension and plugin, then reinstalling both but that didn't help.

kiyros commented 2 years ago

same with me.

oneole commented 2 years ago

same here

ferasious commented 2 years ago

same problem, Nice plugin but please fix this issue and thank you

r2duenas commented 2 years ago

any update to this yet?

dangmhoang commented 2 years ago

I am also having this issue. Original Loadouts made months ago kept the loadout selection, but new ones do not list selectable loadouts. This feature is my main use for the program. Thanks, Dang

Edit: Any news? its been a month. Just checking in.

LugalofKos commented 2 years ago

I'm having the same issue. The loadout dropdown seems to have disappeared - definitely different from just refreshing and updating to repopulate because that issue could be fixed before. This seems persistent. image

WildrCard commented 2 years ago

Please fix this issue, this feature was a great part of why I got the Stream Deck in the first place. Now all my loadouts are gone.

MarkusLner commented 2 years ago

Having the same issue - I really miss this feature on my streamdeck! I Would be so thankfull, if you could fix the issue.

WildrCard commented 2 years ago

I don't understand the update, I installed it but nothing happened.

DMC3535 commented 2 years ago

Same issue ..... bought steam deck for this feature any update ????

fcannizzaro commented 2 years ago

Notice (from 1.0.5 release) Right now this plugin works only using a local instance of DIM https://github.com/fcannizzaro/DIM/tree/stream-deck-integration.

Yesterday I created a pr on DIM to discuss the Stream Deck integration.

ferasious commented 2 years ago

Notice (from 1.0.5 release) Right now this plugin works only using a local instance of DIM https://github.com/fcannizzaro/DIM/tree/stream-deck-integration.

Yesterday I created a pr on DIM to discuss the Stream Deck integration.

so only what we have to do now is waiting right? and thank you

WildrCard commented 2 years ago

Still doesnt work :(

LugalofKos commented 2 years ago

I downloaded the com.dim.streamdeck.streamDeckPlugin file, still no luck. now it says "The plugin is not enabled or DIM is closed" - definitely have DIM open, and have had the plugin downloaded/enabled. image

fcannizzaro commented 2 years ago

I'm following the Stream Deck Integration while adding new features to the newer version,

@LugalofKos are you using https://github.com/fcannizzaro/DIM/tree/stream-deck-integration ?

LugalofKos commented 2 years ago

Thanks for the reply man much appreciated! What do i need to grab from that page? I've tried the browser based DIM instance, as well as a local version. My apologies for any misunderstandings on my end, I'm still working on learning my way around GitHub.

fcannizzaro commented 2 years ago

for anyone who wants to try the latest version (1.0.6):

LugalofKos commented 2 years ago

for anyone who wants to try the latest version (1.0.6):

  • do you have already Node.js and npm installed ? https://nodejs.org/en/
  • clone and run DIM local and configure the dev instance
git clone --branch stream-deck-integration https://github.com/fcannizzaro/DIM.git
cd DIM
yarn && yarn start
  • you can go to DIM settings and enable the Stream Deck plugin

thanks man - turns out I'd need an API key and everything, from DIM and Bungie. I'll just hold off till future releases, thanks anyways!

WildrCard commented 2 years ago

Any news on when this will be available again?

fcannizzaro commented 2 years ago

You can follow this pr https://github.com/DestinyItemManager/DIM/pull/8501 to see the state of the integration