spotify-adblock icon indicating copy to clipboard operation
spotify-adblock copied to clipboard

Error: No config file

Open rabin-io opened this issue 4 months ago • 0 comments

When running Spotify from Flatpak on any folder, i get this error,

❯ flatpak run --file-forwarding --command=sh com.spotify.Client -c 'eval "$(sed s#LD_PRELOAD=#LD_PRELOAD=$HOME/.spotify-adblock/spotify-adblock.so:#g /app/bin/spotify)"'

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

[*] Error: No config file
[+] cef_urlrequest_create:       https://clienttoken.spotify.com/v1/clienttoken
[+] cef_urlrequest_create:       https://apresolve.spotify.com/?time=1728205103&type=accesspoint
...

But when I navigate to the config folder, and execute the command from there, it's working

❯ flatpak run --file-forwarding --command=sh com.spotify.Client -c 'eval "$(sed s#LD_PRELOAD=#LD_PRELOAD=$HOME/.spotify-adblock/spotify-adblock.so:#g /app/bin/spotify)"'

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000

[*] Config file: config.toml
[+] cef_urlrequest_create:       https://apresolve.spotify.com/?time=1728205271&type=accesspoint
[+] cef_urlrequest_create:       https://apresolve.spotify.com/?time=1728205271&type=accesspoint&type=spclient&type=dealer

rabin-io avatar Oct 06 '24 09:10 rabin-io