RiiConnect24 / RiiTag-RPC

A Discord rich presence for RiiTag
https://tag.rc24.xyz
GNU General Public License v3.0
46 stars 5 forks source link

Error when starting application #42

Closed CONandFish closed 8 months ago

CONandFish commented 8 months ago

When I started running the application for Windows, it would load then after a moment it would display an error saying "Press ENTER to continue". After pressing enter it just repeats/creates a new error and doesn't go back to the application. I did notice that it says "None" and "0" on the left hand side. Here's a screenshot of the error: image

malmeloo commented 8 months ago

I cannot reproduce this issue, but I'm also not using Windows.

EDIT: please also post a link to your RiiTag. There might be accidental HTML injection going on.

CONandFish commented 8 months ago

I am using the release .exe It has never worked for me except to login Yes I am using v1.3.4 (And I tried the second latest version after it started glitching, which didn't help) Contents of _uid file: a8f90822-5675-4417-9c10-9c95d5089589 Here's my riitag link: https://tag.rc24.xyz/user/808421565309648986

malmeloo commented 8 months ago

This is due to the ampersand in your username which is breaking the parser. I've just pushed a fix for this, new release will be up in a few minutes.

CONandFish commented 8 months ago

Okay thanks

malmeloo commented 8 months ago

Release is now up: https://github.com/RiiConnect24/RiiTag-RPC/releases/tag/v1.3.5

Let me know if it works!