redphx / joydance

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

joydance isnt working on pc #3

Closed ronrah20 closed 2 years ago

ronrah20 commented 2 years ago

i tried to get it running on Just Dance 2017 PC but when i click connect the script crashes and im getting it "{'pairing_method': 'old', 'host_ip_addr': '192.168.1.109', 'console_ip_addr': '192.168.1.109', 'pairing_code': '', 'joycon_serial': 'idhere'}"

redphx commented 2 years ago

Do you see a "config.cfg" file in the same folder?

ronrah20 commented 2 years ago

yeah

redphx commented 2 years ago

Please open the pairing screen in JD (you might need to close and open it again), then open this link http://192.168.1.109:8080. Do you see "404 Not Found" text?

ronrah20 commented 2 years ago

yeah

redphx commented 2 years ago

Please change this line from

joycon.__del__()

to

# joycon.__del__()

and try again