telegramdesktop / telegramdesktop/tproxy-server

The installation was interrupted

Open Beginner friendly
#1 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
313
Forks
34
PR merge metrics
No merged PRs in 30d

Description

When trying to install using a script (install.sh), it reaches the package tests and the script stops working. Tested on Debian 13 and Ubuntu 26.04.

go: downloading github.com/gorilla/websocket v1.5.3
?       github.com/telegramdesktop/tproxy-server/cmd/tproxy-server      [no test files]
ok      github.com/telegramdesktop/tproxy-server/internal/bridge        0.008s
--- FAIL: TestLoadAcceptsSystemdCredentialReadPermissions (0.00s)
    config_test.go:248: group/other-readable profiles file outside a credential directory was accepted
FAIL
FAIL    github.com/telegramdesktop/tproxy-server/internal/config        0.009s
ok      github.com/telegramdesktop/tproxy-server/internal/frame 0.006s
ok      github.com/telegramdesktop/tproxy-server/internal/server        1.357s
ok      github.com/telegramdesktop/tproxy-server/internal/session       0.097s
FAIL

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with install.sh and internal/config/config_test.go, especially TestLoadAcceptsSystemdCredentialReadPermissions, then run the config package tests to reproduce the failure. Done means the reported permission case has the intended result and the installation script completes its package tests on the affected systems.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
testing
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
75/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.