mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #220] Last.fm invalid token #158
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#158
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 @BernardGoldberger on GitHub (Feb 8, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/220
Good Evening
I'm not sure what I'm doing wrong but I keep getting an invalid toke page when trying to connect to last.fm
@phanan commented on GitHub (Feb 9, 2016):
Make sure you have a valid Last.fm API key and secret.
@BernardGoldberger commented on GitHub (Feb 9, 2016):
I do, I tried 3 different new ones.
@BernardGoldberger commented on GitHub (Feb 11, 2016):
I should also add that I tried an actual incorrect API and then I get a completely different invalid API key error from Last.fm
@phanan commented on GitHub (Feb 11, 2016):
Can't say I'm able to reproduce this.
@BernardGoldberger commented on GitHub (Feb 14, 2016):
I was able to figure out what the issue was.....
I noticed in the laravel.log the following error
[2016-02-14 01:03:40] production.ERROR: GuzzleHttp\Exception\RequestException: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) in \koel\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php:187 Stack trace:To fix this all one needs to do is manually add the curl certificates, you can obtain them from here http://curl.haxx.se/ca/cacert.pem then save it and point to it in your php.ini file
curl.cainfo = "C:\wamp64\bin\php\php7.0.3\extras\ssl\cacert.pem"All is working now.