Package Details: rescrobbled-git 0.6.2.r0.gec0fc3d-1

Git Clone URL: https://aur.archlinux.org/rescrobbled-git.git (read-only, click to copy)
Package Base: rescrobbled-git
Description: Music scrobbler daemon using the MPRIS D-Bus interface.
Upstream URL: https://github.com/InputUsername/rescrobbled
Keywords: last.fm listenbrainz mpris scrobble
Licenses: GPL3
Conflicts: rescrobbled
Provides: rescrobbled
Submitter: brycec
Maintainer: futpib
Last Packager: mgr
Votes: 10
Popularity: 0.000082
First Submitted: 2019-12-27 21:33 (UTC)
Last Updated: 2022-11-22 05:39 (UTC)

Pinned Comments

brycec commented on 2021-03-01 21:53 (UTC) (edited on 2021-03-01 21:53 (UTC) by brycec)

Just as a reminder, this is a VCS (ends in -git) package meaning that every time you build this package, it actually pulls the latest code from git. The version number on AUR and in the PKGBUILD is only representative of the last time the PKGBUILD file was itself touched.

Citation: https://wiki.archlinux.org/index.php/Arch_User_Repository#Flagging_packages_out-of-date

Note: VCS packages are not considered out-of-date when the pkgver changes and are not to be flagged in this case.

Latest Comments

1 2 Next › Last »

Tobleh commented on 2023-09-03 00:06 (UTC) (edited on 2023-09-03 00:08 (UTC) by Tobleh)

Been unable to enable the rescrobbled daemon that the AUR package comes with through systemctl; get the following error message when I try to enable it.

Failed to enable unit: Unit file rescrobbled.service does not exist.

This is despite being able to see rescrobbled.service in /usr/lib/systemd/user.

For now, I've been able to put the rescrobbled.service file from github into ~/.config/systemd/user/, changed ExecStart to ExecStart=/usr/bin/rescrobbled, and then enable the service in user mode.

If anyone has an idea on how to enable the daemon in /usr/lib/systemd/user as a system unit, please let me know.

frnc commented on 2023-03-22 20:15 (UTC)

@mgr nope, i'm trying to scrobble last.fm. here is the error message

Authenticated with Last.fm successfully!
thread 'main' panicked at 'invalid url or method: Error(InvalidBaseUrl)', /home/frnc/.cargo/registry/src/github.com-1ecc6299db9ec823/attohttpc-0.24.0/src/request/builder.rs:52:41
stack backtrace:
   0:     0x55695702dbea - <unknown>
   1:     0x5569570528ee - <unknown>
   2:     0x556957027df5 - <unknown>
   3:     0x55695702d9b5 - <unknown>
   4:     0x55695702f19f - <unknown>
   5:     0x55695702eedb - <unknown>
   6:     0x55695702f8ac - <unknown>
   7:     0x55695702f649 - <unknown>
   8:     0x55695702e09c - <unknown>
   9:     0x55695702f352 - <unknown>
  10:     0x556956f36f83 - <unknown>
  11:     0x556956f37413 - <unknown>
  12:     0x556956f9c50f - <unknown>
  13:     0x556956fa55b4 - <unknown>
  14:     0x556956f9a01c - <unknown>
  15:     0x556956f4d44f - <unknown>
  16:     0x556956f5ad56 - <unknown>
  17:     0x556956f49533 - <unknown>
  18:     0x556956f4a2bd - <unknown>
  19:     0x556957022cbc - <unknown>
  20:     0x556956f5aef5 - <unknown>
  21:     0x7f6971f54790 - <unknown>
  22:     0x7f6971f5484a - __libc_start_main
  23:     0x556956f375a5 - <unknown>
  24:                0x0 - <unknown>

mgr commented on 2023-03-11 14:16 (UTC)

@Bluebomber182 Omg sorry for missing your reply >.< You and @frnc, are you trying to scrobble listenbrainz? Do you have any urls specified in your config?

frnc commented on 2023-03-09 21:10 (UTC)

@Bluebomber182, did you find any solution? i have the same error.

Bluebomber182 commented on 2022-11-22 18:14 (UTC) (edited on 2022-11-22 18:16 (UTC) by Bluebomber182)

@mgr Here are the error messages

rescrobbled
Authenticated with Last.fm successfully!
thread 'main' panicked at 'invalid url or method: Error(InvalidBaseUrl)', /home/bud/.cargo/registry/src/github.com-1ecc6299db9ec823/attohttpc-0.17.0/src/request/builder.rs:52:41
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace
Authenticated with Last.fm successfully!
thread 'main' panicked at 'invalid url or method: Error(InvalidBaseUrl)', /home/bud/.cargo/registry/src/github.com-1ecc6299db9ec823/attohttpc-0.17.0/src/request/builder.rs:52:41
stack backtrace:
   0:     0x56057837e1a3 - <unknown>
   1:     0x5605783a3eec - <unknown>
   2:     0x5605783777d5 - <unknown>
   3:     0x56057837fa01 - <unknown>
   4:     0x56057837f6d3 - <unknown>
   5:     0x5605783800a3 - <unknown>
   6:     0x56057837ff97 - <unknown>
   7:     0x56057837e654 - <unknown>
   8:     0x56057837fcc2 - <unknown>
   9:     0x5605780270b3 - <unknown>
  10:     0x560578027203 - <unknown>
  11:     0x5605780acdef - <unknown>
  12:     0x5605780b927d - <unknown>
  13:     0x5605780addbb - <unknown>
  14:     0x56057803805d - <unknown>
  15:     0x56057803b701 - <unknown>
  16:     0x560578039aa3 - <unknown>
  17:     0x56057804d779 - <unknown>
  18:     0x560578372a02 - <unknown>
  19:     0x56057803b898 - <unknown>
  20:     0x7fcb0403c290 - <unknown>
  21:     0x7fcb0403c34a - __libc_start_main
  22:     0x560578027395 - <unknown>
  23:                0x0 - <unknown>

mgr commented on 2022-11-22 06:03 (UTC)

@Bluebomber182 Did you try running it with RUST_BACKTRACE=1? What did the backtrace say?

mgr commented on 2022-11-22 05:53 (UTC)

So long @brycec and thanks for all the fish (:

Bluebomber182 commented on 2022-11-21 09:10 (UTC) (edited on 2022-11-21 09:13 (UTC) by Bluebomber182)

I successly compiled it. But I get an error message whenever I launch it.

rescrobbled
Authenticated with Last.fm successfully!
thread 'main' panicked at 'invalid url or method: Error(InvalidBaseUrl)', /home/bud/.cargo/registry/src/github.com-1ecc6299db9ec823/attohttpc-0.17.0/src/request/builder.rs:52:41
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

pauper commented on 2022-04-19 02:45 (UTC) (edited on 2022-04-19 02:58 (UTC) by pauper)

@brycec Thanks, yes, disabling lto allowed it to build.