lol768 / XenForo-MCASSOC

Minecraft association addon for XenForo
Other
20 stars 9 forks source link

Error: Please specify a hexadecimal string with Even Length #14

Closed FoxInFlame closed 9 years ago

FoxInFlame commented 9 years ago

I get ↑ the error above, when trying to set the options for MCAssoc. Here is a screenshot of my options page, screenshot 2015-08-30 at 09 32 45

and here is the error: screenshot 2015-08-30 at 09 33 45

How can I fix this, and what is the issue? I have exactly 6 letters/numbers on all the hexadecimal strings, not including the hashtag. What am I doing wrong?

lol768 commented 9 years ago

asdasd is not a valid hexadecimal string.

FoxInFlame commented 9 years ago

But even if I change that. It still shows the error. Same error as before. "Please specify a valid hexadecimal string with even length" screenshot 2015-08-30 at 21 51 18

lol768 commented 9 years ago

myPassword is still not a valid hexadecimal string.

Try abcdefabcdef

FoxInFlame commented 9 years ago

Now it worked. What is the difference? Is it the letters I use? Hexadecimal, still don't get it.

lol768 commented 9 years ago

Hexadecimal as a base commonly uses the characters 0-9, a-f to represent numeric values. ANy characters outside this range are not allowed.

FoxInFlame commented 9 years ago

Thank you for the support!