-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eror 4058 #81
Comments
got the same issue |
The program fails to find Spotify because it is no longer located in C:\Users[username]\AppData\Roaming\Spotify\Data\SpotifyWebHelper.exebut rather in C:\Users[username]\AppData\Roaming\Spotify\Spotify.exeI might make a fork to fix this if it's as simple as just modifying the path. |
This project is deprecated, Discord now has this built in. |
I am aware. Personally I like to still use this method to bypass the need for account linking, because account linking causes Discord to display any track playing on my Spotify account, instead of just the tracks that my PC is playing. Considering I have other people that use my Spotify account, linking my accounts isn't that great of an option. |
we can use spotifys api |
Error: spawn C:\Users\uronow\AppData\Roaming\Spotify\Data\SpotifyWebHelper.exe ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)
at onErrorNT (internal/child_process.js:467:16)
at processTicksAndRejections (internal/process/task_queues.js:82:21)
Emitted 'error' event on ChildProcess instance at:
at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
at onErrorNT (internal/child_process.js:467:16)
at processTicksAndRejections (internal/process/task_queues.js:82:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'spawn C:\Users\uronow\AppData\Roaming\Spotify\Data\SpotifyWebHelper.exe',
path: 'C:\Users\uronow\AppData\Roaming\Spotify\Data\SpotifyWebHelper.exe',
spawnargs: []
}
The text was updated successfully, but these errors were encountered: