Skip to content
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

Open
bp0 opened this issue Aug 24, 2019 · 3 comments
Open

Submit EDID / Hex returns "Server Error (500)" #44

bp0 opened this issue Aug 24, 2019 · 3 comments

Comments

@bp0
Copy link

bp0 commented Aug 24, 2019

To reproduce:

Result is "Server Error (500)".

@pp3345
Copy link
Contributor

pp3345 commented Aug 25, 2019

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)

@imirkin
Copy link

imirkin commented Nov 23, 2019

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.

@linuxhw
Copy link

linuxhw commented Feb 19, 2020

Latest edid-decode (since Nov 2019) reports EDIDs in such way:


edid-decode (hex):

00 ff ff ff ff ff ff 00 0d ae b1 15 00 00 00 00
01 16 01 04 90 22 13 78 02 31 d5 9f 56 58 95 27
15 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
01 01 01 01 01 01 96 3b 80 32 71 38 3e 40 5a 3c
69 00 58 c2 10 00 00 1a 9b 25 80 ee 70 38 23 40
35 23 35 00 58 c2 10 00 00 1a 00 00 00 fe 00 56
43 4d 38 58 02 4e 31 35 36 48 47 0a 00 00 00 00
00 00 41 31 9e 00 00 00 00 02 01 0a 20 20 00 05

----------------

EDID version: 1.4
Manufacturer: CMN Model 5553 Serial Number 0
Made in week 1 of 2012
Digital display
6 bits per primary color channel
Digital interface is not defined
Maximum image size: 34 cm x 19 cm
Gamma: 2.20
Supported color formats: RGB 4:4:4
First detailed timing includes the native pixel format and preferred refresh rate
Color Characteristics
  Red:   0.6210, 0.3388
  Green: 0.3437, 0.5830
  Blue:  0.1552, 0.0830
  White: 0.3134, 0.3291
Established Timings I & II: none
Standard Timings: none
DTD 1:  1920x1080   60.006 Hz  16:9    68.527 kHz 152.540 MHz (344 mm x 194 mm)
       Hfront   90 Hsync  60 Hback 156 Hpol P
       Vfront    6 Vsync   9 Vback  47 Vpol N
DTD 2:  1920x1080   40.010 Hz  16:9    44.611 kHz  96.270 MHz (344 mm x 194 mm)
       Hfront   53 Hsync  35 Hback 150 Hpol P
       Vfront    3 Vsync   5 Vback  27 Vpol N
Alphanumeric Data String: 'VCM8X'
Manufacturer-Specified Display Descriptor (0x00): 00 00 00 00 41 31 9e 00 00 00 00 02 01 0a 20 20 '....A1........  '
Checksum: 0x5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants