redphx / joydance

Use Joy-Cons to play Ubisoft's Just Dance on all platforms
MIT License
84 stars 5 forks source link

Just Dance on PC #57

Open Bartek5347 opened 1 month ago

Bartek5347 commented 1 month ago

I know this script is almost 2 years old, but I am curious if it still works. I tried to run dance.py but it doesn't work. I tried to use help from #53 but still nothing...

BroJac5246 commented 1 month ago

Yes, it still works. I was able to get it to work on Windows 11 relatively easily, but I did need to mess with pip a little bit. Basically, I think some of the older versions of some dependencies don't like newer Python versions, but you can update them and they'll still work with JoyDance.

I'm willing to help you but I'm away this weekend so I can't look at exactly what I did yet.

Bartek5347 commented 1 month ago

oh okay, i'll try that thank you <3

BroJac5246 commented 1 month ago

oh okay, i'll try that thank you <3

Btw I used Python 3.11 from the Microsoft Store so I know that version works if you're having trouble

BroJac5246 commented 1 month ago

@Bartek5347 were you able to get it to work?

Blasetvrt commented 3 weeks ago

@Bartek5347 were you able to get it to work?

Also having trouble here. Mine won't even load up the web UI, even tho there didn't seem to have any problem installing dependencies. Using 3.10.11 here tho.

Bartek5347 commented 2 weeks ago

I changed import aio to import aiohttp in dance.py i think

On Mon, 17 Jun 2024 at 16:45, Blasetvrt @.***> wrote:

@Bartek5347 https://github.com/Bartek5347 were you able to get it to work?

Also having trouble here. Mine won't even load up the web UI, even tho there didn't seem to have any problem installing dependencies. Using 3.10.11 here tho.

— Reply to this email directly, view it on GitHub https://github.com/redphx/joydance/issues/57#issuecomment-2173613576, or unsubscribe https://github.com/notifications/unsubscribe-auth/BINMRYPBBIHYS667AHC3HZDZH3ZAHAVCNFSM6AAAAABHRZMHBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZTGYYTGNJXGY . You are receiving this because you were mentioned.Message ID: @.***>

Blasetvrtumi commented 2 weeks ago

Yeah, I should've noticed it was not a python issue but a JS one, my issue was the black screen one, which you can only notice by checking the devtools console to see if it has issues finding the modules, so just chsnging the ecmascript import format worked.

BroJac5246 commented 2 weeks ago

Were both of you able to get it to work? @Blasetvrt @Bartek5347