ok running testing branch on my server now. this is the error log i get. the
output to my salmon-generator is 200 code

[Tue Mar 23 18:31:47 2010] [error] [client 71.111.0.98] PHP Notice:
Undefined offset:  1 in /www/statusnet/plugins/OStatus/lib/magicenvelope.php
on line 62
[Tue Mar 23 18:31:47 2010] [error] [client 71.111.0.98] PHP Notice:
Undefined property: Activity::$object in
/www/statusnet/plugins/OStatus/actions/usersalmon.php on line 95
[Tue Mar 23 18:31:47 2010] [error] [client 71.111.0.98] PHP Notice:  Trying
to get property of non-object in
/www/statusnet/plugins/OStatus/actions/usersalmon.php on line 95
[Tue Mar 23 18:31:47 2010] [error] [client 71.111.0.98] PHP Notice:  Trying
to get property of non-object in
/www/statusnet/plugins/OStatus/actions/usersalmon.php on line 96


On Tue, Mar 23, 2010 at 7:34 PM, James Walker <wal...@walkah.net> wrote:

> There's nothing special about dev.walkah.me other than it runs the
> testing branch from the git repository (what is to become 0.9.x).
> There have been quite a few changes in the salmon code as the spec
> (rapidly) matures and evolves and other implementations begin to come
> together.
>
>
>
> On Tue, Mar 23, 2010 at 8:22 PM, tyler gillies <tjgill...@gmail.com>
> wrote:
> > Ok so i finally got salmon to slap! (wow that took more effort than i
> would
> > have hoped)
> >
> > Only problem is that now only dev.walkah.me accepts key, using the same
> info
> > any other site (local install/indenti.ca) fails to verify key.
> >
> > is there something special on the walkah server?
> >
> > On Tue, Mar 23, 2010 at 7:44 AM, tyler gillies <tjgill...@gmail.com>
> wrote:
> >>
> >> Doh. i was calling your salmon endpoint, not charlie's *facepalm*
> >>
> >> Its the little bugs that get you
> >>
> >> I'm still getting an error <div class="error">No author ID URI
> found</div>
> >>
> >> but it's one i havn't seen yet, so it means im making progress ;)
> >>
> >> On Tue, Mar 23, 2010 at 7:32 AM, tyler gillies <tjgill...@gmail.com>
> >> wrote:
> >>>
> >>> The notice *is* referenced in the thr in-reply-to
> >>>
> >>> Is there a file anywhere showing what should be in the Atom thats
> wrapped
> >>> inside the magic sig? I *finally* got my public key to verify
> >>> (modulus/exponent output is decimal in ruby by default. in php it's
> binary)
> >>>
> >>> Now my biggest problem is actually sending the right data. Right now,
> I'm
> >>> kinda just making it up as I go.
> >>>
> >>> On Tue, Mar 23, 2010 at 7:16 AM, James Walker <wal...@walkah.net>
> wrote:
> >>>>
> >>>> Hey Tyler,
> >>>>
> >>>> The checks mean that the user you've slapped to (i.e. the user id in
> >>>> main/salmon/user/N) needs to either be referenced in the <link
> >>>> rel="ostatus:attention" /> or have posted a notice referenced in the
> >>>> thr in-reply-to.
> >>>>
> >>>> It looks like your snippet is a template? if that's actually what
> >>>> you're trying to send, it's pretty guaranteed to fail.
> >>>>
> >>>> .j
> >>>>
> >>>> On Tue, Mar 23, 2010 at 9:55 AM, tyler gillies <tjgill...@gmail.com>
> >>>> wrote:
> >>>> > in usersalmon.php, what does this mean:
> >>>> >
> >>>> > // Notice must either be a) in reply to a notice by this user
> >>>> >         // or b) to the attention of this user
> >>>> >
> >>>> > im trying to slap and i get: <div class="error">In reply to a notice
> >>>> > not by
> >>>> > this user</div>
> >>>> >
> >>>> > this is my atom:
> >>>> >
> >>>> > notice = "http://dev.walkah.me/notice/55";
> >>>> >
> >>>> > <?xml version='1.0' encoding='UTF-8'?>
> >>>> > <entry xmlns='http://www.w3.org/2005/Atom'>
> >>>> >   <id>tjgill...@test.opengard.in</id>
> >>>> >
> >>>> >
> >>>> > <author><name>tjgill...@test.opengard.in</name><uri>
> tjgill...@test.opengard.in</uri></author>
> >>>> >   <thr:in-reply-to xmlns:thr='
> http://purl.org/syndication/thread/1.0'
> >>>> >     ref='#{notice}' href='#{notice}'></thr:in-reply-to>
> >>>> >   <content>#{Time.now}</content>
> >>>> >   <title>#{Time.now}</title>
> >>>> >   <updated>#{Time.now.xmlschema}</updated>
> >>>> > </entry>
> >>>> >
> >>>> > --
> >>>> > Everyone Loves Tea
> >>>> > http://www.everyonelovestea.com
> >>>> >
> >>>> > _______________________________________________
> >>>> > StatusNet-dev mailing list
> >>>> > StatusNet-dev@lists.status.net
> >>>> > http://lists.status.net/mailman/listinfo/statusnet-dev
> >>>> >
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> James Walker :: http://walkah.net/
> >>>
> >>>
> >>>
> >>> --
> >>> Everyone Loves Tea
> >>> http://www.everyonelovestea.com
> >>
> >>
> >>
> >> --
> >> Everyone Loves Tea
> >> http://www.everyonelovestea.com
> >
> >
> >
> > --
> > Everyone Loves Tea
> > http://www.everyonelovestea.com
> >
>
>
>
> --
> James Walker :: http://walkah.net/
>



-- 
Everyone Loves Tea
http://www.everyonelovestea.com
_______________________________________________
StatusNet-dev mailing list
StatusNet-dev@lists.status.net
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to