This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#501 2012-05-14 09:39:37

Squawkers13
Scratcher
Registered: 2010-11-20
Posts: 500+

Re: Chat.PY and Other Features

Magnie wrote:

scimonster wrote:

Magnie wrote:


Not entirely true. I've been talking to the ST about Mesh and Remote Sensors, and I believe they will be available in the full version of Scratch 2.0 since Remote Sensors is required for the WeDo blocks and stuff.

I might make another chat that uses Cloud variables, but that would require some interesting changes to how I would end up coding it since there isn't a central server that the clients connect to and I won't be able to control the Cloud variables and stuff very well since anyone will be able to change the code.

You can't call it Chat.SB2. I trademarked it.  big_smile

I'll probably call it Cloud Chat.  wink

And anyone (even me!) could create it AS WELL!


http://pekkit.net/banners/pekkit.png

Offline

 

#502 2012-05-14 09:40:23

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: Chat.PY and Other Features

scimonster wrote:

Magnie wrote:

Squawkers13 wrote:

Scratch 2.0 would render your server useless!

Not entirely true. I've been talking to the ST about Mesh and Remote Sensors, and I believe they will be available in the full version of Scratch 2.0 since Remote Sensors is required for the WeDo blocks and stuff.

I might make another chat that uses Cloud variables, but that would require some interesting changes to how I would end up coding it since there isn't a central server that the clients connect to and I won't be able to control the Cloud variables and stuff very well since anyone will be able to change the code.

You can't call it Chat.SB2. I trademarked it.  big_smile

You're joking.
(right?)


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#503 2012-05-14 12:56:31

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Chat.PY and Other Features

zippynk wrote:

scimonster wrote:

Magnie wrote:

Squawkers13 wrote:

Scratch 2.0 would render your server useless!

Not entirely true. I've been talking to the ST about Mesh and Remote Sensors, and I believe they will be available in the full version of Scratch 2.0 since Remote Sensors is required for the WeDo blocks and stuff.

I might make another chat that uses Cloud variables, but that would require some interesting changes to how I would end up coding it since there isn't a central server that the clients connect to and I won't be able to control the Cloud variables and stuff very well since anyone will be able to change the code.

You can't call it Chat.SB2. I trademarked it.  big_smile

Did you register the trademark?

No, but i just stuck the label on it. It's partially trademarked now.  tongue

slinger wrote:

scimonster wrote:

Magnie wrote:


Not entirely true. I've been talking to the ST about Mesh and Remote Sensors, and I believe they will be available in the full version of Scratch 2.0 since Remote Sensors is required for the WeDo blocks and stuff.

I might make another chat that uses Cloud variables, but that would require some interesting changes to how I would end up coding it since there isn't a central server that the clients connect to and I won't be able to control the Cloud variables and stuff very well since anyone will be able to change the code.

You can't call it Chat.SB2. I trademarked it.  big_smile

You're joking.
(right?)

Not completely...

Offline

 

#504 2012-05-18 16:47:43

DigiTechs
Scratcher
Registered: 2011-04-30
Posts: 500+

Re: Chat.PY and Other Features

Hmm.. The server seems to be down again.. My time is: 21:46 (5-to-10 PM)
So your time would be.. 14:46 (5-to-3 PM) Anything wrong here?


I'm back.
Maybe.

Offline

 

#505 2012-05-20 18:24:01

zippynk
Scratcher
Registered: 2011-07-23
Posts: 500+

Re: Chat.PY and Other Features

DigiTechs wrote:

Hmm.. The server seems to be down again.. My time is: 21:46 (5-to-10 PM)
So your time would be.. 14:46 (5-to-3 PM) Anything wrong here?

Still down


https://dl.dropbox.com/u/60598636/trifocal_interlude_soundcloud_button.png

Offline

 

#506 2012-05-21 09:57:20

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Chat.PY and Other Features

Well, it's back up now. Something went wrong and cleared all the logs (I wonder if someone actually hacked my chat!  yikes ) so I was unable to find the problem. Oh well.

Offline

 

