astaxie / beegae

beego for GAE
Other
38 stars 11 forks source link

Have problem with goapp serve error #19

Closed chayutzee closed 9 years ago

chayutzee commented 9 years ago

Please Help !

I'm new in golang and beego(beegae). I'm try to following get start and have error

screen shot 2558-03-08 at 1 31 40 pm

someone1 commented 9 years ago

Hmm, there was a recent update to beego that may have resulted in this. Did you enable any middleware in your application? Do you get the same error when you try out any of the examples in the repository?

chayutzee commented 9 years ago

I just following the https://github.com/astaxie/beegae#getting-started .

screen shot 2558-03-09 at 11 23 16 pm

I just try to run hello and appengine-angular-gotodos that in example folder and get the same error .

chayutzee commented 9 years ago

This is another try on beegae.  I have no idea with this error. screen shot 2558-03-09 at 11 58 19 pm

someone1 commented 9 years ago

There was an update to Beego which is resulting in these errors. I'll put up a fix later tonight. As of now, you can try switching your local beego repository to commit 07c628c7e9f813efc3f7e1785f667e08f2340d53 (Beegae is caught up to Version 1.4.2 of Beego, which is tagged on that commit)

chayutzee commented 9 years ago

Thank you very very much . I will try your solution tomorrow morning . :) If you fix this pls lets me kwon.

chayutzee commented 9 years ago

@someone1 thank you . your solution it work !! :+1: screen shot 2558-03-10 at 9 33 43 am

someone1 commented 9 years ago

This should now be resolved. Please re-open the issue if you are still having issues after updating your local repository.