-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submit EDID / Hex returns "Server Error (500)" #44
Comments
Yeah, I've been receiving loads of automatic e-mails from Django about this error. Most likely I broke something in #37 while trying to fix other cases, but unfortunately I don't really have time for edid.tv at the moment... If you'd like to have a shot at it, you're welcome to make a pull request ;) (and you'd also make my inbox very happy) |
The problem is that the hex data you're (now) expecting is a sequence of pairs of hex digits followed by space, followed by another pair. My guess is that people are pasting just sequences of hex digits without spaces (as produced by e.g. xrandr, or anything that prints kms properties), which are now considered to be an address by the regex. |
Latest
|
To reproduce:
Result is "Server Error (500)".
The text was updated successfully, but these errors were encountered: