aaronpk / Aperture

Aperture is a Microsub server. Currently in beta.
https://aperture.p3k.io
Apache License 2.0
69 stars 5 forks source link

Channels dissapeared #55

Open davidmead opened 6 years ago

davidmead commented 6 years ago

I logged into to Aperture today, to add some new feeds, but the two channels I have set up are not there any longer.

I created one named 'Me' and one named 'Feeds'. These are still showing in Together when I log in there to view (screenshot), but not in Aperture itself.

image

The only channels in Aperture seem to be 'Home' and 'Notifications'.

image

I am using the same URL (http://davidjohnmead.com/blog) to log into both.

davidmead commented 6 years ago

I did notice that the microsub link in Aperture is <link rel="microsub" href="https://aperture.p3k.io/microsub/103">

but the one I have on my site (that seems to be still working) is <link rel="microsub" href="https://aperture.p3k.io/microsub/27">

aaronpk commented 6 years ago

There was previously a bug in Aperture when logging in with a URL that is a redirect. If you originally typed in http://davidjohnmead.com/blog to log in, your account was set to exactly http://davidjohnmead.com/blog (which is incorrect because http://davidjohnmead.com/blog redirects to http://davidjohnmead.com/blog/). After fixing the bug, I forgot that this might change how existing accounts are referenced. So now when you type in http://davidjohnmead.com/blog you get stored internally as http://davidjohnmead.com/blog/ which is correct. I can fix this up behind the scenes for you. I assume you don't have any data in the "103" account now that you need?

davidmead commented 6 years ago

Thanks.

No I don't have anything in the "103" account that needs to be kept.

On Sat, Aug 25, 2018 at 5:37 PM Aaron Parecki notifications@github.com wrote:

There was previously a bug in Aperture when logging in with a URL that is a redirect. If you originally typed in http://davidjohnmead.com/blog to log in, your account was set to exactly http://davidjohnmead.com/blog (which is incorrect because http://davidjohnmead.com/blog redirects to http://davidjohnmead.com/blog/). After fixing the bug, I forgot that this might change how existing accounts are referenced. So now when you type in http://davidjohnmead.com/blog you get stored internally as http://davidjohnmead.com/blog/ which is correct. I can fix this up behind the scenes for you. I assume you don't have any data in the "103" account now that you need?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aaronpk/Aperture/issues/55#issuecomment-415998143, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNU8r83b5ffzAsH-b1JbESICLN2vkl_ks5uUcONgaJpZM4WKjTS .

-- David Mead

http://davidjohnmead.com

aaronpk commented 6 years ago

Great. Try logging out of everything then log back in. You should be set with the "27" account now that has all your data.