megawac / qwebirc-enhancements

Rich and intuitive browser IRC client.
http://justplay.tf/irc
Other
22 stars 10 forks source link

Demo not working #6

Closed CoryChaplin closed 10 years ago

CoryChaplin commented 10 years ago

Looks like twisted demo is not working anymore, even from a fresh clone. And I'm not quite sure how to get the node demo running.

megawac commented 10 years ago

Probably just something I forgot to update with dispatch. I'll look into it as I've been focusing on the node connection. I really need to make branches! Make sure that the option node is set to false.

megawac commented 10 years ago

To run the node demo just follow the instructions from https://github.com/megawac/qwebirc-node/blob/master/README.md

My readmes on here is a little out of date. I'll update it on the next commit

megawac commented 10 years ago

Should be fixed

CoryChaplin commented 10 years ago

Still no improvement on my side inspite of the latest changes.

megawac commented 10 years ago

Missing some files in the demo folder on github over the last few commits. Probably an issue with one of my ignore files - I'll look into it thanks

megawac commented 10 years ago

Alright the node and twisted demos should 100% work now (just tested both with a fresh clone). Let me know if you have any problems

CoryChaplin commented 10 years ago

Still no luck here with Twisted, check the output.

cory@pyramid:~/projects/qwebirc-enhancements$ demo/twisted/run.py first run, checking dependencies... warning: something went wrong looking for mercurial. warning: mercurial (hg) is not required, but allows qwebirc to save bandwidth by versioning. warning: you can get hg at http://www.selenic.com/mercurial/

0 errors, 1 warnings. you can run qwebirc despite these. error: not yet compiled, run compile.py first.

Node is OK.

GHOSTnew commented 10 years ago

lulz do this cd demo/twisted ./compil.py ./run.py

and go on http://127.0.0.1:9090 ;)

CoryChaplin commented 10 years ago

You're correct GHOSTnew, but it shouldn't work that way since Graeme has removed the necessity to compile.

megawac commented 10 years ago

Yeah the compile step is done through grunt now. I'm trying to replicate the problem I'll get back to you with a solution.

Update: found the issue... I'm dumb

megawac commented 10 years ago

Alright the twisted demo is now running on the freenode network (chat.freenode.net:6667). Made a couple quick updates to the twisted run.py. The issue was I was checking to see if some compiled files existed even though they weren't used. Hope it works now.