[GH-ISSUE #361] Error 400 at login #259

Closed
opened 2026-02-26 02:32:36 +03:00 by kerem · 1 comment
Owner

Originally created by @philipperemy on GitHub (Jun 18, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/361

I run the server with:

php artisan serve
Laravel development server started on http://localhost:8000/

At the login page, this is the error I have:

main-e0813b9aa6.js:7 GET http://localhost:8000/api/data 400 (Bad Request)

(anonymous function) @ main-e0813b9aa6.js:7D @ main-e0813b9aa6.js:7L @ main-e0813b9aa6.js:7R @ main-e0813b9aa6.js:7(anonymous function) @ main-e0813b9aa6.js:7
main-e0813b9aa6.js:20 Uncaught (in promise) 

TypeError: Cannot read property 'pause' of null(…)stop @ main-e0813b9aa6.js:20(anonymous function) @ main-e0813b9aa6.js:10(anonymous function) @ main-e0813b9aa6.js:20

Can you please help? Thanks!

Originally created by @philipperemy on GitHub (Jun 18, 2016). Original GitHub issue: https://github.com/koel/koel/issues/361 I run the server with: ``` php artisan serve Laravel development server started on http://localhost:8000/ ``` At the login page, this is the error I have: ``` main-e0813b9aa6.js:7 GET http://localhost:8000/api/data 400 (Bad Request) (anonymous function) @ main-e0813b9aa6.js:7D @ main-e0813b9aa6.js:7L @ main-e0813b9aa6.js:7R @ main-e0813b9aa6.js:7(anonymous function) @ main-e0813b9aa6.js:7 main-e0813b9aa6.js:20 Uncaught (in promise) TypeError: Cannot read property 'pause' of null(…)stop @ main-e0813b9aa6.js:20(anonymous function) @ main-e0813b9aa6.js:10(anonymous function) @ main-e0813b9aa6.js:20 ``` Can you please help? Thanks!
kerem closed this issue 2026-02-26 02:32:36 +03:00
Author
Owner

@philipperemy commented on GitHub (Jun 18, 2016):

I solved it by editing /usr/local/etc/php/5.6/php.ini and uncommenting always_populate_raw_post_data = -1

<!-- gh-comment-id:226946758 --> @philipperemy commented on GitHub (Jun 18, 2016): I solved it by editing `/usr/local/etc/php/5.6/php.ini` and uncommenting `always_populate_raw_post_data = -1`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#259
No description provided.