-
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
Mouse area option doesn't work #15
Comments
Cool will have a look
… On 28 Oct 2019, at 04:11, dragonxtek ***@***.***> wrote:
When I enable Mouse Area and I tried move the mouse, the app crashed.
I got this message:
`COMMAND RECEIVED [{"action":"mouse-move","x":null,"y":null}{"action":"mouse-move","x":-25.349761962890625,"y":-32.430633544921875}]
[MULTIPLE COMMANDS] This may work, this may not work
Traceback (most recent call last):
File "bluetooth_server.py", line 42, in
commandKeys(data)
File "blink-server/core.py", line 58, in commandKeys
commandKeys(command)
File "blink-server/core.py", line 96, in commandKeys
str(float(JSON['x'])),
TypeError: float() argument must be a string or a number`
I'm using Ubuntu 18.10
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I got the same error on ubuntu 18.04 |
any updates @Drpain? am having this issue too. |
Hey guys, I can make it a bit more robust, but ultimately I am not actively developing this. I have mentioned a couple of times. I have been using Apple for a number of years now, and windows as my home PC. |
@lyiriyah Can you pull the latest version and see if that helps you? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I enable Mouse Area and I tried move the mouse, the app crashed.
I got this message:
`COMMAND RECEIVED [{"action":"mouse-move","x":null,"y":null}{"action":"mouse-move","x":-25.349761962890625,"y":-32.430633544921875}]
[MULTIPLE COMMANDS] This may work, this may not work
Traceback (most recent call last):
File "bluetooth_server.py", line 42, in
commandKeys(data)
File "blink-server/core.py", line 58, in commandKeys
commandKeys(command)
File "blink-server/core.py", line 96, in commandKeys
str(float(JSON['x'])),
TypeError: float() argument must be a string or a number`
I'm using Ubuntu 18.10
The text was updated successfully, but these errors were encountered: