Whenever I upload a profile picture, it is always distorted. Is there a way I can fix this?
↧
Profile Picture Help
↧
Ubuntu 17.10 Whatpulse No System Tray
Hello,
As I was trying to install WP on ubuntu 17.10, the installation program pops out a window saying that there is no system tray detected. Any idea on how to fix this problem and what is causing this?
Also I have looked through the forum and all I can find are people asking whether it is possible to run WP on a linux box without GUI, but I am currently sitting in front of the box that I am using and have GUI installed.
P.S. the ubuntu is running on surface book, can this cause any problem?
As I was trying to install WP on ubuntu 17.10, the installation program pops out a window saying that there is no system tray detected. Any idea on how to fix this problem and what is causing this?
Also I have looked through the forum and all I can find are people asking whether it is possible to run WP on a linux box without GUI, but I am currently sitting in front of the box that I am using and have GUI installed.
P.S. the ubuntu is running on surface book, can this cause any problem?
↧
↧
[Workaround, Not Solved] Pulsing Not Working, v2.8.3, Win10
Greetings,
I logged in to renew my premium subscription and noticed my online stats haven't changed since April 1st. I now have ~500,000 unpulsed keys I really don't want to lose. ):
Issue:
When clicking [Pulse!] no error occurs, just says [Pulsing...] for a second then changes back to [Pulse!] as if everything was okay, except the Unpulsed count does not change.
Hitting [Refresh Account Status] does the same thing, right now my client believes I'm on a non-premium account and will not refresh.
Things to note:
• Using Windows 10
• Offline Mode is disabled.
- I enabled it, saved, disabled it, saved, re-pulsed, problem persisted.
• I have restarted WhatPulse, I've restarted the entire workstation (especially since April 1st), problem persisted.
• Issue persists with Administrator or non-Administrator
• I have disabled my VPN, disabled firewall, disabled anything that could block in/outbound traffic. Even put my workstation outside the router's firewall, problem persisted. I am certain the network traffic is not being blocked at this point.
• whatpulse.org resolves to 104.25.189.8, client.whatpulse.org: 178.18.141.21
I was checking the log files, and here ( https://pastebin.com/vMpuSV7c ) is an app.log from WhatPulse startup as administrator, with clicking the "Pulse" button afterward. I don't note that clicking 'pulse' logs anything in app.log, except for occasionally a lot of "DEBUG Autopulse on keys: 455729" with increasing numbers.
Finally, I checked the Network Traffic using Fiddler and this is the response when clicking [Pulse!] or [Refresh Account Status] (both give same response):
HTTP/1.1 200 OK
Date: Fri, 27 Apr 2018 23:54:32 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 27
Connection: close
Content-Type: application/json
{"error":"invalid-request"}
I am able to check for updates, and it's response is valid and I can see the update check go through.
Unfortunately I'm not sure what else to do at this point, and want to be careful I don't lose a full month of stats. I did see that a couple other similar threads were opened, but I created my own to give the above troubleshooting/information more visibility. Please let me know if you need anything else or what to do from here.
Thank you,
fAEth_
I logged in to renew my premium subscription and noticed my online stats haven't changed since April 1st. I now have ~500,000 unpulsed keys I really don't want to lose. ):
Issue:
When clicking [Pulse!] no error occurs, just says [Pulsing...] for a second then changes back to [Pulse!] as if everything was okay, except the Unpulsed count does not change.
Hitting [Refresh Account Status] does the same thing, right now my client believes I'm on a non-premium account and will not refresh.
Things to note:
• Using Windows 10
• Offline Mode is disabled.
- I enabled it, saved, disabled it, saved, re-pulsed, problem persisted.
• I have restarted WhatPulse, I've restarted the entire workstation (especially since April 1st), problem persisted.
• Issue persists with Administrator or non-Administrator
• I have disabled my VPN, disabled firewall, disabled anything that could block in/outbound traffic. Even put my workstation outside the router's firewall, problem persisted. I am certain the network traffic is not being blocked at this point.
• whatpulse.org resolves to 104.25.189.8, client.whatpulse.org: 178.18.141.21
I was checking the log files, and here ( https://pastebin.com/vMpuSV7c ) is an app.log from WhatPulse startup as administrator, with clicking the "Pulse" button afterward. I don't note that clicking 'pulse' logs anything in app.log, except for occasionally a lot of "DEBUG Autopulse on keys: 455729" with increasing numbers.
Finally, I checked the Network Traffic using Fiddler and this is the response when clicking [Pulse!] or [Refresh Account Status] (both give same response):
HTTP/1.1 200 OK
Date: Fri, 27 Apr 2018 23:54:32 GMT
Server: Apache
Vary: Accept-Encoding
Content-Length: 27
Connection: close
Content-Type: application/json
{"error":"invalid-request"}
I am able to check for updates, and it's response is valid and I can see the update check go through.
Unfortunately I'm not sure what else to do at this point, and want to be careful I don't lose a full month of stats. I did see that a couple other similar threads were opened, but I created my own to give the above troubleshooting/information more visibility. Please let me know if you need anything else or what to do from here.
Thank you,
fAEth_
↧
Why not count win/cmd/menu keys?
In the heatmap, the win/cmd/menu keys are shown in white color, without counting. When I switch to "keys" from "Heatmap", I can see there is a Key called "Unknown", whose amount increases after I hit the win key. There is also an unknown keycode after I export the csv file through the export wizard.
So why not add these keys to the heatmap?
Best,
Bowei
So why not add these keys to the heatmap?
Best,
Bowei
↧
Only keys working on mac is center, caps-lock, and alt
HELP
My mac is not counting keys other than ctrl, shift, and caps lock. I gave it permission and restarted it.
My mac is not counting keys other than ctrl, shift, and caps lock. I gave it permission and restarted it.
↧
↧
Solution to "AES functions not available" on (Arch) Linux
I wasn't able to get whatpulse working in arch linux due to "AES functions not available". According to the knowledge base article there were no workarounds: http://help.whatpulse.org/kb/client/linu...ry-present
I was able to find a work around to get whatpulse working in Arch Linux, and probably other distributions.
To get whatpulse working in Arch Linux you need to have 2 packages installed:
whatpulse (from the AUR)
openssl-1.0 (from the Core repository)
The secret to getting this working is setting the LD_LIBRARY_PATH environment variable to the old version of openssl before running whatpulse. You can do this using this command:
You probably want whatpulse to continue after you exit the terminal so you can add a & to the end of the last command:
Running whatpulse as a user rather than as root unfortunately doesn't work since it seems the way whatpulse escalates its permissions also means it leaves the users environment meaning that it wont be able to find the older libraries it needs.
There may be security issues with running whatpulse this way but at least it works. I'm not sure how to get it to run automatically at login but I'm sure theres a way of doing so.
For other distributions you will need to install the package that provides openssl 1.0 and simply modify the above command to point to where it (and whatpulse is installed if its not in $PATH):
I was able to find a work around to get whatpulse working in Arch Linux, and probably other distributions.
To get whatpulse working in Arch Linux you need to have 2 packages installed:
whatpulse (from the AUR)
openssl-1.0 (from the Core repository)
The secret to getting this working is setting the LD_LIBRARY_PATH environment variable to the old version of openssl before running whatpulse. You can do this using this command:
Code:
sudo LD_LIBRARY_PATH=/usr/lib/openssl-1.0 whatpulse
Code:
sudo LD_LIBRARY_PATH=/usr/lib/openssl-1.0 whatpulse &
There may be security issues with running whatpulse this way but at least it works. I'm not sure how to get it to run automatically at login but I'm sure theres a way of doing so.
For other distributions you will need to install the package that provides openssl 1.0 and simply modify the above command to point to where it (and whatpulse is installed if its not in $PATH):
Code:
sudo LD_LIBRARY_PATH=/path/to/openssl1.0 /path/to/whatpulse
↧
Whatpulse Memory-Leak in Linux
Whatpulse 2.8.3 running on Ubuntu 18.04 and if I keep network stats enabled it will eventually cause a memory leak where whatpulse will use all available RAM and then some as it keeps growing. I would like to see this fixed as I use this computer to download stuff onto my shared network drive as well as chatting while in bed so having the network stats is something I want.
↧
2FA?
Two factor Authentication using TOTP or HOTP would be nice.
↧
Severe Error in the Database -> resetting stats?
Every once in a while, I come across an error in the software and it says something along the lines of severe error in the database and the stats could not be recovered. I always end up having my stats reset to 0 in the client, but not on the server. It's very annoying, is there any way I could get this to be fixed?
↧
↧
Application usage on Ubuntu
I have two computers, one with Windows and one with Ubuntu.
The one with Windows tracks data from applications just fine.
The one with Ubuntu simply does not.
Is there a fix to this?
The one with Windows tracks data from applications just fine.
The one with Ubuntu simply does not.
Is there a fix to this?
↧
Client numbers are incorrect and way higher than online numbers
Hello, I've been having an issue with WhatPulse since last week or so. The app was suddenly no longer active on my computer and, after I restarted it, the "total keycount" numbers was way too high. It now shows around 2.8 million total keystrokes on the client installed on my laptop. The online stats however, show the correct numbers - about 1.4 million keys. It seems the number on my client is doubled for some strange reason.
Is there any way to correct the numbers on the client?
Is there any way to correct the numbers on the client?
↧
AES functions still not available after more than 6 months
Sumup : http://whatpulse.org/forums/showthread.php?tid=7861
More than 6 months later, STILL NOTHING.
I contacted support about my banned account, NO ANSWER.
Quote:Hi Oxman,
As the personal message mentioned, you can file a request to discuss your suspension. We simply don't allow only the official whatpulse client to generate statistics: http://help.whatpulse.org/kb/general/are...-any-rules - If you work with us, your account can certainly be unsuspended.
Having said that, there is going to be a Arch build sometime soon, based on the latest version.
More than 6 months later, STILL NOTHING.
I contacted support about my banned account, NO ANSWER.
↧
Can't pulse/log back in
I am getting error on 2.8.3.
"Error while talking to website: Proxy connection refused. Please try again!" Happening for nearly two weeks for me.
Logged out to try and fix as suggested on a thread on this forums, but no such luck.
Please help.
"Error while talking to website: Proxy connection refused. Please try again!" Happening for nearly two weeks for me.
Logged out to try and fix as suggested on a thread on this forums, but no such luck.
Please help.
↧
↧
Your week on WhatPulse
About the weekly mail.
Isn't it kinda weird that whenever you go 'up' in the ranking (number) it shows a red downside arrow and a green upside when you go down.
I guess it's a thinking mistake that when a number rises it's a good thing and you should get a green arrow going up, but in ranking it's the other way around I would think.
Example:
First week: Rank 9553 (GREEN UPSIDE ARROW +16)
Second week: Rank 9508th (RED DOWNSIDE ARROW -45)
Third week: Rank: 9533rd (GREEN UPSIDE ARROW +25)
The second week should be a positive thing, but it's a red downside arrow.
I wonder about this every week so I thought I should post it here now.
Isn't it kinda weird that whenever you go 'up' in the ranking (number) it shows a red downside arrow and a green upside when you go down.
I guess it's a thinking mistake that when a number rises it's a good thing and you should get a green arrow going up, but in ranking it's the other way around I would think.
Example:
First week: Rank 9553 (GREEN UPSIDE ARROW +16)
Second week: Rank 9508th (RED DOWNSIDE ARROW -45)
Third week: Rank: 9533rd (GREEN UPSIDE ARROW +25)
The second week should be a positive thing, but it's a red downside arrow.
I wonder about this every week so I thought I should post it here now.
↧
Geek Window
Is showing characters instead of numbers now. Confused... Looks like Greek... Also happens in main window.
↧
Complete stats wipe
I have had this for about 10 days and I love knowing how much I click and such, thing is, all my stats was wiped for no apparent reason. I was playing Enter The Gungeon when an error popped up that said error, something went wrong, do you want to wipe your stats, I click no but it pops up again so I click no again, this time it got replaced with an error message with only closeing it down as the option. So then I tried starting the program again and the same ¨something went wrong¨ window popped up, this time I clicked no then the same as last time happened, however, this time I clicked yes and WhatPulse popped up instantly with no loading time, account still logged into, stats wiped and settings reset. I have no idea as of what could have caused this but to say the least I got a bit sad, not for long though don't worry.
So now I really either want a solution or an exploitation
So now I really either want a solution or an exploitation
↧
New Computer - Client Tranfer?
Hey Guys,
So i love the Keyboard Heatmap and all Client stats!
I was looking at a new computer and wondering... Is there a way to transfer all data over to a new computer? I would hate to lose my current client side stats since there's no way to download your uploaded stats from the server once they have been pulsed.
Any ideas and input is appreciated![Smile Smile]()
thanks!
So i love the Keyboard Heatmap and all Client stats!
I was looking at a new computer and wondering... Is there a way to transfer all data over to a new computer? I would hate to lose my current client side stats since there's no way to download your uploaded stats from the server once they have been pulsed.
Any ideas and input is appreciated

thanks!
↧
↧
Pulsing doesn't work - 2.8.3
Hello guys
First thing first. I really love WhatPulse. It's been a part of my life for many years.
I've recently noticed that client at my work computer stopped pulsing. I've set automatic pulsing on 50 k keys. But it stopped working long time a go apparently. I've managed to gather really lots of stats to pulse, but it doesn't work for some reason. More than 50 days of up-time is on a stake. It's all in a screenshot.
Can anyone help me figure this out? I've newest WhatPulse version - 2.8.3.
pls.png (Size: 65.33 KB / Downloads: 3)
First thing first. I really love WhatPulse. It's been a part of my life for many years.
I've recently noticed that client at my work computer stopped pulsing. I've set automatic pulsing on 50 k keys. But it stopped working long time a go apparently. I've managed to gather really lots of stats to pulse, but it doesn't work for some reason. More than 50 days of up-time is on a stake. It's all in a screenshot.
Can anyone help me figure this out? I've newest WhatPulse version - 2.8.3.

↧
Key Combination
Hi!
I've installed the software (and then bought the premium version) because I'm interested to see which keys I use often and, moreover, which key combinations are most used. Unfortunately, on my client I cannot see the tab with for the keys combinations, hence the software itself is only in part useful.
Is this a bug, someone experience also this, or I'm missing something on my client?
I'm using the client on a Linux (Solus - https://solus-project.com/) with kernel 4.9.107-97.lts. Version of WhatPulse is 2.8.3.
Thank you to anyone that helps.
Luca
I've installed the software (and then bought the premium version) because I'm interested to see which keys I use often and, moreover, which key combinations are most used. Unfortunately, on my client I cannot see the tab with for the keys combinations, hence the software itself is only in part useful.
Is this a bug, someone experience also this, or I'm missing something on my client?
I'm using the client on a Linux (Solus - https://solus-project.com/) with kernel 4.9.107-97.lts. Version of WhatPulse is 2.8.3.
Thank you to anyone that helps.
Luca
↧
Controller support?
Hello,
I was wondering if there are any plans to add controller button presses to the statistics being tracked by WhatPulse, either as keyboard button presses or as a new category of statistics.
The only official statement I can find on the matter is from 2015, where smitmartijn said it wouldn't happen because of lack of interest:
Is this still the official stance? How much work would it take to hook into XInput and track Xbox 360 controller presses as keypresses, for example?
Thanks!
I was wondering if there are any plans to add controller button presses to the statistics being tracked by WhatPulse, either as keyboard button presses or as a new category of statistics.
The only official statement I can find on the matter is from 2015, where smitmartijn said it wouldn't happen because of lack of interest:
(07-05-2015 09:42 AM)smitmartijn Wrote: Controllers are not on the roadmap, simply because it will be too much work to integrate and just a handful of people wanting this.
Is this still the official stance? How much work would it take to hook into XInput and track Xbox 360 controller presses as keypresses, for example?
Thanks!
↧