# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 22
# self = https://watcher.sour.is/conv/2w6yh6a
Unfortunately not on that front. Still the same 404 posting errors and oddly occasional login errors.

That's why I was wondering if using Go 1.22.4 could be an issue. I don't know how exactly. Only way to test is to rebuild it with an older version I guess, which is why I did the make clean in the first place. Old habits die hard lol.
@eldersnake are your replies creating new posts? I know this is a reply to a question from @prologic, but it is not within the same thread.
@eldersnake So you're still having the exact same problems?! 🤔 And no I don't think the version of the compiler has much to do with this 😢
@eldersnake So you're still having the exact same problems?! 🤔 And no I don't think the version of the compiler has much to do with this 😢
FWIW go v1.22.2 here, but I'll upgrade now just to be sure...
FWIW go v1.22.2 here, but I'll upgrade now just to be sure...
FWOW go v1.22.2 here, but I'll upgrade now just to be sure...
Upgraded my Go compiler and I'm still not able to reproduce those 404(s) you're seeing. For clarity, this is what you expect to see in the server logs:


DEBU[0163] no subscriptions found for http://10.0.0.164:8000/user/admin/twtxt.txt
[yarnd] 2024/06/19 23:13:23 (10.0.0.164:64888) "POST /post HTTP/1.1" 200 0 8.323709ms
DEBU[0163] reloading templates in debug mode...
[yarnd] 2024/06/19 23:13:23 (10.0.0.164:64888) "GET / HTTP/1.1" 200 18120 87.933208ms



for every post there should be a POST /post ... followed pretty quickly by a GET /
Upgraded my Go compiler and I'm still not able to reproduce those 404(s) you're seeing. For clarity, this is what you expect to see in the server logs:


DEBU[0163] no subscriptions found for http://10.0.0.164:8000/user/admin/twtxt.txt
[yarnd] 2024/06/19 23:13:23 (10.0.0.164:64888) "POST /post HTTP/1.1" 200 0 8.323709ms
DEBU[0163] reloading templates in debug mode...
[yarnd] 2024/06/19 23:13:23 (10.0.0.164:64888) "GET / HTTP/1.1" 200 18120 87.933208ms



for every post there should be a POST /post ... followed pretty quickly by a GET /
But there should *never ever* be a GET /post -- There is no handler/route for that, that *will* indeed 404, really strange you're still seeing this? And what's this login issue?
But there should *never ever* be a GET /post -- There is no handler/route for that, that *will* indeed 404, really strange you're still seeing this? And what's this login issue?
@bender hmm you may be right...
@eldersnake That one was 👌
@eldersnake That one was 👌
@prologic The login issue I cant yet narrow down as to when it happens as sometimes I login fine. But it gives off a 401 forbidden error. Anyway I've been focusing on the posting error as I figured it must be related. Registering and logging in as a new user works every time, which is weird.
@eldersnake I don't see the subsequent GET /, You are right that a POST /post does an internal XHR redirect to whatever view you're on to refresh it.
@eldersnake I don't see the subsequent GET /, You are right that a POST /post does an internal XHR redirect to whatever view you're on to refresh it.
Oh you deleted that last Twt 🤣
Oh you deleted that last Twt 🤣
@prologic Yeah realised I hit the character limit lol
@eldersnake LOL all good. Feel free to use https://gist.mills.io 👌
@eldersnake LOL all good. Feel free to use https://gist.mills.io 👌