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

Error: 196608 is not a valid PHASE_MASK #61

Open
nowayout opened this issue Dec 7, 2021 · 2 comments
Open

Error: 196608 is not a valid PHASE_MASK #61

nowayout opened this issue Dec 7, 2021 · 2 comments

Comments

@nowayout
Copy link

nowayout commented Dec 7, 2021

In the html file use
<input type="date" name="date1" value="2021-12-06" />
when select other date, it show errors:
Exception ignored on calling ctypes callback function: <bound method EventHandler._element_proc of <__main__.Frame object at 0x01D787A8>>
Traceback (most recent call last):
File "D:\pypqj\sciter\event.py", line 252, in _element_proc
phase = PHASE_MASK(m.cmd & 0xFFFFF000)
File "C:\Python39\lib\enum.py", line 384, in __call__
return cls.__new__(cls, value)
File "C:\Python39\lib\enum.py", line 702, in __new__
raise ve_exc
ValueError: 196608 is not a valid PHASE_MASK

@pravic
Copy link
Member

pravic commented Dec 7, 2021

Well, obviously it's not a phase mask. I woonder, what that date control tries to send.

@nowayout
Copy link
Author

nowayout commented Dec 7, 2021

Such as, now is 2021-12-06, change the date to: 2021-12-08 or 2021-12-01

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

No branches or pull requests

2 participants