Game of Thrones: Who spoke the most, and what?
A simple word cloud from GOT script.
@bevsxyz Mm, doesn't look like that worked. Though I hope you get it to work. I was contemplating Hugo and Mastodon comments as well.
@trinsec I can get our toots in get request. The guides i found for Hugo seem to be complicated for me(because of the javascript ofcourse). Well enough for the day I'm gonna sleep. If I figure it out i will be adding it to the wowchemy theme and maybe even write another blog😂 addressing my roadblocks.
@trinsec
```bash
curl https://qoto.org/api/v1/statuses/109399795717279616/context
```
That's the simple curl i did. The json response seems intuitive. I will just have to figure out how the others mapped it to the ui.
@trinsec Okay for some reason, the get request from the code is denied!
```
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://qoto.org/api/v1/statuses/109399795717279616/context. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘*, *’).
```
I am not sure if it is some server setting that only the admin can do something about.
@trinsec @freemo All the Hugo guides are reusing the code first credited to @carlschwan at https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/
@carlschwan, any thoughts on the matter?
@trinsec @freemo guys looks like @carlschwan identified the issue. You guys are the admins, so I hope you guys feel motivated enough to figure out a fix😛😛
Ahh ok, good to note... I can look into that for the next release and if its the code rather than the firewall i can address it.
Sure thanks
@freemo @trinsec While you're at it could you also check whether the domain based verification is switched off. I added a link to my profile as suggested to my header. However it's not verified yet. Did that a couple of days ago. Perhaps you had disabled it because of too many hits. I just wanted to verify this before going for funky emojis.
Hey,
I think the header issue could be due to the CDN for avatar.
Check this docs https://docs.joinmastodon.org/admin/config/#cdn_host
Perhaps any external buckets as well.
I am not sure but the nginx was the only thing I found in the docs for proxy.
https://docs.joinmastodon.org/admin/optional/object-storage-proxy/
@bevsxyz @trinsec @freemo@qoto.org No idea how this could happen but it seems your server is sending twice the following HTTP header: access-control-allow-origin: *
And this seems to be the issue :( This might be caused by a proxy/firewall adding the header a second time on the server and you might want to contact your server admin