Ive noticed that we can acess our newsfeed by changing the http:// for
feed://


ERROR: http://git.server.com/~renatosis/watchlist.atom

WORKS: feed://git.server.com/~renatosis/watchlist.atom

y it stills giving me an error when beginning with http:// ?

Thanks!

Renato Isidio





On 31 jan, 18:26, Renato Isidio <renato...@gmail.com> wrote:
> Hi!
>
> Can you help me? Im facing with this problem since 28th january, last
> friday:
>
> ActionView::TemplateError (undefined method `login' for nil:NilClass)
> on line #28 of app/views/users/feed.atom.builder:
> 25:     action, body, category = action_and_body_for_event(event)
> 26:     item_url = "http://#{GitoriousConfig['gitorious_host']}" +
> user_path(@user)
> 27:     feed.entry(event, :url => item_url) do |entry|
> 28:       entry.title("#{h(event.user.login)} #{strip_tags(action)}")
> 29:       entry.content(<<-EOS, :type => 'html')
> 30: <p>#{link_to event.user.login, user_path(event.user)} #{action}</
> p>
> 31: <p>#{body}<p>
>
> I dont know y when I click on "Your Dashboard" >> "Newsfeed Icon" it
> shows me this error above.
> It shows me also this information:
>
> -------------------------------
> Request:
> -------------------------------
>
>  * URL       :http://git.server.com/~renatosis/watchlist.atom
>  * IP address: 12.33.41.54
>  * Parameters: {"format"=>"atom", "action"=>"watchlist",
> "id"=>"renatosis", "controller"=>"users"}
>  * Rails root: /opt/gitorious
>
> -------------------------------
> Session:
> -------------------------------
>
>  * session id: nil
>  * data: nil
>
> -------------------------------
> Environment:
> -------------------------------
>
>  * DOCUMENT_ROOT                               : /opt/gitorious/public
>  * HTTP_ACCEPT                                 : */*
>  * HTTP_ACCEPT_ENCODING                        : gzip, deflate
>  * HTTP_ACCEPT_LANGUAGE                        : fr-fr
>  * HTTP_CONNECTION                             : keep-alive
>  * HTTP_COOKIE                                 :
> _gitorious_sess=188eccd9356994dd43cb723a1417c07f; _logged_in=true;
> auth_token=e57fe547497164b5530d67d69e80ec151496446e
>  * HTTP_HOST                                   : ngit.globoi.com
>  * HTTP_IF_NONE_MATCH                          :
> "ced9734a97feab89d48a4c80f47d1ee9"
>  * HTTP_USER_AGENT                             : Apple-PubSub/65.20
>  * PATH_INFO                                   : /~renatosis/
> watchlist.atom
>  * QUERY_STRING                                :
>  * REMOTE_ADDR                                 : 103.23.9.53
>  * REMOTE_PORT                                 : 56506
>  * REQUEST_METHOD                              : GET
>  * REQUEST_URI                                 : /~renatosis/
> watchlist.atom
>  * SCRIPT_NAME                                 :
>  * SERVER_ADDR                                 : 12.33.41.54
>  * SERVER_ADMIN                                : root@localhost
>  * SERVER_NAME                                 : git.server.com
>  * SERVER_PORT                                 : 80
>  * SERVER_PROTOCOL                             : HTTP/1.1
>  * SERVER_SOFTWARE                             : Apache/2.2.3 (CentOS)
>  * _                                           : _
>  * action_controller.request.path_parameters   :
> formatatomactionwatchlistidrenatosiscontrollerusers
>  * action_controller.request.query_parameters  :
>  * action_controller.request.request_parameters:
>  * action_controller.rescue.request            :
> #<ActionController::Request:0xd012400>
>  * action_controller.rescue.response           :
> #<ActionController::Response:0xd0123d8>
>  * rack.errors                                 : #<IO:0x9dae4dc>
>  * rack.input                                  :
> #<PhusionPassenger::Utils::RewindableInput:0xd02f5b4>
>  * rack.multiprocess                           : true
>  * rack.multithread                            : false
>  * rack.request.cookie_hash                    :
> _gitorious_sess188eccd9356994dd43cb723a1417c07fauth_tokene57fe547497164b553 
> 0d67d69e80ec151496446e_logged_intrue
>  * rack.request.cookie_string                  :
> _gitorious_sess=188eccd9356994dd43cb723a1417c07f; _logged_in=true;
> auth_token=e57fe547497164b5530d67d69e80ec151496446e
>  * rack.request.query_hash                     :
>  * rack.request.query_string                   :
>  * rack.run_once                               : false
>  * rack.session                                : user_id207flash
>  * rack.session.options                        :
> httponlytruekey_gitorious_sesscookie_onlytruepath/
> domain.git.server.comsecurefalsesecretmousoraffocUphFudWymbexugetNerjUclowa 
> dsomignaimCoikChabAdcharlIlDetUfsOctOavyejUvcigyecUncuIdEg>quatotphAlbavVio 
> xjepgatfowfEefFuyoatfesFivChafHenemGoKnelOdjejeecEmtifUpmekEphArr[Oskejyujk 
> uebEbJiOjtoHaubJonwakagIcBurEvokWakfetchyigchipophAjlawyocoptivfaikoaicNoat 
> ipyimsheucShenDueGhowrivGoztOowOkgotAjNiffEdjeewgyucgaHybrIfifhodmiantodiad 
> OlbUcvatEigBudkomjidnunHusvubEskId2obwecyivUkdiid188eccd9356994dd43cb723a14 
> 17c07fexpire_after1814400
>  * rack.session.record                         :
> #<ActiveRecord::SessionStore::Session:0xd00b808>
>  * rack.url_scheme                             : http
>  * rack.version                                : 10
>
>  * Process: 17872
>  * Server : server.com
>
> And also, Im receiving emails with erros like this. Every 30 minutes
> it sends me an error. It looks like Im trying to acess newsfeed evry
> 30 minutes.
>
> Im lost! Can you help me?
>
> Thank you very much!
>
> Renato Isidio

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to