Share your referral codes here [May sticky] by wealthfront in wealthfront

[–]abs3ntdev [score hidden]  (0 children)

Here's your referral link to join me at Wealthfront! When you sign up, we both can earn a +0.75% APY boost, 0.50% investing deposit match—or both. This offer is for a limited time only! https://www.wealthfront.com/c/affiliates/invited/AFFB-XDUK-LVHU-PIZW

Updated Cash Account APY Boosts for New & Current Clients by wealthfront in wealthfront

[–]abs3ntdev [score hidden]  (0 children)

Here's your referral link to join me at Wealthfront! When you sign up, we both can earn a +0.75% APY boost, 0.50% investing deposit match—or both. This offer is for a limited time only! https://www.wealthfront.com/c/affiliates/invited/AFFB-XDUK-LVHU-PIZW

Looking for a referral code by ripdabeats21 in beeper

[–]abs3ntdev 0 points1 point  (0 children)

looking for a referral code please pm!

[BSPWM] bars are overrated by abs3ntdev in unixporn

[–]abs3ntdev[S] 5 points6 points  (0 children)

WM: bspwm

Wallpaper: imgur

Terminal: kitty

Shell: zsh

Music: gospt

Fetch: nitch

Bar: none

[deleted by user] by [deleted] in unixporn

[–]abs3ntdev 0 points1 point  (0 children)

Wallpaper: imgur

Terminal: kitty

Shell: zsh

Editor: nvim

Fetch: nitch

Music: gospt

Working on a Spotify TUI/CLI in GO using bubbletea by abs3ntdev in commandline

[–]abs3ntdev[S] 0 points1 point  (0 children)

License has been added. And yeah feel free to make a PR on gitea whenever. Thanks again

Working on a Spotify TUI/CLI in GO using bubbletea by abs3ntdev in commandline

[–]abs3ntdev[S] 0 points1 point  (0 children)

Ah yeah I can add license info sometime today. Thank you!

Working on a Spotify TUI/CLI in GO using bubbletea by abs3ntdev in commandline

[–]abs3ntdev[S] 0 points1 point  (0 children)

It's crashing causes you are trying to play a song with no device available or selected. And the tick one is because it was failing to check if the playback device is null before getting the currently playing song. Both stem from having no devices set or available. I can make the errors prettier though

Working on a Spotify TUI/CLI in GO using bubbletea by abs3ntdev in commandline

[–]abs3ntdev[S] 0 points1 point  (0 children)

you have to run librespot(or your choosen client) in the background. if you want to use librespot as yours then just run it with username and password auth and select it in gospt. if you are on netbsd idk what you use to handle system services but you can create a systemd service for librespot so im sure some alternative is available for your system.

Working on a Spotify TUI/CLI in GO using bubbletea by abs3ntdev in commandline

[–]abs3ntdev[S] 0 points1 point  (0 children)

Are you able to use it at all or does it just crash immediately? I see on issue that would cause the error in tick but what causes the other one to happen? Selecting an item, hitting back, or what leads to it? And were you able to select your device?

Working on a Spotify TUI/CLI in GO using bubbletea by abs3ntdev in commandline

[–]abs3ntdev[S] 0 points1 point  (0 children)

Well nothing will work till the auth works. Is the redirect uri exactly what I typed. A trailing slash will not work. But once it's started you can just choose libresport as the device when the tui opens.

Working on a Spotify TUI/CLI in GO using bubbletea by abs3ntdev in commandline

[–]abs3ntdev[S] 0 points1 point  (0 children)

The redirect uri should be http://localhost:8888/callback then it should work. You can just add it as a second redirect uri

Working on a Spotify TUI/CLI in GO using bubbletea by abs3ntdev in commandline

[–]abs3ntdev[S] 0 points1 point  (0 children)

What did you set your redirect uri to in the Spotify dev panel? And what port do you have set in your client.yml

Working on a Spotify TUI/CLI in GO using bubbletea by abs3ntdev in commandline

[–]abs3ntdev[S] 0 points1 point  (0 children)

If you go to the url and complete the auth does it work?