• Members 3 posts
    Nov. 24, 2025, 6:54 p.m.

    Trigger reason: Click on the original poster's avatar in the post

    ErrorLog:

    [24/Nov/2025 17:33:59] "GET /t/lun-tan-shou-ze-bi-kan/1/ HTTP/1.1" 200 51154
    [24/Nov/2025 17:34:00] "GET /u/starwindv/1/ HTTP/1.1" 302 0
    Internal Server Error: /u/starwindv/1/posts/
    Traceback (most recent call last):
      File "/home/starwindv/git-repo/Misago/VirtualEnv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner
        response = get_response(request)
                   ^^^^^^^^^^^^^^^^^^^^^
      File "/home/starwindv/git-repo/Misago/VirtualEnv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response
        response = wrapped_callback(request, *callback_args, **callback_kwargs)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/starwindv/git-repo/Misago/VirtualEnv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view
        return self.dispatch(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/starwindv/git-repo/Misago/VirtualEnv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch
        return handler(request, *args, **kwargs)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/starwindv/git-repo/Misago/misago/users/views/profile.py", line 30, in get
        context_data = self.get_context_data(request, profile)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/starwindv/git-repo/Misago/misago/users/views/profile.py", line 118, in get_context_data
        request.frontend_context["POSTS"] = feed.get_frontend_context()
                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/starwindv/git-repo/Misago/misago/users/viewmodels/threads.py", line 58, in get_frontend_context
        "results": UserFeedSerializer(
                   ^^^^^^^^^^^^^^^^^^^
    TypeError: 'NoneType' object is not callable
    [24/Nov/2025 17:34:00] "GET /u/starwindv/1/posts/ HTTP/1.1" 500 110148
    

    image.png

    image.png

    PNG, 734.5 KB, uploaded by StarWindv on Nov. 24, 2025.

  • Members 3 posts
    Nov. 24, 2025, 7:16 p.m.

    I ran the development server using the source code from the main branch

  • Nov. 24, 2025, 7:24 p.m.

    Well, that branch has work in progress code for future major release of Misago and is currently broken. 0.39.x branch is guaranteed to work tho :)

  • Members 3 posts
    Nov. 24, 2025, 7:31 p.m.

    Okay, so it turns out I was using an unstable version. Sorry for the trouble I caused. QAQ

  • Nov. 24, 2025, 7:33 p.m.

    Naah, thats on me. I want to include a plugin on that branch that will display warning about it running the in-dev unstable code, but there's always something more important for me to do first.