mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 22:55:54 +03:00
[GH-ISSUE #198] Can't download lyrics #148
Labels
No labels
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SongSync#148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @Syrup on GitHub (Nov 1, 2025).
Original GitHub issue: https://github.com/Lambada10/SongSync/issues/198
Describe the bug
After freshly installing the app and granting all required permissions, the app shows a "No internet connection" message even though the device is connected to Wi-Fi. Additionally, when trying to download lyrics for any song, an error appears saying "Field 'serverTime' is required for type 'pl.lambada.songsync.domain.model.lyrics_providers.spotify.ServerTimeResponse'". The issue happens with every song tested. Reinstalling the app (uninstall --> install again) did not help.
To Reproduce
Steps to reproduce the behavior:
Open the freshly installed SongSync app.
See the "No internet connection" popup then click ignore.
Choose any song.
Try to sync or download lyrics.
See the serverTime error log.
Expected behavior
The app should properly detect the internet connection and download lyrics without throwing any error.
Screenshots
Smartphone (please complete the following information):
Device: Infinix
OS: Android 14
App version: 4.3.3
Additional context
My device has a stable Wi-Fi connection, and other internet-based apps work normally. The issue persists even after force closing, clearing cache, and reinstalling the app.
@Lambada10 commented on GitHub (Nov 1, 2025):
@Syrup Fixed in actions build
@Syrup commented on GitHub (Nov 1, 2025):
Yep, just tried it and it works now. Thanks!