mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-26 23:45:49 +03:00
[GH-ISSUE #260] getting uncaught error #187
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#187
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 @muhammadjan761 on GitHub (Feb 21, 2023).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/260
Fatal error: Uncaught SpotifyWebAPI\SpotifyWebAPIException: User not registered in the Developer Dashboard in /home/techtvto/public_html/clients/new/vendor/jwilsson/spotify-web-api-php/src/Request.php:59 Stack trace: #0 /home/techtvto/public_html/clients/new/vendor/jwilsson/spotify-web-api-php/src/Request.php(244): SpotifyWebAPI\Request->handleResponseError('User not regist...', 403) #1 /home/techtvto/public_html/clients/new/vendor/jwilsson/spotify-web-api-php/src/Request.php(132): SpotifyWebAPI\Request->send('GET', 'https://api.spo...', '', 'HTTP/2 403 \r\nca...') #2 /home/techtvto/public_html/clients/new/vendor/jwilsson/spotify-web-api-php/src/SpotifyWebAPI.php(118): SpotifyWebAPI\Request->api('GET', '/v1/me', Array, Array) #3 /home/techtvto/public_html/clients/new/vendor/jwilsson/spotify-web-api-php/src/SpotifyWebAPI.php(1673): SpotifyWebAPI\SpotifyWebAPI->sendRequest('GET', '/v1/me') #4 /home/techtvto/public_html/clients/new/spotify-login.php(17): SpotifyWebAPI\SpotifyWebAPI->me() #5 {main} thrown in /home/techtvto/public_html/clients/new/vendor/jwilsson/spotify-web-api-php/src/Request.php on line 59
@jwilsson commented on GitHub (Feb 22, 2023):
Hey!
You need to add the user(s) you wish to use with your Spotify app to its allow list, check our their docs for more info.