#507 2012-05-21 22:15:03

zippynk
Scratcher
Registered: 2011-07-23
Posts: 500+

Re: Chat.PY and Other Features

Hmm...

still doesn't seem to work.

I get an error message "cannot connect to scratch.playfultest.tk". Trying the mesh java player, just a second...


https://dl.dropbox.com/u/60598636/trifocal_interlude_soundcloud_button.png

Offline

 

#508 2012-05-22 07:54:51

Bklecka
Scratcher
Registered: 2011-08-27
Posts: 1000+

Re: Chat.PY and Other Features

i get connection refused:connect


http://i48.tinypic.com/106ijc9.jpg

Offline

 

#509 2012-05-22 11:18:09

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Chat.PY and Other Features

Must have forgot to put it in the background when I logged off... oh well. Sorry for the inconvenience!

Offline

 

#510 2012-05-25 12:37:27

Bklecka
Scratcher
Registered: 2011-08-27
Posts: 1000+

Re: Chat.PY and Other Features

bump


http://i48.tinypic.com/106ijc9.jpg

Offline

 

#511 2012-05-25 19:10:22

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Chat.PY and Other Features

I find it funny that at least half of all the posts here are "Can't connect!" messages. :p

Offline

 

#512 2012-05-28 03:09:18

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Chat.PY and Other Features

Would it initialize if you ran this script:

when gf clicked
broadcast [<_init_ v ]
broadcast [<chat2 v ]
instead of just
when gf clicked
broadcast [<chat2 v ]
(I looked inside the plugins folder)
That plug-in is blank.

or on Chat.PY:
when gf clicked
broadcast [<_init_ v ]
broadcast [^chat v ]
instead of
 when gf clicked
broadcast [^chat v ]
or
when gf clicked
if <when gf clicked>      //This can also mean 'when gf clicked report true'
broadcast [^chat v ]
end

Last edited by Jonathan50 (2012-05-28 03:58:00)


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&amp;action=onlineStatus&amp;type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&amp;action=projects&amp;type=newest&amp;return=image&amp;num=1

Offline

 

#513 2012-05-28 03:40:29

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Chat.PY and Other Features

zippynk wrote:

Hmm...

still doesn't seem to work.

I get an error message "cannot connect to scratch.playfultest.tk". Trying the mesh java player, just a second...

That usually happens. Just try again. You probbally also got an MIT Squeak window saying 'message not understood: etc...'.


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&amp;action=onlineStatus&amp;type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&amp;action=projects&amp;type=newest&amp;return=image&amp;num=1

Offline

 

#514 2012-05-28 03:42:17

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Chat.PY and Other Features

Jonathan50 wrote:

zippynk wrote:

Hmm...

still doesn't seem to work.

I get an error message "cannot connect to scratch.playfultest.tk". Trying the mesh java player, just a second...

That usually happens. Just try again. You probbally also got an MIT Squeak window saying 'message not understood: etc...'.

I remember you said 'It only works the second time'. That's what usually happens, now not, now only I can't rename!!


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&amp;action=onlineStatus&amp;type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&amp;action=projects&amp;type=newest&amp;return=image&amp;num=1

Offline

 

#515 2012-05-28 16:46:48

DigiTechs
Scratcher
Registered: 2011-04-30
Posts: 500+

Re: Chat.PY and Other Features

Server's totally down now.. Cant connect at all to scratch.playfultest.tk
And what is VoxInfinitus???


I'm back.
Maybe.

Offline

 

#516 2012-05-28 20:19:20

SJRCS_011
Scratcher
Registered: 2011-02-07
Posts: 1000+

Re: Chat.PY and Other Features

One question Magnie: what VPS hosting service do you use?  I've been searching around for a good one, but can't find any


http://i.imgur.com/vQqtH.png
Learning to Program in a Nutshell:  "You're missing a closing parentheses" - LS97

Offline

 

#517 2012-05-28 21:02:41

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Chat.PY and Other Features

DigiTechs: Voxinfinitus.net is the website of my friend's VPS I use. I'll look into it later, I don't have much time right now.

SJRCS_011: My friend (that hosts Scratch Space/Chat.PY) uses linode.com I believe, I don't know which plan though.

Me Ohaider and Bobbybee were having a discussion about the VPS hosting services out there.

Last edited by Magnie (2012-05-28 21:03:08)

Offline

 

#518 2012-05-29 06:21:46

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: Chat.PY and Other Features

I use x10vps.


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#519 2012-05-29 11:13:45

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Chat.PY and Other Features

Server back up.  smile

Offline

 

#520 2012-05-30 16:20:03

DigiTechs
Scratcher
Registered: 2011-04-30
Posts: 500+

Re: Chat.PY and Other Features

Magnie wrote:

DigiTechs: Voxinfinitus.net is the website of my friend's VPS I use. I'll look into it later, I don't have much time right now.

SJRCS_011: My friend (that hosts Scratch Space/Chat.PY) uses linode.com I believe, I don't know which plan though.

Me Ohaider and Bobbybee were having a discussion about the VPS hosting services out there.

so when I goto scratch.playfultest.tk it comes up with VoxInfinitus?


I'm back.
Maybe.

Offline

 

#521 2012-05-30 16:28:23

coolhogs
Scratcher
Registered: 2011-07-26
Posts: 1000+

Re: Chat.PY and Other Features

What's Scratch Space? Also, I'm on!


Get ready for domination of:  tongue

Offline

 

#522 2012-05-30 18:17:36

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Chat.PY and Other Features

DigiTechs wrote:

Magnie wrote:

DigiTechs: Voxinfinitus.net is the website of my friend's VPS I use. I'll look into it later, I don't have much time right now.

SJRCS_011: My friend (that hosts Scratch Space/Chat.PY) uses linode.com I believe, I don't know which plan though.

Me Ohaider and Bobbybee were having a discussion about the VPS hosting services out there.

so when I goto scratch.playfultest.tk it comes up with VoxInfinitus?

Yeah. The domain (scratch.playfultest.tk) redirects to voxinfinitus.net.

Offline

 

#523 2012-05-31 18:05:52

Bklecka
Scratcher
Registered: 2011-08-27
Posts: 1000+

Re: Chat.PY and Other Features

bump


http://i48.tinypic.com/106ijc9.jpg

Offline

 

#524 2012-06-01 08:51:31

Zeusking19
Scratcher
Registered: 2011-07-10
Posts: 1000+

Re: Chat.PY and Other Features

lallaway12 wrote:

Just use my live chat project

@Magnie

Can you make a live chat server for me becuse if some one posts on Chat.py it gose on mine  hmm

Just joking I'm using your server! I will release one with your server and one with mine

First, you brand it your own. THEN you decide to use someone elses server.


http://i49.tinypic.com/2w7e1jm.pnghttp://dragcave.net/image/eFGFz.gifhttp://dragcave.net/image/9hE5q.gif

Offline

 

#525 2012-06-05 05:08:38

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Chat.PY and Other Features

blob8108 wrote:

Magnie wrote:

blob8108 wrote:

Is the server using exactly the same code?

What do you mean?

Sorry — I mean, what's listening on 174.27.218.81:6112? More Python code?

Magnie wrote:

Okay, I got something "morning. How are you?" but it wasn't sent as a variable. ( 0000<chat Morning. How are you? )

Sorry, that was me telneting to the port to see if it worked...  tongue

actually I got something. 174.27.218.81:6112 and 174.27.218.81 aren't just ordinary computers; they're network modems or severs; when I visited this page the error wasn't just it doesn't exist, it said it wasn't responding. Computers don't really have websites and computers websites don't have HTTP protocools (http://) or HTTPS (https://).
Try this in panther:

join mesh [174.27.218.81]
make variable[var1]
set [var1 ▼] to [testing testing 123...]
in BYOB (once you've tried to join...):
set <the < [var1 v] sensor value> block> to [test 2]


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&amp;action=onlineStatus&amp;type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&amp;action=projects&amp;type=newest&amp;return=image&amp;num=1

Offline

 

Board footer