Skip Navigation
Posts
3
Comments
10
Joined
3 mo. ago
  • I've try it now from my Android. But there's the same problem(

  • Maybe I need to open some ports?

    Now my opened ports are:

    443

    8448

    80

  • Failed to load client configuration file.

    JSON.parse: unexpected character at line 1 column 1 of the JSON data

    If I choose "Continue", I can use only "matrix.org" as a home server. And nothing more(

  • Matrix @lemmy.ml
    HungryLemon @lemmings.world

    Failed to connect. Homeserver configuration found with *** appears unusable.

    Hi, folks! I've already create my own server for Matrix, and now I'm trying to set up Cinny for anyone can use my server from a browser.

    But Cinny writes me:

    Failed to connect. Homeserver configuration found with my homeserver name appears unusable.

    When I'm trying to choose my server from a list.

    Here's the config file of Cinny:

     undefined
        
    {
      "defaultHomeserver": 2,
      "homeserverList": [
        "my.server.org",
        "matrix.org"
      ],
      "allowCustomHomeservers": true,
    
      "featuredCommunities": {
        "openAsDefault": false,
        "spaces": [
          "#cinny-space:matrix.org",
          "#community:matrix.org"
        ],
        "rooms": [
          "#cinny:matrix.org"
        ],
        "servers": ["my.server.org", "matrix.org"]
      },
    
      "hashRouter": {
        "enabled": true,
        "basename": "/"
      }
    }
    
      

    But when I'm trying to use Cinny from it website - everything works fine. But when I'm trying to use this from my self-hosted variant - I gets this error.

    So, wh

    Git @programming.dev
    HungryLemon @lemmings.world

    There's changes don't sends from origin to another branch

    Hi, folks! I'm trying to send commits from origin to another branch:

    git push -uf origin foo2

    Then I gets it:

    branch 'foo' set up to track 'origin/foo2'.

    But when I'm trying to do this:

    git push -uf origin origin/foo2

    It writes me:

    Everything up-to-date

    And commits don't be sent.

    Now I'm using 'foo' branch.

    And the list of changes:

    changed: scripts/file1.gd

    changed: scripts/file2.gd

    changed: scripts/file3.gd

    Is still not empty. After I sends commits - nothing changes.

    I don't know what do I do wrong. Can you help me? πŸ€·πŸ»β€β™‚οΈ

  • Thanks guys a lots! πŸ˜„

    I think I understood where's the problem was. I switched from virtio to QXL in the video section of my virt-manager, and everything started working successfully! πŸ‘

    Stay awesome, guys!

  • So... It doesn't works for me 😟

    I checked...

  • the same. I removed ~/.config/blender catalog from my Debian. Forgot to tell ya that I uses all of this through QEMU and virt-manager.

  • Blender @lemmy.world
    HungryLemon @lemmings.world

    I can't switch to Material preview

    Hi, guys! πŸ‘‹πŸΌ When I try to switch to Material preview in Blender my program crashes!

    Who knows what can I do with it? πŸ€”