kay-el-zed / HaloMCC-DiscordRPC

A python script that grabs your XBL status for Halo MCC and shows it as a Discord rich presence status.
12 stars 2 forks source link

Just posts "activity" in command line repeatedly #8

Closed Zareal closed 3 years ago

Zareal commented 4 years ago

Been trying to set this up but all I get after creating a token and starting RPC (either normal or modified) is:

"Discord RPC not running. Starting! Discord RPC Started 'activity' 'activity' 'activity' 'activity' 'activity' 'activity'

With "activity" repeating ad nauseum. Not sure what's going wrong, can post debug output if necessary.

Gurrman375 commented 4 years ago

Currently working on a full rewrite of the code. Can you post what you are trying to run Halo on? (Xbox, Windows Store, or Steam)

Zareal commented 4 years ago

I'm running on Windows 10, the Windows store version via the Xbox Beta app/gamepass.

itzaidan commented 4 years ago

I have the same issue using the same thing.

Gurrman375 commented 4 years ago

I leave this issue opened for now till I'm sure the new build fixes these issues.

Gurrman375 commented 3 years ago

Check the fix here: https://github.com/Gurrman375/HaloMCC-DiscordRPC/releases/tag/0.3.0

itzaidan commented 3 years ago

Check the fix here: https://github.com/Gurrman375/HaloMCC-DiscordRPC/releases/tag/0.3.0

Downloaded the latest release v0.3.1 (and tried 0.3.0 as well) but now I'm getting a different error XRError: incorrect header check

image

I also tried adding you on Discord but your name is invalid.

Gurrman375 commented 3 years ago

My current discord is Gurr#8106. Usually the XRError: incorrect header check means you are entering the wrong email or password or xuid.

itzaidan commented 3 years ago

I'm pretty sure I've put in everything correctly, could it possibly be that I have 2FA on my account?

Gurrman375 commented 3 years ago

I haven't set up oath yet so that could be a factor.

Gurrman375 commented 3 years ago

Added Oauth 2.0. Should fix your issue now. https://github.com/Gurrman375/HaloMCC-DiscordRPC/releases/tag/0.3.2

Gurrman375 commented 3 years ago

With the latest release this should be fixed.