Giter Site home page Giter Site logo

Comments (10)

Nutomic avatar Nutomic commented on July 19, 2024 1

Yep, but with semicolon at the end. The compiler should also tell you how to fix it if you put something wrong.

from lemmybb.

Nutomic avatar Nutomic commented on July 19, 2024 1

Okay i found the problem, it was running into rate limits from fetching last replies for all communities/posts. Pull the last commit and it will work.

#6

from lemmybb.

Nutomic avatar Nutomic commented on July 19, 2024

Which Lemmy version are you using? It should be 0.16.6

from lemmybb.

Tealk avatar Tealk commented on July 19, 2024

lemmy: 0.16.7
lemmyui: 0.16.7

from lemmybb.

Nutomic avatar Nutomic commented on July 19, 2024

That error 503 sounds like Lemmy backend is crashing. Do logs show anything there? And can you tell me how to reproduce this problem?

from lemmybb.

Tealk avatar Tealk commented on July 19, 2024
  1. I start lemmyBB locally
  2. Open lemmyBB and click on the first community and the error appears

But at the same time I can use the lemmy-ui

from lemmybb.

Nutomic avatar Nutomic commented on July 19, 2024

You can run ./scripts/test.sh in lemmy repo to wipe the database, then it should work again. Not sure what might cause this problem.

from lemmybb.

Tealk avatar Tealk commented on July 19, 2024

I should wipe the database of my productive instance? 😨

from lemmybb.

Nutomic avatar Nutomic commented on July 19, 2024

Sorry i thought you are testing this locally. In that case, add some dbg!() in the code below, to see what text is. Hopefully that will show the actual error message from the server.

https://github.com/LemmyNet/lemmyBB/blob/main/src/api/mod.rs#L64

from lemmybb.

Tealk avatar Tealk commented on July 19, 2024

like this? sorry i don't really know about rust

let text = res.text().await?;
dbg!(text)

from lemmybb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.