mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-28 00:15:53 +03:00
[GH-ISSUE #147] SpotifyWebAPIException: cURL transport error: 35 Encountered end of file in /var/app/current/public/vendor/jwilsson/spotify-web-api-php/src/Request.php:215 #92
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#92
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 @csimpi on GitHub (Jan 21, 2019).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/147
Hi, I'm randomly getting this error message.
When I catch the
SpotifyWebAPIExceptionand trying to get the error code, I'm getting error code 0 and the message is below:SpotifyWebAPI\SpotifyWebAPIException: cURL transport error: 35 Encountered end of file in /var/app/current/public/vendor/jwilsson/spotify-web-api-php/src/Request.php:215@jwilsson commented on GitHub (Jan 22, 2019):
Hi!
It looks like something with the TLS communication to Spotify is wrong. How are you running your app? Behind a proxy or something similar?
@csimpi commented on GitHub (Jan 22, 2019):
Hi, thank you for your answer!
Yes, this is happening when I'm testing on AWS Elastic Beanstalk only, on my local I've never got this error.
@jwilsson commented on GitHub (Jan 23, 2019):
Hmm, I found this issue which looks like the same type of error. Using some of the steps from there could you try adding these lines to the cURL options array here:
github.com/jwilsson/spotify-web-api-php@4937bd7fd8/src/Request.php (L174)Could you try some combinations of those options and see what happens? Thanks!
@csimpi commented on GitHub (Jan 23, 2019):
Hi thank you, I'll try them and let you know the results, I'm really glad you are trying to help me out :)
@jwilsson commented on GitHub (Mar 26, 2019):
Closing this due to a lack of activity.