jgraham909 / bloggo

Revel example bloggin application
MIT License
49 stars 17 forks source link

Index out of range issue when hitting the index page. #1

Closed rexposadas closed 11 years ago

rexposadas commented 11 years ago

Hi Jeff,

I ran into an issue running the bloggo app. http://pastebin.com/cJ6pF9Yn

I get that error after hitting the index page.

I can take a look at it further, but was wondering if you come across the same issue?

Thanks, Rex

jgraham909 commented 11 years ago

Yeah I did run into this. In my case it was due to having an outdate revel binary. I think the command was something like go get -u github.com/robfig/revel.

I also updated from a previous version of go (I was running 1.0.2 for some reason) to 1.1 and in that process needed to clear out my $GOCODE/pkg dir as well since it had a lot of stale libs. You probably won't run into that issue though.

Hopefully that gets you going.

rexposadas commented 11 years ago

Thank you. That got me started.

As a side note, I would like to discuss the bloggo code before I start coding. I didn't think theissues section was the best place to start a discussion (maybe i'm wrong). Where would be a good place?

jgraham909 commented 11 years ago

I'm fine if you want to open a META issue to track a discussion.

If that is too limiting I'm open to other ideas.

rexposadas commented 11 years ago

Sounds good to me.