Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404: FetchError: invalid json response body at http://lemmy:8536/api/v3/site #2278

Closed
Kap2022 opened this issue May 22, 2022 · 12 comments
Closed
Labels
bug Something isn't working

Comments

@Kap2022
Copy link

Kap2022 commented May 22, 2022

Found a bug? Please fill out the sections below. 👍

For front end issues, use lemmy-ui

Issue Summary

A summary of the bug.

I got this error:
404: FetchError: invalid json response body at http://lemmy:8536/api/v3/site
using both the mobile webapp and on the desktop in the Brave Browser

Seems to be random - it just happens when I click on a link or take some other action. I have not been able to isolate it to a specific series of steps - sorry, I know it would be easier to fix if I had,

Sometimes the only way I can fix the situation is by rebooting the virtual machine running my instance

Other times, if I open a new tab it will just work.

Steps to Reproduce

  1. (for example) I clicked login, and an endless spinner show up.
  2. I tried to install lemmy via this guide, and I'm getting this error.
  3. ...

Technical details

  • Please post your log: sudo docker-compose logs > lemmy_log.out. - do not know how to do this
  • What OS are you trying to install lemmy on? Graphene OS and Linux Mint
  • Any browser console errors?
@Kap2022 Kap2022 added the bug Something isn't working label May 22, 2022
@dessalines
Copy link
Member

What guide did you use to install lemmy? Why can't you post the docker logs?

@Kap2022
Copy link
Author

Kap2022 commented May 22, 2022

I followed the Ansible instructions. I upgraded not long after 16.3 became available.

If you can share a link with step by step instructions on how to get the Docker logs for you - I am happy to do it. I just do not know how to get them for you.

@dessalines
Copy link
Member

If you know how to ssh to your server, then run sudo docker-compose logs > lemmy_log.out in the terminal, and show us that file.

@Kap2022
Copy link
Author

Kap2022 commented May 22, 2022

I think I have it - see the attached

@Kap2022 Kap2022 closed this as completed May 22, 2022
@Kap2022
Copy link
Author

Kap2022 commented May 22, 2022

Sorry I did not mean to close this issue.

I got the lemmy_log.out
I copied it to my local drive
I tried to attach it to this message, but it said file type not allowed
So I compressed it to a tar.gz file and tried to attach it again and not a "is not included in the list" message
So I compressed it to a zip file and tried to attach it again and not a "is not included in the list" message

Any suggestions?

Thanks in advance for your patience.
is not included in list error

/home/phil/lemmy_log.out

@Kap2022 Kap2022 reopened this May 22, 2022
@Nutomic
Copy link
Member

Nutomic commented May 23, 2022

Just run docker-compose logs -f --tail=100 lemmy and look for any errors while accessing your site.

@Kap2022
Copy link
Author

Kap2022 commented May 23, 2022

The errors were further back then that so I have copied and pasted what I think the errors were apearing in the original log file I ran yesterday:


�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[33mlemmy_1 |�[0m �[2m2022-04-16T12:47:57.391114Z�[0m �[32m INFO�[0m �[1mblocking operation�[0m�[2m:�[0m �[2mlemmy_server::code_migrations�[0m�[2m:�[0m Running user_updates_2020_04_02
�[33mlemmy_1 |�[0m �[2m2022-04-16T12:47:57.404203Z�[0m �[32m INFO�[0m �[1mblocking operation�[0m�[2m:�[0m �[2mlemmy_server::code_migrations�[0m�[2m:�[0m 0 person rows updated.
�[33mlemmy_1 |�[0m �[2m2022-04-16T12:47:57.404232Z�[0m �[32m INFO�[0m �[1mblocking operation�[0m�[2m:�[0m �[2mlemmy_server::code_migrations�[0m�[2m:�[0m Running community_updates_2020_04_02
�[33mlemmy_1 |�[0m


�[36mlemmy-ui_1 |�[0m Inferno is in development mode.
�[36mlemmy-ui_1 |�[0m httpbase: https://lemmy:8536
�[36mlemmy-ui_1 |�[0m wsUri: wss://lemmy:8536/api/v3/ws
�[36mlemmy-ui_1 |�[0m isHttps: true
�[36mlemmy-ui_1 |�[0m No JWT cookie found.
�[36mlemmy-ui_1 |�[0m http://0.0.0.0:1234
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/search?q=https%3A%2F%2Flemmy.ml%2Fc%2Fbitcoin&type_=All&sort=TopAll&listing_type=All&page=1&limit=20&auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEsImlzcyI6ImV4cGxvZGluZy1oZWFkcy5jb20iLCJpYXQiOjE2NTAxMTM0ODh9.eBxAVeUDavFLyiZZWVdeJaXTw_t2eG637u9a9mgya3M reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5)
�[36mlemmy-ui_1 |�[0m at async Promise.all (index 2) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/search?q=https%3A%2F%2Flemmy.ml%2Fc%2Fbitcoin&type_=All&sort=TopAll&listing_type=All&page=1&limit=20&auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEsImlzcyI6ImV4cGxvZGluZy1oZWFkcy5jb20iLCJpYXQiOjE2NTAxMTM0ODh9.eBxAVeUDavFLyiZZWVdeJaXTw_t2eG637u9a9mgya3M reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5)
�[36mlemmy-ui_1 |�[0m at async Promise.all (index 2) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/search?q=https%3A%2F%2Flemmy.ml%2Fc%2Fbitcoin&type_=All&sort=TopAll&listing_type=All&page=1&limit=20&auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEsImlzcyI6ImV4cGxvZGluZy1oZWFkcy5jb20iLCJpYXQiOjE2NTAxMTM0ODh9.eBxAVeUDavFLyiZZWVdeJaXTw_t2eG637u9a9mgya3M reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5)
�[36mlemmy-ui_1 |�[0m at async Promise.all (index 2) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/search?q=https%3A%2F%2Flemmy.ml%2Fc%2Fbitcoin&type_=All&sort=TopAll&listing_type=All&page=1&limit=20&auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEsImlzcyI6ImV4cGxvZGluZy1oZWFkcy5jb20iLCJpYXQiOjE2NTAxMTM0ODh9.eBxAVeUDavFLyiZZWVdeJaXTw_t2eG637u9a9mgya3M reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5)
�[36mlemmy-ui_1 |�[0m at async Promise.all (index 2) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/search?q=https%3A%2F%2Flemmy.ml%2Fc%2Fbitcoin&type_=All&sort=TopAll&listing_type=All&page=1&limit=20&auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEsImlzcyI6ImV4cGxvZGluZy1oZWFkcy5jb20iLCJpYXQiOjE2NTAxMTM0ODh9.eBxAVeUDavFLyiZZWVdeJaXTw_t2eG637u9a9mgya3M reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5)
�[36mlemmy-ui_1 |�[0m at async Promise.all (index 2) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/search?q=https%3A%2F%2Flemmy.ml%2Fc%2Frecipes&type_=All&sort=TopAll&listing_type=All&page=1&limit=20&auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEsImlzcyI6ImV4cGxvZGluZy1oZWFkcy5jb20iLCJpYXQiOjE2NTAxMTM0ODh9.eBxAVeUDavFLyiZZWVdeJaXTw_t2eG637u9a9mgya3M reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5)
�[36mlemmy-ui_1 |�[0m at async Promise.all (index 2) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/search?q=https%3A%2F%2Flemmy.ml%2Fc%2Fopenstandards&type_=All&sort=TopAll&listing_type=All&page=1&limit=20&auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEsImlzcyI6ImV4cGxvZGluZy1oZWFkcy5jb20iLCJpYXQiOjE2NTAxMTM0ODh9.eBxAVeUDavFLyiZZWVdeJaXTw_t2eG637u9a9mgya3M reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5)
�[36mlemmy-ui_1 |�[0m at async Promise.all (index 2) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/search?q=https%3A%2F%2Flemmy.ml%2Fc%2Fdiabetes&type_=All&sort=TopAll&listing_type=All&page=1&limit=20&auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEsImlzcyI6ImV4cGxvZGluZy1oZWFkcy5jb20iLCJpYXQiOjE2NTAxMTM0ODh9.eBxAVeUDavFLyiZZWVdeJaXTw_t2eG637u9a9mgya3M reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5)
�[36mlemmy-ui_1 |�[0m at async Promise.all (index 2) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/search?q=https%3A%2F%2Fbaraza.africa%2Fc%2Fidentification&type_=All&sort=TopAll&listing_type=All&page=1&limit=20&auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEsImlzcyI6ImV4cGxvZGluZy1oZWFkcy5jb20iLCJpYXQiOjE2NTAxMTM0ODh9.eBxAVeUDavFLyiZZWVdeJaXTw_t2eG637u9a9mgya3M reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5)
�[36mlemmy-ui_1 |�[0m at async Promise.all (index 2) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/search?q=https%3A%2F%2Fbeehaw.org%2Fc%2Ftechnology&type_=All&sort=TopAll&listing_type=All&page=1&limit=20&auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjEsImlzcyI6ImV4cGxvZGluZy1oZWFkcy5jb20iLCJpYXQiOjE2NTAxMTM0ODh9.eBxAVeUDavFLyiZZWVdeJaXTw_t2eG637u9a9mgya3M reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5)
�[36mlemmy-ui_1 |�[0m at async Promise.all (index 2) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()


�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }
�[36mlemmy-ui_1 |�[0m FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input
�[36mlemmy-ui_1 |�[0m at /app/node_modules/node-fetch/lib/index.js:273:32
�[36mlemmy-ui_1 |�[0m at runMicrotasks ()
�[36mlemmy-ui_1 |�[0m at processTicksAndRejections (node:internal/process/task_queues:96:5) {
�[36mlemmy-ui_1 |�[0m type: 'invalid-json'
�[36mlemmy-ui_1 |�[0m }


�[34mpostgres_1 |�[0m 2022-04-16 15:58:52.538 UTC [226] ERROR: duplicate key value violates unique constraint "idx_activity_ap_id"
�[34mpostgres_1 |�[0m 2022-04-16 15:58:52.538 UTC [226] DETAIL: Key (ap_id)=(https://midwest.social/activities/create/33aae188-284a-4c7d-9987-732ca63fb9ef) already exists.
�[34mpostgres_1 |�[0m 2022-04-16 15:58:52.538 UTC [226] STATEMENT: INSERT INTO "activity" ("data", "local", "updated", "ap_id", "sensitive") VALUES ($1, $2, DEFAULT, $3, $4) RETURNING "activity"."id", "activity"."data", "activity"."local", "activity"."published", "activity"."updated", "activity"."ap_id", "activity"."sensitive"
�[34mpostgres_1 |�[0m 2022-04-16 15:58:55.678 UTC [226] ERROR: duplicate key value violates unique constraint "idx_activity_ap_id"
�[34mpostgres_1 |�[0m 2022-04-16 15:58:55.678 UTC [226] DETAIL: Key (ap_id)=(https://midwest.social/activities/create/33aae188-284a-4c7d-9987-732ca63fb9ef) already exists.
�[34mpostgres_1 |�[0m 2022-04-16 15:58:55.678 UTC [226] STATEMENT: INSERT INTO "activity" ("data", "local", "updated", "ap_id", "sensitive") VALUES ($1, $2, DEFAULT, $3, $4) RETURNING "activity"."id", "activity"."data", "activity"."local", "activity"."published", "activity"."updated", "activity"."ap_id", "activity"."sensitive"
�[34mpostgres_1 |�[0m 2022-04-16 15:59:05.868 UTC [226] ERROR: duplicate key value violates unique constraint "idx_activity_ap_id"
�[34mpostgres_1 |�[0m 2022-04-16 15:59:05.868 UTC [226] DETAIL: Key (ap_id)=(https://midwest.social/activities/create/33aae188-284a-4c7d-9987-732ca63fb9ef) already exists.
�[34mpostgres_1 |�[0m 2022-04-16 15:59:05.868 UTC [226] STATEMENT: INSERT INTO "activity" ("data", "local", "updated", "ap_id", "sensitive") VALUES ($1, $2, DEFAULT, $3, $4) RETURNING "activity"."id", "activity"."data", "activity"."local", "activity"."published", "activity"."updated", "activity"."ap_id", "activity"."sensitive"
�[34mpostgres_1 |�[0m 2022-04-16 15:59:33.890 UTC [236] ERROR: duplicate key value violates unique constraint "idx_activity_ap_id"
�[34mpostgres_1 |�[0m 2022-04-16 15:59:33.890 UTC [236] DETAIL: Key (ap_id)=(https://midwest.social/activities/create/33aae188-284a-4c7d-9987-732ca63fb9ef) already exists.
�[34mpostgres_1 |�[0m 2022-04-16 15:59:33.890 UTC [236] STATEMENT: INSERT INTO "activity" ("data", "local", "updated", "ap_id", "sensitive") VALUES ($1, $2, DEFAULT, $3, $4) RETURNING "activity"."id", "activity"."data", "activity"."local", "activity"."published", "activity"."updated", "activity"."ap_id", "activity"."sensitive"
�[34mpostgres_1 |�[0m 2022-04-16 16:00:56.163 UTC [236] ERROR: duplicate key value violates unique constraint "idx_activity_ap_id"
�[34mpostgres_1 |�[0m 2022-04-16 16:00:56.163 UTC [236] DETAIL: Key (ap_id)=(https://midwest.social/activities/create/33aae188-284a-4c7d-9987-732ca63fb9ef) already exists.
�[34mpostgres_1 |�[0m 2022-04-16 16:00:56.163 UTC [236] STATEMENT: INSERT INTO "activity" ("data", "local", "updated", "ap_id", "sensitive") VALUES ($1, $2, DEFAULT, $3, $4) RETURNING "activity"."id", "activity"."data", "activity"."local", "activity"."published", "activity"."updated", "activity"."ap_id", "activity"."sensitive"
�[34mpostgres_1 |�[0m 2022-04-16 16:05:00.037 UTC [226] ERROR: duplicate key value violates unique constraint "idx_activity_ap_id"
�[34mpostgres_1 |�[0m 2022-04-16 16:05:00.037 UTC [226] DETAIL: Key (ap_id)=(https://midwest.social/activities/create/33aae188-284a-4c7d-9987-732ca63fb9ef) already exists.
�[34mpostgres_1 |�[0m 2022-04-16 16:05:00.037 UTC [226] STATEMENT: INSERT INTO "activity" ("data", "local", "updated", "ap_id", "sensitive") VALUES ($1, $2, DEFAULT, $3, $4) RETURNING "activity"."id", "activity"."data", "activity"."local", "activity"."published", "activity"."updated", "activity"."ap_id", "activity"."sensitive"
�[34mpostgres_1 |�[0m 2022-04-16 16:17:10.076 UTC [226] ERROR: duplicate key value violates unique constraint "idx_activity_ap_id"
�[34mpostgres_1 |�[0m 2022-04-16 16:17:10.076 UTC [226] DETAIL: Key (ap_id)=(https://midwest.social/activities/create/33aae188-284a-4c7d-9987-732ca63fb9ef) already exists.
�[34mpostgres_1 |�[0m 2022-04-16 16:17:10.076 UTC [226] STATEMENT: INSERT INTO "activity" ("data", "local", "updated", "ap_id", "sensitive") VALUES ($1, $2, DEFAULT, $3, $4) RETURNING "activity"."id", "activity"."data", "activity"."local", "activity"."published", "activity"."updated", "activity"."ap_id", "activity"."sensitive"
�[34mpostgres_1 |�[0m 2022-04-16 16:53:37.744 UTC [268] ERROR: duplicate key value violates unique constraint "idx_activity_ap_id"
�[34mpostgres_1 |�[0m 2022-04-16 16:53:37.744 UTC [268] DETAIL: Key (ap_id)=(https://midwest.social/activities/create/33aae188-284a-4c7d-9987-732ca63fb9ef) already exists.
�[34mpostgres_1 |�[0m 2022-04-16 16:53:37.744 UTC [268] STATEMENT: INSERT INTO "activity" ("data", "local", "updated", "ap_id", "sensitive") VALUES ($1, $2, DEFAULT, $3, $4) RETURNING "activity"."id", "activity"."data", "activity"."local", "activity"."published", "activity"."updated", "activity"."ap_id", "activity"."sensitive"
�[34mpostgres_1 |�[0m 2022-04-16 18:32:23.106 UTC [384] ERROR: duplicate key value violates unique constraint "idx_activity_ap_id"
�[34mpostgres_1 |�[0m 2022-04-16 18:32:23.106 UTC [384] DETAIL: Key (ap_id)=(https://exploding-heads.com/activities/like/d4fb89d9-dcf7-41a2-9a34-920c70db7d68) already exists.
�[34mpostgres_1 |�[0m 2022-04-16 18:32:23.106 UTC [384] STATEMENT: INSERT INTO "activity" ("data", "local", "updated", "ap_id", "sensitive") VALUES ($1, $2, DEFAULT, $3, $4) RETURNING "activity"."id", "activity"."data", "activity"."local", "activity"."published", "activity"."updated", "activity"."ap_id", "activity"."sensitive"
�[34mpostgres_1 |�[0m 2022-04-16 18:38:22.503 UTC [384] ERROR: duplicate key value violates unique constraint "idx_activity_ap_id"
�[34mpostgres_1 |�[0m 2022-04-16 18:38:22.503 UTC [384] DETAIL: Key (ap_id)=(https://exploding-heads.com/activities/like/0238b205-81ea-4da4-8896-5585aaf21a39) already exists.
�[34mpostgres_1 |�[0m 2022-04-16 18:38:22.503 UTC [384] STATEMENT: INSERT INTO "activity" ("data", "local", "updated", "ap_id", "sensitive") VALUES ($1, $2, DEFAULT, $3, $4) RETURNING "activity"."id", "activity"."data", "activity"."local", "activity"."published", "activity"."updated", "activity"."ap_id", "activity"."sensitive"
�[34mpostgres_1 |�[0m 2022-04-16 18:39:59.417 UTC [384] ERROR: duplicate key value violates unique constraint "idx_activity_ap_id"
�[34mpostgres_1 |�[0m 2022-04-16 18:39:59.417 UTC [384] DETAIL: Key (ap_id)=(https://exploding-heads.com/activities/like/e5c2c005-b539-4825-b3ef-1b98382dc2cd) already exists.
�[34mpostgres_1 |�[0m 2022-04-16 18:39:59.417 UTC [384] STATEMENT: INSERT INTO "activity" ("data", "local", "updated", "ap_id", "sensitive") VALUES ($1, $2, DEFAULT, $3, $4) RETURNING "activity"."id", "activity"."data", "activity"."local", "activity"."published", "activity"."updated", "activity"."ap_id", "activity"."sensitive"
�[34mpostgres_1 |�[0m 2022-04-16 18:41:34.140 UTC [384] ERROR: duplicate key value violates unique constraint "idx_activity_ap_id"
�[34mpostgres_1 |�[0m 2022-04-16 18:41:34.140 UTC [384] DETAIL: Key (ap_id)=(https://exploding-heads.com/activities/like/0a1a5cf1-0ce0-4aec-beb2-de16372cbee3) already exists.
�[34mpostgres_1 |�[0m 2022-04-16 18:41:34.140 UTC [384] STATEMENT: INSERT INTO "activity" ("data", "local", "updated", "ap_id", "sensitive") VALUES ($1, $2, DEFAULT, $3, $4) RETURNING "activity"."id", "activity"."data", "activity"."local", "activity"."published", "activity"."updated", "activity"."ap_id", "activity"."sensitive"


I hope that is the info you need. If not let me know.

Thanks for your help

@dessalines
Copy link
Member

invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected end of JSON input

Does this happen on other browsers? Maybe its malforming the request for some reason.

@Nutomic
Copy link
Member

Nutomic commented May 24, 2022

Those are all logs from lemmy-ui and dont show the cause of the error. Again, run docker-compose logs -f --tail=100 lemmy, then retry and see what the logs say.

@Kap2022
Copy link
Author

Kap2022 commented May 24, 2022

This 404 error is a problem I have bumped into on and off since I started using Lemmy through several upgrades. I use a bunch of different hardware and browsers, so I cannot tell you which browsers in the past. But in this most recent incident it was at least:
Vanadium on BraveOS
Brave on Linux Mint
I think I tried some different browsers - but cannot be sure.

If it happens again, I will not down all the different browsers I try.

Here is what the docker-compose logs show

lemmy_1 | 2022-05-24T11:49:42.540344Z WARN Error encountered while processing the incoming HTTP request: lemmy_server::root_span_builder: Fetched remote object https://mastodon.social/users/Soul_OffSec which was deleted
lemmy_1 | 0: lemmy_apub::http::receive_activity
lemmy_1 | at crates/apub/src/http/mod.rs:79
lemmy_1 | 1: lemmy_apub::http::shared_inbox
lemmy_1 | at crates/apub/src/http/mod.rs:41
lemmy_1 | 2: lemmy_server::root_span_builder::HTTP request
lemmy_1 | with http.method=POST http.scheme="http" http.host=exploding-heads.com http.target=/inbox otel.kind="server" request_id=a7a5e085-ede5-4c69-a163-c5bf50406cc9 http.status_code=400 otel.status_code="OK"
lemmy_1 | at src/root_span_builder.rs:16
lemmy_1 | 3: tokio::task::runtime.spawn
lemmy_1 | with kind=local task.name= loc.file="/root/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-rt-2.7.0/src/lib.rs" loc.line=207 loc.col=5
lemmy_1 | at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/util/trace.rs:16
lemmy_1 | 4: tokio::task::runtime.spawn
lemmy_1 | with kind=local task.name= loc.file="/root/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-rt-2.7.0/src/lib.rs" loc.line=207 loc.col=5
lemmy_1 | at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/util/trace.rs:16
lemmy_1 | 5: tokio::task::runtime.spawn
lemmy_1 | with kind=local task.name= loc.file="/root/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-rt-2.7.0/src/lib.rs" loc.line=207 loc.col=5
lemmy_1 | at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/util/trace.rs:16
lemmy_1 | 6: tokio::task::runtime.spawn
lemmy_1 | with kind=local task.name= loc.file="/root/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-rt-2.7.0/src/arbiter.rs" loc.line=314 loc.col=25
lemmy_1 | at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/util/trace.rs:16
lemmy_1 | 7: tokio::task::runtime.spawn
lemmy_1 | with kind=block_on task.name= loc.file="/root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/task/local.rs" loc.line=468 loc.col=12
lemmy_1 | at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/util/trace.rs:16
lemmy_1 | LemmyError { message: None, inner: Fetched remote object https://mastodon.social/users/Soul_OffSec which was deleted, context: "SpanTrace" }
lemmy_1 | 2022-05-24T11:49:43.199141Z INFO lemmy_websocket::handlers: 40.77.189.176 joined
lemmy_1 | 2022-05-24T11:53:29.042928Z INFO lemmy_websocket::handlers: 72.238.52.116 joined
lemmy_1 | 2022-05-24T11:54:22.339464Z INFO lemmy_websocket::handlers: 72.238.52.116 joined
lemmy_1 | 2022-05-24T11:54:31.697428Z WARN Error encountered while processing the incoming HTTP request: lemmy_server::root_span_builder: NotFound
lemmy_1 | 0: lemmy_routes::feeds::get_feed_user
lemmy_1 | at crates/routes/src/feeds.rs:170
lemmy_1 | 1: lemmy_api_common::blocking operation
lemmy_1 | at crates/api_common/src/lib.rs:52
lemmy_1 | 2: lemmy_routes::feeds::get_feed
lemmy_1 | at crates/routes/src/feeds.rs:116
lemmy_1 | 3: lemmy_server::root_span_builder::HTTP request
lemmy_1 | with http.method=GET http.scheme="http" http.host=exploding-heads.com http.target=/feeds/u/syntaxerror@wolfballs.com.xml otel.kind="server" request_id=c3a5b22f-01d8-4d91-9e84-66433df87a2f http.status_code=400 otel.status_code="OK"
lemmy_1 | at src/root_span_builder.rs:16
lemmy_1 | 4: tokio::task::runtime.spawn
lemmy_1 | with kind=local task.name= loc.file="/root/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-rt-2.7.0/src/lib.rs" loc.line=207 loc.col=5
lemmy_1 | at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/util/trace.rs:16
lemmy_1 | 5: tokio::task::runtime.spawn
lemmy_1 | with kind=local task.name= loc.file="/root/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-rt-2.7.0/src/lib.rs" loc.line=207 loc.col=5
lemmy_1 | at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/util/trace.rs:16
lemmy_1 | 6: tokio::task::runtime.spawn
lemmy_1 | with kind=local task.name= loc.file="/root/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-rt-2.7.0/src/lib.rs" loc.line=207 loc.col=5
lemmy_1 | at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/util/trace.rs:16
lemmy_1 | 7: tokio::task::runtime.spawn
lemmy_1 | with kind=local task.name= loc.file="/root/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-rt-2.7.0/src/arbiter.rs" loc.line=314 loc.col=25
lemmy_1 | at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/util/trace.rs:16
lemmy_1 | 8: tokio::task::runtime.spawn
lemmy_1 | with kind=block_on task.name= loc.file="/root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/task/local.rs" loc.line=468 loc.col=12
lemmy_1 | at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/util/trace.rs:16
lemmy_1 | LemmyError { message: None, inner: NotFound, context: "SpanTrace" }
lemmy_1 | 2022-05-24T11:55:23.272362Z INFO lemmy_websocket::handlers: 72.238.52.116 joined
lemmy_1 | 2022-05-24T11:55:31.584809Z INFO HTTP request{http.method=GET http.scheme="http" http.host=exploding-heads.com http.target=/api/v3/post/site_metadata otel.kind="server" request_id=4bbac3cb-d4f5-4bfc-be05-0c0a5ccc7f04}:perform{self=GetSiteMetadata { url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("chrisbray.substack.com")), port: None, path: "/p/less-of-everything", query: Some("s=r"), fragment: None } }}:fetch_site_metadata: lemmy_utils::request: Fetching site metadata for url: https://chrisbray.substack.com/p/less-of-everything?s=r
lemmy_1 | 2022-05-24T11:57:18.249659Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Rail companies blocking critical supplies again", community_id: CommunityId(242), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("chrisbray.substack.com")), port: None, path: "/p/less-of-everything", query: Some("s=r"), fragment: None }), body: Some("What is Warren Buffet up to?\n\n*"He’s warning about rail lines embargoing product, and the strong possibility of trucking being sharply throttled in the very near term.""), honeypot: None, nsfw: Some(false), auth: Sensitive }}:fetch_site_data:fetch_site_metadata: lemmy_utils::request: Fetching site metadata for url: https://chrisbray.substack.com/p/less-of-everything?s=r
lemmy_1 | 2022-05-24T11:57:18.908586Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Rail companies blocking critical supplies again", community_id: CommunityId(242), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("chrisbray.substack.com")), port: None, path: "/p/less-of-everything", query: Some("s=r"), fragment: None }), body: Some("What is Warren Buffet up to?\n\n
"He’s warning about rail lines embargoing product, and the strong possibility of trucking being sharply throttled in the very near term.""), honeypot: None, nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send_lemmy_activity: lemmy_apub::activities: Sending activity https://exploding-heads.com/activities/create/c7db7097-bcc9-4781-94a3-d7435714fb76
lemmy_1 | 2022-05-24T11:57:18.915249Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Rail companies blocking critical supplies again", community_id: CommunityId(242), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("chrisbray.substack.com")), port: None, path: "/p/less-of-everything", query: Some("s=r"), fragment: None }), body: Some("What is Warren Buffet up to?\n\n
"He’s warning about rail lines embargoing product, and the strong possibility of trucking being sharply throttled in the very near term.""), honeypot: None, nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send:send_lemmy_activity: lemmy_apub::activities: Sending activity https://exploding-heads.com/activities/announce/fb9d144f-790a-45a4-a64e-46142807fe4f
lemmy_1 | 2022-05-24T11:57:18.917654Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Rail companies blocking critical supplies again", community_id: CommunityId(242), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("chrisbray.substack.com")), port: None, path: "/p/less-of-everything", query: Some("s=r"), fragment: None }), body: Some("What is Warren Buffet up to?\n\n
"He’s warning about rail lines embargoing product, and the strong possibility of trucking being sharply throttled in the very near term.""), honeypot: None, nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send:send_lemmy_activity: lemmy_apub_lib::activity_queue: Activity queue stats: pending: 4, running: 1, dead (this hour): 0, complete (this hour): 6
lemmy_1 | 2022-05-24T11:57:18.918074Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Rail companies blocking critical supplies again", community_id: CommunityId(242), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("chrisbray.substack.com")), port: None, path: "/p/less-of-everything", query: Some("s=r"), fragment: None }), body: Some("What is Warren Buffet up to?\n\n
"He’s warning about rail lines embargoing product, and the strong possibility of trucking being sharply throttled in the very near term.""), honeypot: None, nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send:send_lemmy_activity: lemmy_apub_lib::activity_queue: Activity queue stats: pending: 4, running: 2, dead (this hour): 0, complete (this hour): 6
lemmy_1 | 2022-05-24T11:57:18.918291Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Rail companies blocking critical supplies again", community_id: CommunityId(242), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("chrisbray.substack.com")), port: None, path: "/p/less-of-everything", query: Some("s=r"), fragment: None }), body: Some("What is Warren Buffet up to?\n\n
"He’s warning about rail lines embargoing product, and the strong possibility of trucking being sharply throttled in the very near term.""), honeypot: None, nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send:send_lemmy_activity: lemmy_apub::activities: Sending activity https://exploding-heads.com/activities/announce/aa3c113c-67bb-4c35-8cb6-ec4b4f2e8f68
lemmy_1 | 2022-05-24T11:57:18.919267Z INFO lemmy_apub_lib::activity_queue: Sending https://exploding-heads.com/activities/announce/fb9d144f-790a-45a4-a64e-46142807fe4f to https://lotide.fbxl.net/apub/inbox
lemmy_1 | 2022-05-24T11:57:18.919645Z INFO lemmy_apub_lib::activity_queue: Sending https://exploding-heads.com/activities/announce/fb9d144f-790a-45a4-a64e-46142807fe4f to https://wolfballs.com/inbox
lemmy_1 | 2022-05-24T11:57:18.923153Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Rail companies blocking critical supplies again", community_id: CommunityId(242), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("chrisbray.substack.com")), port: None, path: "/p/less-of-everything", query: Some("s=r"), fragment: None }), body: Some("What is Warren Buffet up to?\n\n
"He’s warning about rail lines embargoing product, and the strong possibility of trucking being sharply throttled in the very near term.""), honeypot: None, nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send:send_lemmy_activity: lemmy_apub_lib::activity_queue: Activity queue stats: pending: 4, running: 3, dead (this hour): 0, complete (this hour): 6
lemmy_1 | 2022-05-24T11:57:18.923457Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Rail companies blocking critical supplies again", community_id: CommunityId(242), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("chrisbray.substack.com")), port: None, path: "/p/less-of-everything", query: Some("s=r"), fragment: None }), body: Some("What is Warren Buffet up to?\n\n
"He’s warning about rail lines embargoing product, and the strong possibility of trucking being sharply throttled in the very near term.""), honeypot: None, nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send:send_lemmy_activity: lemmy_apub_lib::activity_queue: Activity queue stats: pending: 4, running: 4, dead (this hour): 0, complete (this hour): 6
lemmy_1 | 2022-05-24T11:57:18.928673Z INFO lemmy_apub_lib::activity_queue: Sending https://exploding-heads.com/activities/announce/aa3c113c-67bb-4c35-8cb6-ec4b4f2e8f68 to https://lotide.fbxl.net/apub/inbox
lemmy_1 | 2022-05-24T11:57:18.930857Z INFO lemmy_apub_lib::activity_queue: Sending https://exploding-heads.com/activities/announce/aa3c113c-67bb-4c35-8cb6-ec4b4f2e8f68 to https://wolfballs.com/inbox
lemmy_1 | 2022-05-24T11:59:20.139108Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=EditPost { post_id: PostId(10629), name: Some("Rail companies blocking critical supplies again"), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("chrisbray.substack.com")), port: None, path: "/p/less-of-everything", query: Some("s=r"), fragment: None }), body: Some("What is Warren Buffet up to?\n\n
"He’s warning about rail lines embargoing product, and the strong possibility of trucking being sharply throttled in the very near term."\n\nHis company is in danger of losing about a third of its rail shipping capacity, stranding 100 million gallons of DEF a year, with “each rail car…worth about five million miles of trucking,” and “you could not replace a hundred million gallons of DEF in any reasonable time frame. You could maybe replace it by next year.” \n\nBottom line: “It would be equivalent to losing ten percent of the trucks from the road today.” Losing ten percent of the trucks means losing ten percent of the stuff in the trucks, like milk and eggs and soap."), nsfw: Some(false), auth: Sensitive }}:fetch_site_data:fetch_site_metadata: lemmy_utils::request: Fetching site metadata for url: https://chrisbray.substack.com/p/less-of-everything?s=r
lemmy_1 | 2022-05-24T11:59:20.689062Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=EditPost { post_id: PostId(10629), name: Some("Rail companies blocking critical supplies again"), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("chrisbray.substack.com")), port: None, path: "/p/less-of-everything", query: Some("s=r"), fragment: None }), body: Some("What is Warren Buffet up to?\n\n
"He’s warning about rail lines embargoing product, and the strong possibility of trucking being sharply throttled in the very near term."\n\nHis company is in danger of losing about a third of its rail shipping capacity, stranding 100 million gallons of DEF a year, with “each rail car…worth about five million miles of trucking,” and “you could not replace a hundred million gallons of DEF in any reasonable time frame. You could maybe replace it by next year.” \n\nBottom line: “It would be equivalent to losing ten percent of the trucks from the road today.” Losing ten percent of the trucks means losing ten percent of the stuff in the trucks, like milk and eggs and soap."), nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send_lemmy_activity: lemmy_apub::activities: Sending activity https://exploding-heads.com/activities/update/70189a46-6488-4c8f-a4c1-cb4f6df2dd78
lemmy_1 | 2022-05-24T11:59:20.693216Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=EditPost { post_id: PostId(10629), name: Some("Rail companies blocking critical supplies again"), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("chrisbray.substack.com")), port: None, path: "/p/less-of-everything", query: Some("s=r"), fragment: None }), body: Some("What is Warren Buffet up to?\n\n
"He’s warning about rail lines embargoing product, and the strong possibility of trucking being sharply throttled in the very near term."\n\nHis company is in danger of losing about a third of its rail shipping capacity, stranding 100 million gallons of DEF a year, with “each rail car…worth about five million miles of trucking,” and “you could not replace a hundred million gallons of DEF in any reasonable time frame. You could maybe replace it by next year.” \n\nBottom line: “It would be equivalent to losing ten percent of the trucks from the road today.” Losing ten percent of the trucks means losing ten percent of the stuff in the trucks, like milk and eggs and soap."), nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send:send_lemmy_activity: lemmy_apub::activities: Sending activity https://exploding-heads.com/activities/announce/cf4dd030-bcb3-4852-9cc0-b5befc54b5a1
lemmy_1 | 2022-05-24T11:59:20.695634Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=EditPost { post_id: PostId(10629), name: Some("Rail companies blocking critical supplies again"), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("chrisbray.substack.com")), port: None, path: "/p/less-of-everything", query: Some("s=r"), fragment: None }), body: Some("What is Warren Buffet up to?\n\n
"He’s warning about rail lines embargoing product, and the strong possibility of trucking being sharply throttled in the very near term."\n\nHis company is in danger of losing about a third of its rail shipping capacity, stranding 100 million gallons of DEF a year, with “each rail car…worth about five million miles of trucking,” and “you could not replace a hundred million gallons of DEF in any reasonable time frame. You could maybe replace it by next year.” \n\nBottom line: “It would be equivalent to losing ten percent of the trucks from the road today.” Losing ten percent of the trucks means losing ten percent of the stuff in the trucks, like milk and eggs and soap."), nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send:send_lemmy_activity: lemmy_apub_lib::activity_queue: Activity queue stats: pending: 4, running: 1, dead (this hour): 0, complete (this hour): 10
lemmy_1 | 2022-05-24T11:59:20.696359Z INFO lemmy_apub_lib::activity_queue: Sending https://exploding-heads.com/activities/announce/cf4dd030-bcb3-4852-9cc0-b5befc54b5a1 to https://lotide.fbxl.net/apub/inbox
lemmy_1 | 2022-05-24T11:59:20.696617Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=EditPost { post_id: PostId(10629), name: Some("Rail companies blocking critical supplies again"), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("chrisbray.substack.com")), port: None, path: "/p/less-of-everything", query: Some("s=r"), fragment: None }), body: Some("What is Warren Buffet up to?\n\n
"He’s warning about rail lines embargoing product, and the strong possibility of trucking being sharply throttled in the very near term."*\n\nHis company is in danger of losing about a third of its rail shipping capacity, stranding 100 million gallons of DEF a year, with “each rail car…worth about five million miles of trucking,” and “you could not replace a hundred million gallons of DEF in any reasonable time frame. You could maybe replace it by next year.” \n\nBottom line: “It would be equivalent to losing ten percent of the trucks from the road today.” Losing ten percent of the trucks means losing ten percent of the stuff in the trucks, like milk and eggs and soap."), nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send:send_lemmy_activity: lemmy_apub_lib::activity_queue: Activity queue stats: pending: 4, running: 2, dead (this hour): 0, complete (this hour): 10
lemmy_1 | 2022-05-24T11:59:20.699086Z INFO lemmy_apub_lib::activity_queue: Sending https://exploding-heads.com/activities/announce/cf4dd030-bcb3-4852-9cc0-b5befc54b5a1 to https://wolfballs.com/inbox
lemmy_1 | 2022-05-24T12:00:00.343035Z INFO lemmy_server::scheduled_tasks: Updating active site and community aggregates ...
lemmy_1 | 2022-05-24T12:00:00.442333Z INFO lemmy_server::scheduled_tasks: Done.
lemmy_1 | 2022-05-24T12:00:00.442366Z INFO lemmy_server::scheduled_tasks: Updating banned column if it expires ...
lemmy_1 | 2022-05-24T12:00:00.444098Z INFO lemmy_server::scheduled_tasks: Reindexing table concurrently post_aggregates ...
lemmy_1 | 2022-05-24T12:00:02.040312Z INFO lemmy_server::scheduled_tasks: Done.
lemmy_1 | 2022-05-24T12:00:02.040352Z INFO lemmy_server::scheduled_tasks: Reindexing table concurrently comment_aggregates ...
lemmy_1 | 2022-05-24T12:00:02.216879Z INFO lemmy_server::scheduled_tasks: Done.
lemmy_1 | 2022-05-24T12:00:02.216912Z INFO lemmy_server::scheduled_tasks: Reindexing table concurrently community_aggregates ...
lemmy_1 | 2022-05-24T12:00:02.253523Z INFO lemmy_server::scheduled_tasks: Done.
lemmy_1 | 2022-05-24T12:01:24.028412Z INFO lemmy_websocket::handlers: 72.238.52.116 joined
lemmy_1 | 2022-05-24T12:01:41.598589Z INFO HTTP request{http.method=GET http.scheme="http" http.host=exploding-heads.com http.target=/api/v3/post/site_metadata otel.kind="server" request_id=1ecaf6ac-9d68-4c5c-959d-0ecdb7f80739}:perform{self=GetSiteMetadata { url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("www.washingtonexaminer.com")), port: None, path: "/policy/backlash-prompts-state-farm-to-end-program-giving-transgender-books-to-schools", query: None, fragment: None } }}:fetch_site_metadata: lemmy_utils::request: Fetching site metadata for url: https://www.washingtonexaminer.com/policy/backlash-prompts-state-farm-to-end-program-giving-transgender-books-to-schools
lemmy_1 | 2022-05-24T12:03:01.614646Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Is State Farm telling the truth now?", community_id: CommunityId(40), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("www.washingtonexaminer.com")), port: None, path: "/policy/backlash-prompts-state-farm-to-end-program-giving-transgender-books-to-schools", query: None, fragment: None }), body: Some("The company initially defended its support of GenderCool but denied that the books were provided to schools. However, a Facebook post from a Tacoma, Washington-area private school thanking the company for donating the books cast doubt on the company's denial."), honeypot: None, nsfw: Some(false), auth: Sensitive }}:fetch_site_data:fetch_site_metadata: lemmy_utils::request: Fetching site metadata for url: https://www.washingtonexaminer.com/policy/backlash-prompts-state-farm-to-end-program-giving-transgender-books-to-schools
lemmy_1 | 2022-05-24T12:03:02.519628Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Is State Farm telling the truth now?", community_id: CommunityId(40), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("www.washingtonexaminer.com")), port: None, path: "/policy/backlash-prompts-state-farm-to-end-program-giving-transgender-books-to-schools", query: None, fragment: None }), body: Some("The company initially defended its support of GenderCool but denied that the books were provided to schools. However, a Facebook post from a Tacoma, Washington-area private school thanking the company for donating the books cast doubt on the company's denial."), honeypot: None, nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send_lemmy_activity: lemmy_apub::activities: Sending activity https://exploding-heads.com/activities/create/a49cf1fd-1683-4f66-b6fe-8b3846d14543
lemmy_1 | 2022-05-24T12:03:02.526161Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Is State Farm telling the truth now?", community_id: CommunityId(40), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("www.washingtonexaminer.com")), port: None, path: "/policy/backlash-prompts-state-farm-to-end-program-giving-transgender-books-to-schools", query: None, fragment: None }), body: Some("The company initially defended its support of GenderCool but denied that the books were provided to schools. However, a Facebook post from a Tacoma, Washington-area private school thanking the company for donating the books cast doubt on the company's denial."), honeypot: None, nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send:send_lemmy_activity: lemmy_apub::activities: Sending activity https://exploding-heads.com/activities/announce/61bd9da9-bd7d-4a4e-9558-d8afe4973033
lemmy_1 | 2022-05-24T12:03:02.529917Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Is State Farm telling the truth now?", community_id: CommunityId(40), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("www.washingtonexaminer.com")), port: None, path: "/policy/backlash-prompts-state-farm-to-end-program-giving-transgender-books-to-schools", query: None, fragment: None }), body: Some("The company initially defended its support of GenderCool but denied that the books were provided to schools. However, a Facebook post from a Tacoma, Washington-area private school thanking the company for donating the books cast doubt on the company's denial."), honeypot: None, nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send:send_lemmy_activity: lemmy_apub_lib::activity_queue: Activity queue stats: pending: 4, running: 1, dead (this hour): 0, complete (this hour): 12
lemmy_1 | 2022-05-24T12:03:02.530928Z INFO lemmy_apub_lib::activity_queue: Sending https://exploding-heads.com/activities/announce/61bd9da9-bd7d-4a4e-9558-d8afe4973033 to https://social.freetalklive.com/inbox
lemmy_1 | 2022-05-24T12:03:02.531393Z INFO lemmy_apub_lib::activity_queue: Sending https://exploding-heads.com/activities/announce/61bd9da9-bd7d-4a4e-9558-d8afe4973033 to https://lotide.fbxl.net/apub/inbox
lemmy_1 | 2022-05-24T12:03:02.531617Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Is State Farm telling the truth now?", community_id: CommunityId(40), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("www.washingtonexaminer.com")), port: None, path: "/policy/backlash-prompts-state-farm-to-end-program-giving-transgender-books-to-schools", query: None, fragment: None }), body: Some("The company initially defended its support of GenderCool but denied that the books were provided to schools. However, a Facebook post from a Tacoma, Washington-area private school thanking the company for donating the books cast doubt on the company's denial."), honeypot: None, nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send:send_lemmy_activity: lemmy_apub_lib::activity_queue: Activity queue stats: pending: 4, running: 2, dead (this hour): 0, complete (this hour): 12
lemmy_1 | 2022-05-24T12:03:02.531849Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Is State Farm telling the truth now?", community_id: CommunityId(40), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("www.washingtonexaminer.com")), port: None, path: "/policy/backlash-prompts-state-farm-to-end-program-giving-transgender-books-to-schools", query: None, fragment: None }), body: Some("The company initially defended its support of GenderCool but denied that the books were provided to schools. However, a Facebook post from a Tacoma, Washington-area private school thanking the company for donating the books cast doubt on the company's denial."), honeypot: None, nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send:send_lemmy_activity: lemmy_apub::activities: Sending activity https://exploding-heads.com/activities/announce/bd9091a5-2b06-4b44-8646-432c811ed927
lemmy_1 | 2022-05-24T12:03:02.537505Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Is State Farm telling the truth now?", community_id: CommunityId(40), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("www.washingtonexaminer.com")), port: None, path: "/policy/backlash-prompts-state-farm-to-end-program-giving-transgender-books-to-schools", query: None, fragment: None }), body: Some("The company initially defended its support of GenderCool but denied that the books were provided to schools. However, a Facebook post from a Tacoma, Washington-area private school thanking the company for donating the books cast doubt on the company's denial."), honeypot: None, nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send:send_lemmy_activity: lemmy_apub_lib::activity_queue: Activity queue stats: pending: 4, running: 3, dead (this hour): 0, complete (this hour): 12
lemmy_1 | 2022-05-24T12:03:02.538010Z INFO Websocket Request{trace_id=00000000000000000000000000000000}:perform{self=CreatePost { name: "Is State Farm telling the truth now?", community_id: CommunityId(40), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("www.washingtonexaminer.com")), port: None, path: "/policy/backlash-prompts-state-farm-to-end-program-giving-transgender-books-to-schools", query: None, fragment: None }), body: Some("The company initially defended its support of GenderCool but denied that the books were provided to schools. However, a Facebook post from a Tacoma, Washington-area private school thanking the company for donating the books cast doubt on the company's denial."), honeypot: None, nsfw: Some(false), auth: Sensitive }}:send:send_activity_in_community:send:send_lemmy_activity: lemmy_apub_lib::activity_queue: Activity queue stats: pending: 4, running: 4, dead (this hour): 0, complete (this hour): 12
lemmy_1 | 2022-05-24T12:03:02.544382Z INFO lemmy_apub_lib::activity_queue: Sending https://exploding-heads.com/activities/announce/bd9091a5-2b06-4b44-8646-432c811ed927 to https://social.freetalklive.com/inbox
lemmy_1 | 2022-05-24T12:03:02.551306Z INFO lemmy_apub_lib::activity_queue: Sending https://exploding-heads.com/activities/announce/bd9091a5-2b06-4b44-8646-432c811ed927 to https://lotide.fbxl.net/apub/inbox
lemmy_1 | 2022-05-24T12:05:09.526080Z INFO lemmy_websocket::handlers: 72.238.52.116 joined
lemmy_1 | 2022-05-24T12:08:55.412479Z INFO lemmy_websocket::handlers: 168.119.68.122 joined
lemmy_1 | 2022-05-24T12:14:56.623631Z INFO lemmy_websocket::handlers: 40.77.191.255 joined

@Nutomic
Copy link
Member

Nutomic commented May 25, 2022

All of that looks normal. Try changing this line to only RUST_LOG=warn (or error), then run docker-compose up -d, and have a look at the logs when the json error is happening.

Also, make sure that your server isnt hitting any limits on cpu or ram.

@AtoMops
Copy link

AtoMops commented Jul 1, 2023

Why is this "closed"? I have the same issue:
404: FetchError: invalid json response body at http://lemmy:8536/api/v3/site? reason: Unexpected token 'T', "Timeout oc"... is not valid JSON

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants