maccman / holla

Holla! - Rich JavaScript Application
1.07k stars 197 forks source link

Chats not persisting. Roster not working #11

Open sebouh opened 13 years ago

sebouh commented 13 years ago

In Holla 2 messages don't reappear on reloading a page. Also unable to load a Roster or have multiple people join a channel.

maccman commented 13 years ago

Sounds like you're getting 500s when messages are being created - any error msgs? Roster not supported yet, although I plan to have that soon. You should be able to have multiple people join a channel - what's the error?

Cheers, Alex

On 30 Mar 2011, at 23:11, sebouh wrote:

In Holla 2 messages don't reappear on reloading a page. Also unable to load a Roster or have multiple people join a channel.

Reply to this email directly or view it on GitHub: https://github.com/maccman/holla/issues/11

sebouh commented 13 years ago

I'm actually getting no errors when messages are created, in fact the log shows that they're inserted into the messages table. I think the problem occurs when loading new messages. When I reload the page, the messages don't reappear, but I see them in the javascript files.

I haven't figured out how to have multiple people join a channel.. When I open the app in 2 browsers, existing channels don't appear in the 2nd browser and I start from scratch.

thanks

On Thu, Mar 31, 2011 at 2:14 AM, maccman < reply@reply.github.com>wrote:

Sounds like you're getting 500s when messages are being created - any error msgs? Roster not supported yet, although I plan to have that soon. You should be able to have multiple people join a channel - what's the error?

Cheers, Alex

On 30 Mar 2011, at 23:11, sebouh wrote:

In Holla 2 messages don't reappear on reloading a page. Also unable to load a Roster or have multiple people join a channel.

Reply to this email directly or view it on GitHub: https://github.com/maccman/holla/issues/11

Reply to this email directly or view it on GitHub: https://github.com/maccman/holla/issues/11#comment_940242

lolomarx commented 13 years ago

When the message insert, i can't any code for juggernaut. no publish and no subscribe for juddgemaut.

sebouh commented 13 years ago

in Holla 2, juggernaut is not broadcasting messages to the client. Messages are correctly sent to Rails and saved in the db, but juggernaut doesn't show any activity when this occurs

On Fri, Apr 1, 2011 at 5:09 PM, lolomarx < reply@reply.github.com>wrote:

When the message insert, i can't any code for juggernaut. no publish and no subscribe for juddgemaut.

Reply to this email directly or view it on GitHub: https://github.com/maccman/holla/issues/11#comment_947753

maccman commented 13 years ago

Give it another shot - just updated holla and juggernaut.

On Mon, Apr 4, 2011 at 2:07 PM, sebouh < reply@reply.github.com>wrote:

in Holla 2, juggernaut is not broadcasting messages to the client. Messages are correctly sent to Rails and saved in the db, but juggernaut doesn't show any activity when this occurs

On Fri, Apr 1, 2011 at 5:09 PM, lolomarx < reply@reply.github.com>wrote:

When the message insert, i can't any code for juggernaut. no publish and no subscribe for juddgemaut.

Reply to this email directly or view it on GitHub: https://github.com/maccman/holla/issues/11#comment_947753

Reply to this email directly or view it on GitHub: https://github.com/maccman/holla/issues/11#comment_952445

Alex MacCaw

(415) 513-0975 @maccman

http://alexmaccaw.co.uk | http://www.leadthinking.com | http://socialmod.com

sebouh commented 13 years ago

Ok.. checking it out.. a lot has been fixed. When the user x's a channel, connection to the server is lost and messages are no longer sent to rails. I will look out for any other issues. Could you explain the structure of the rails app, like how the front end gets loaded and where to find javascript code for key actions?