mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-07 04:10:01 -05:00
[GH-ISSUE #321] [Bug] Trending feature broken: gtrend.yapie.me is unreachable #2361
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Umerjamshaid on GitHub (Jan 20, 2026).
Original GitHub issue: https://github.com/pd4d10/git-touch/issues/321
Description
The Trending tab in the GitTouch app does not load and shows a connection error.
The app appears to rely on an external API endpoint:
gtrend.yapie.meThis endpoint seems to be down or unreachable, which causes the Trending feature (and sometimes Search) to fail.
Error shown in the app:
SocketException: OS Error: Software caused connection abort errno = 103 address = gtrend.yapie.me
Reloading the page does not fix the issue.
Steps to Reproduce
Expected Behavior
Trending repositories should load normally.
Actual Behavior
Trending fails to load and shows a socket/connection error.
Possible Cause
The backend service
gtrend.yapie.meappears to be offline or no longer maintained.Suggested Fix (Optional)
gtrend.yapie.meAdditional Notes
This issue does not seem to be device-specific and likely affects all users.