-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
UnhandledPromiseRejectionWarning: SyntaxError: Unexpected number in JSON at position 10 #158
Comments
+1 |
2 similar comments
+1 |
+1 |
i am also facing this issue |
+1 |
2 similar comments
+1 |
+1 |
I meet the same problem, after some debug, I change to return {
platform: 'linux',
title: result['_NET_WM_NAME(UTF8_STRING)'] || result['WM_NAME(STRING)'] || null,
id: windowId,
owner: {
name: result['WM_CLASS(STRING)'].split(',').pop(),
processId
}, well, at least it kind of works. {
platform: 'linux',
title: '"apptimer : apptimer \\342\\200\\224 Konsole"',
id: 150994959,
owner: { name: ' "konsole"', processId: 169925, path: '/usr/bin/konsole' },
bounds: { x: 0, y: 42, width: 1920, height: 994 },
memoryUsage: 217608192
} about and doesn't support CJK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi team
The module is working fine, but I am getting errors on some specific sites and applications.
I am getting below error on https://gitlab.com/users/sign_in
Open above link on the browser and try to get activeWindow(), you can find this error
Why is this happening ? any solutions ?
I am using 8.0.2 version.
thanks in advance
The text was updated successfully, but these errors were encountered: