telegramdesktop / telegramdesktop/tproxy-server
The installation was interrupted
Open
Beginner friendly
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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