Sleepy Flower

Results 243 comments of Sleepy Flower

Actually, I just checked quit had already been fixed in the master branch. The issue had to do with ``websocketpp_websockets.cpp``, I've already talked about a fix in issue #63

the only place that run is called in the library is here https://github.com/yourWaifu/sleepy-discord/blob/master/sleepy_discord/client.cpp#L27 I'm was doing test as of yesterday and I didn't run into those issues, but they do...

I'm going to guess this is an issue with your deps folder and that you are using websocketpp. In your deps folder, check that you have included websocketpp correctly. If...

``I launched setup.py and pressed Enter in every step`` Umm, I don't think that's what you were supposed to do. I'm going to guess you wanted to use Websocketpp on...

I have already fixed this issue, someone else reported on it, and I was planning on doing a wave of commits with a fix for this issue. Plus just add...

One of two things, you can apply this simple change that should fix it (Note: this is untested as I'm working on other things) ![image](https://user-images.githubusercontent.com/16181109/34864329-be6c1444-f741-11e7-84a3-859705341a38.png) or just disable the error...

for the first one, I'm guessing you forgot to recompile for the second one, it looks it is not linking sleepy_discord.lib, which makes sense, because you didn't add the folder...

umm that doesn't make sense, how are you getting those? that's for compiling the Web Assembly client not Sleepy Discord

by compiling it from here. ![image](https://user-images.githubusercontent.com/16181109/34865679-a2c8abf2-f747-11e7-8202-6c8f4d420990.png) or this https://yourwaifu.github.io/sleepy-discord/compile.html#compiling-sleepy-discord

take a look at step 7 to 8 https://yourwaifu.github.io/sleepy-discord/link.html. The example should be what you are looking for tho.