Skip to content
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

Parse Error Code 1 #825

Closed
benc555 opened this issue Mar 4, 2016 · 5 comments
Closed

Parse Error Code 1 #825

benc555 opened this issue Mar 4, 2016 · 5 comments

Comments

@benc555
Copy link

benc555 commented Mar 4, 2016

Environment Setup

Latest Parse SDK with Facebook integration enabled in iOS project with 9.2.

Steps to reproduce

Trying to call anything to Parse results in the error below.

Logs/Trace

2016-03-04 01:03:04.655 hoosout-swift[13875:2916629] [Error]: {"code":1,"message":"Internal server error."} (Code: 1, Version: 1.12.0)
Error: Error Domain=Parse Code=1 "{"code":1,"message":"Internal server error."}" UserInfo={error={"code":1,"message":"Internal server error."}, NSLocalizedDescription={"code":1,"message":"Internal server error."}, code=1} [error: {"code":1,"message":"Internal server error."}, NSLocalizedDescription: {"code":1,"message":"Internal server error."}, code: 1]
2016-03-04 01:03:07.361 hoosout-swift[13875:2916620] [Error]: {"code":1,"message":"Internal server error."} (Code: 1, Version: 1.12.0)
Error: Error Domain=Parse Code=1 "{"code":1,"message":"Internal server error."}" UserInfo={error={"code":1,"message":"Internal server error."}, NSLocalizedDescription={"code":1,"message":"Internal server error."}, code=1} [error: {"code":1,"message":"Internal server error."}, NSLocalizedDescription: {"code":1,"message":"Internal server error."}, code: 1]

@thphuc
Copy link

thphuc commented Mar 4, 2016

ParseUser can login but when I try to get a list of user, I get the same issue on Android!

I just noted that if I query 1 record (using getFirst()), I can get the result. But if I query all (using find()), the result is empty

@thphuc
Copy link

thphuc commented Mar 5, 2016

I just fixed this by update to parse server 2.1.4 and DELETE TABLES: _User, _Session, _Schema

@benc555
Copy link
Author

benc555 commented Mar 7, 2016

@thphuc Are you on Heroku/AWS? If so, how did you update the auto-deploy?

@thphuc
Copy link

thphuc commented Mar 7, 2016

I am using Digital Ocean with Linux droplet.

@gfosco
Copy link
Contributor

gfosco commented Mar 7, 2016

When an internal server error occurs, according to src/middlewares.js line 181, additional information and a stack trace is sent to the console logs. Please check the logs and open a more specific issue if you're still having problems. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants