Topic: FindPlay - a new tool to find other gamers in your area
Started by: Clinton R. Nixon
Started on: 10/15/2005
Board: Connections
On 10/15/2005 at 11:39pm, Clinton R. Nixon wrote:
FindPlay - a new tool to find other gamers in your area
Last Tuesday, I got this itch to write a tool to help people find people in their area that like the same games they do. I released it this morning, and there's not a lot there yet - this sort of thing takes off by people using it.
So, anyway, go sign up if you like. You'll note the standard Forge poll questions (what three games have you most recently played, liked most, want to play.) They're there to keep this simple: all the sites like this I've seen before are way too complex.
So, here it is: http://findplay.anvilwerks.com. Feel free to leave me feedback here.
On 10/17/2005 at 9:43am, beingfrank wrote:
Re: FindPlay - a new tool to find other gamers in your area
It looks like a beautiful idea. But it won't let me sign up. Application error (Rails) or something.
On 10/17/2005 at 10:38am, Clinton R. Nixon wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
beingfrank wrote:
It looks like a beautiful idea. But it won't let me sign up. Application error (Rails) or something.
I think I've tracked that down: it seems to happen when it can't parse your address. I'll work on it today and clear that up.
It still won't let you sign up if it can't parse your address, but I'll have it give a cogent message.
On 10/17/2005 at 10:53am, beingfrank wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Does it cope with antipodean addresses? 'Cause I can see that it might not, and that would be a pity.
On 10/17/2005 at 11:21am, Clinton R. Nixon wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
beingfrank wrote:
Does it cope with antipodean addresses? 'Cause I can see that it might not, and that would be a pity.
I'm so baffled. Does it deal with people on the exact opposite side of the planet as you? I suppose it would. If Google Maps can deal with it, FindPlay can.
On 10/17/2005 at 4:34pm, jasonm wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
I signed up and it showed me nearby twunts (you know who you are), but it broke when I tried to edit my profile. Other than that the awesomeness is blinding.
Also, you should consider adding a privacy/use statement.
--Jason
On 10/17/2005 at 5:55pm, Bankuei wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Hi Clinton,
I couldn't even sign in...
could not connect to server: Connection refused
Is the server running on host "localhost" and accepting
TCP/IP connections on port 5432?
/app/controllers/player_controller.rb:25:in `new'
/app/controllers/player_controller.rb:25:in `register'
I'm on a Safari, Mac OS 10.3.5, and dial up...
Chris
On 10/17/2005 at 6:02pm, Blankshield wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Ditto Chris' result, on WinXP, IE version 6.0.2900 and a bunch more numbers after that. I am behind a corporate firewall, but am not filtered or proxied on standard http traffic.
James
On 10/17/2005 at 6:16pm, matthijs wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Timeout::Error in Player#register
execution expired
/lib/freegeo.rb:9:in `lookup'
/app/models/player.rb:63:in `edit'
/app/controllers/player_controller.rb:27:in `register'
On 10/17/2005 at 8:09pm, immlass wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Same error as matthijs. Safari 2.0.1, Mac OS X 10.4.2, broadband (DSL).
On 10/18/2005 at 12:57pm, Clinton R. Nixon wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
It seems to be working much better now after some repair work (thank you guys for testing it.) I'm still a little worried about the geographic lookup scheme. I went with Google Maps, as that makes it much more useful for international people. However, this introduces the problem that the program can time out waiting for a response from Google Maps to translate your address into a longitude and latitude.
I could just locate people by Zip Code centroids, which would solve the problem, but mean that international people are screwed. Hrm.
On 10/18/2005 at 2:24pm, Matt Snyder wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Very cool ap and service, Clinton.
Is there a way for the user to control his geographical radius? It appears that 35 miles is the limit set here. (Why 35, by the way?). Can there be a drop down menu or something similar that sets the radius something like:
10 miles
25 miles
50 miles
75 miles
100 miles
200 miles
Some of us not near large metropolitan areas are willing to drive a bit farther for some fun on a weekend.
On 10/18/2005 at 2:28pm, Clinton R. Nixon wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Matt wrote:
Is there a way for the user to control his geographical radius? It appears that 35 miles is the limit set here. (Why 35, by the way?).
The actual calculation: your latitude +/- 0.5 and your longitude +/- 0.5. That's about 35 miles to the north and south, and if you live in a fairly central (non-equatorial, non-polar) area, about 35 miles to the west and east.
You might be able to control your geographical radius in the future. I started with the simplest thing that could possibly work.
On 10/18/2005 at 2:36pm, Blankshield wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
It's working now. Predictably enough, it shows me near... no body. :)
(I live halfway to the frozen north; there's about 5 people up here who know about the forge - the other 5 people are two busy getting their sled teams ready for winter)
James
On 10/18/2005 at 2:57pm, Wolfen wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
The ironic thing is, I think I'll probably already know all the Forgies in the area.
Still very cool little utility though. I'll have to check back occasionally, and spread the word.
On 10/18/2005 at 3:53pm, foucalt wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
I love it, thanks!
Quick question/suggestions:
Am I supposed to be seeing a googlemap of me and the other players' locations? because I'm not seeing it, just a list of names w/ profile info (but no location)
It would also be cool if you had a profile field called "Forge ID" so you could get a little sense of who people are and how they play by looking at their Forge posts
On 10/18/2005 at 5:07pm, Jason L Blair wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Hm. I'm getting an error: http 500 Internal Server Error. IE 6, WinXP 2.
Is this still working for other people? (This is my first attempt to access it.)
On 10/18/2005 at 5:12pm, Dave Panchyk wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Clinton wrote:beingfrank wrote:
Does it cope with antipodean addresses? 'Cause I can see that it might not, and that would be a pity.
I'm so baffled. Does it deal with people on the exact opposite side of the planet as you? I suppose it would. If Google Maps can deal with it, FindPlay can.
I believe the poster was referring to Australia.
On 10/18/2005 at 5:34pm, foucalt wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
I'm currently getting:
Application error
Rails application failed to start properly
in Firefox on WinXP
On 10/18/2005 at 5:44pm, Paka wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
The page won't load up for me either.
On 10/18/2005 at 6:09pm, Dev wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Clinton, do you have the source code kept in some directory that's not run off Rails? I was thinking I'd try hosting it on my Dreamhost or TextDrive accounts to see if I'd have more success that way. (Running Rails apps can be a mite tricky.)
On 10/18/2005 at 6:16pm, Clinton R. Nixon wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Dev wrote:
Clinton, do you have the source code kept in some directory that's not run off Rails? I was thinking I'd try hosting it on my Dreamhost or TextDrive accounts to see if I'd have more success that way. (Running Rails apps can be a mite tricky.)
It's at http://findplay.anvilwerks.com/findplay-0_1.tar.gz, which you should be able to get to without a problem.
It seems like when more than one person at a time accesses it, it craps out. And it's not like I don't know what I'm doing: it's running on Lighttpd with FastCGI, and is awesome until it breaks.
Anyway, give it a try. I've had nothing but slow crapfests running Rails apps on Dreamhost. Textdrive might work, though. (I'm hosting this with Planet Argon, run by the guy writing the Rails book for O'Reilly.)
And let's take this discussion to e-mail. Hit me up at crnixon@anvilwerks.com.
On 10/18/2005 at 9:40pm, Andrew Morris wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
It worked just fine for me, other than having only one person in my area. Did you announce this only on the Forge, or on other gaming sites online?
On 10/18/2005 at 11:07pm, Meguey wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
This is really cool. Thanks for doing this, Clinton!
On 10/18/2005 at 11:54pm, demiurgeastaroth wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
It doesn't look like there's any way to get a replacement password if you have forgotten yours. (Could I have been so silly? I'm not saying.)
On 10/18/2005 at 11:57pm, Meguey wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
I made link buttons!
<img src="http://www.lumpley.com/megweb/dolls/FindPlay1.gif"><br />
<img src="http://www.lumpley.com/megweb/dolls/FindPlay2.gif"><br />
<img src="http://www.lumpley.com/megweb/dolls/FindPlay3.gif"><br />
<img src="http://www.lumpley.com/megweb/dolls/FindPlay4.gif"><br />
On 10/19/2005 at 1:28am, foucalt wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Great idea Meguey! May I add:
[img]http://www.gheron.net/images/find-play.png[/img]
On 10/19/2005 at 3:37am, Clinton R. Nixon wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Darren wrote:
It doesn't look like there's any way to get a replacement password if you have forgotten yours. (Could I have been so silly? I'm not saying.)
Darren,
I'll add that. It's a silly oversight, and will take no time to do. I should have it up tomorrow sometime.
Meg,
Have you been told today how awesome you are? 'Cause, you know, you are.
On 10/19/2005 at 4:16am, RobNJ wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
I'm in now. And I know about half the people on it, and one of them is in my weekly group. But I guess I could snag more players for a second-a-week group if I ever get that ambitious.
Thanks for the tool, Clinton.
On 10/19/2005 at 12:09pm, thelostgm wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
I'm in. I'll try and spread the word a bit.
On 10/21/2005 at 12:08am, Meguey wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Hey, Clinton, is there/could there be a way to see who's around in other areas, so if people are visiting, they cound hook into a local scene?
On 10/21/2005 at 12:21am, rafial wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
is there/could there be a way to see who's around in other areas
Is. Look at the top of the find players page. See that text box with your address in it? Type something else.
I've been using it to poke around already :)
On 10/21/2005 at 3:40am, M. J. Young wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
O.K., I'm not sure why it did this, but this is the story.
I registered, and it logged me in; but knowing that I won't remember the password and there's no way I would find it again if I wrote it somewhere, I figured I'd get the browser to remember the password for me. So I logged out, and then went to log back in again. I get the login screen, type my e-mail address and password as requested, hit login, and I get--the login screen. Round and round I go, get back to the entry page, but I'm not logged in, it doesn't recognize my log-in, and that's pretty much all she wrote.
Win98, NS7.2
Maybe it won't let me log in because I mentioned OAD&D as one of the games I play....
--M. J. Young
On 10/21/2005 at 5:51am, Karl wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
NoMethodError in Player#register
:(
On 10/21/2005 at 5:52am, Karl wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
NoMethodError in Player#register
:(
oops, Firefox on Win XP
On 10/21/2005 at 8:29am, beingfrank wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Sadly it does not cope with Australian (or New Zealand, for that matter) locations. This is because Google Maps doesn't cover those countries, not because of anything Clinton did. If you enter a location it can't handle, the no method error occurs (it may also occur for other things, but I know it occurs for that).
I don't know where else Google Maps doesn't cover, but they won't work either.
On 10/21/2005 at 8:51am, Ben Lehman wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
beingfrank wrote:
Sadly it does not cope with Australian (or New Zealand, for that matter) locations. This is because Google Maps doesn't cover those countries, not because of anything Clinton did. If you enter a location it can't handle, the no method error occurs (it may also occur for other things, but I know it occurs for that).
I don't know where else Google Maps doesn't cover, but they won't work either.
It also doesn't handle Mongolia, which is odd, because it handles China and Russia both fine.
yrs--
--Ben
On 10/21/2005 at 1:00pm, foucalt wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Clinton, you have done a wonderful thing.
Long-term wishlist:
• More profile Fields: aliases, homepage, IM, etc.
• More entries for Games Played, Favorite Games, Want to Play
• Incorporate a googlemap showing your area with markers for the people on your list; mouseover for player name
• Then enable a Search by Game feature that lets you refine the map to only people who have a specific game listed, with color-coded markers for whether they have it listed as a recent play, favorite play, or want to play
Then you can rule the world! (cue maniacal laughter)
On 10/21/2005 at 1:17pm, Matt wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Clinton,
Nice App, elegantly done. Good use of AJAX for the existing games list, it can be a bit unwieldy if the list is long though (say I type "The").
Also, if I try and jump straight into a subpage (from my history), but my session has expired, I get a debug page.
-Matt
On 10/21/2005 at 2:15pm, jrs wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
M. wrote:
I get the login screen, type my e-mail address and password as requested, hit login, and I get--the login screen. Round and round I go, get back to the entry page, but I'm not logged in, it doesn't recognize my log-in, and that's pretty much all she wrote.
M.J.,
The login screen circle happened to me as well (without the password memorization bit). Make sure your browser is not blocking cookies. My preferences are set-up so that I'm prompted to accept cookies (otherwise they are blocked). For some odd reason, FindPlay does not trigger the cookie inquiry. When I went in and forced the site as an exception, the problem disappeared and I could login.
Julie
On 10/22/2005 at 6:33pm, Christopher Weeks wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Way cool. I'd also like to be able to find the nearest x people who have listed game y in their profiles.
On 10/23/2005 at 11:39am, Dumirik wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
I'm not surprised in the least that they don't cover the ass end of the world. Is there any way of circumventing this flaw? I'd really love to know if there is anybody anywhere near here.
Thanks,
Kirk
On 10/27/2005 at 8:12pm, Samael wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Can't sign up. I get "Timeout:: Error in Player#Register". WinXP w/ IE6 and Firefox 1.07. I get this error on two separate computers.
On 10/28/2005 at 6:11am, M. J. Young wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Thanks, Julie. Indeed, adding findplay.anvilwerks.com to the list approved to allow cookies solved the problem immediately.
I wonder why it doesn't trigger the notification box? I've never had that happen before, that I'm aware.
Not surprisingly, there are no role players within 35 miles of me other than me.
--M. J. Young
On 10/30/2005 at 4:17pm, Nev the Deranged wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Cool. Guess I started that Frappr for no reason, heh. Nice work, Clinton.
On 11/14/2005 at 3:38pm, Parsolamew wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Samael wrote:
Can't sign up. I get "Timeout:: Error in Player#Register". WinXP w/ IE6 and Firefox 1.07. I get this error on two separate computers.
Ditto on all counts. Is there a solution for this, or at least an explanation?
I've got the cookie-exception thing set as well.
On 11/14/2005 at 4:09pm, Clinton R. Nixon wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Parsolamew wrote:Samael wrote:
Can't sign up. I get "Timeout:: Error in Player#Register". WinXP w/ IE6 and Firefox 1.07. I get this error on two separate computers.
Ditto on all counts. Is there a solution for this, or at least an explanation?
I've got the cookie-exception thing set as well.
Some of the websites this relies on are not up. I need to go in and re-code it to rely on something else for geocoding.
On 11/18/2005 at 5:14pm, Dave Panchyk wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Musing: Might it perhaps be enough for now to remove "geocoding" from the registration process, to allow successful registration and logins? That way, the site can develop a "culture of use" among the registrants. The additional location-finding functionality could (presumably) be added later.
On 11/18/2005 at 11:55pm, Parsolamew wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Dave wrote:
Musing: Might it perhaps be enough for now to remove "geocoding" from the registration process, to allow successful registration and logins? That way, the site can develop a "culture of use" among the registrants. The additional location-finding functionality could (presumably) be added later.
Hear, Hear.
I know I'd appreciate being able to log on and look around, whether or not my address is mappable.
On 11/22/2005 at 2:21pm, Roland.of.Gilead wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
NoMethodError in Player#register
WARNING: You have a nil object when you probably didn't expect it! Odds are you
want an instance of Array instead.
Look in the callstack to see where you're working with an object that could be nil.
Investigate your methods and make sure the object is what you expect!
/lib/freegeo.rb:16:in `lookup'
/app/models/player.rb:63:in `edit'
/app/controllers/player_controller.rb:27:in `register'
This has happened 5 times. What am I doing wrong?
On 11/23/2005 at 3:30am, Clinton R. Nixon wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
So, hey, I finally fixed FindPlay. It should kick ass for you now, hopefully. Happy Thanksgiving!
On 11/23/2005 at 3:36am, demiurgeastaroth wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Is there anyway to delete a profile?
I created a second when I thought the first attempt had failed.
On 11/23/2005 at 3:39am, demiurgeastaroth wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Also, it still needs more elegant error-handling.
Try entering "Newcastle, UK" - since there is more than one Newcastle, it crashes.
On 11/23/2005 at 3:40am, Clinton R. Nixon wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Darren wrote:
Also, it still needs more elegant error-handling.
Try entering "Newcastle, UK" - since there is more than one Newcastle, it crashes.
You're right, and it's in serious, serious beta, and hrm.
On 11/28/2005 at 6:05pm, Parsolamew wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Clinton wrote:
So, hey, I finally fixed FindPlay. It should kick ass for you now, hopefully. Happy Thanksgiving!
It works!
Except that putting "San Francisco, CA" throws an exception the first time I try it. Second time worked like a charm, might have been a server hiccup.
On 7/14/2006 at 9:12pm, okiran wrote:
RE: Re: FindPlay - a new tool to find other gamers in your area
Findplay works again! However, people don't seem to know as the last time someone logged on, besides me, was about 50 days ago. I hope they come back . . .