Skip to content

com.parse.ParseRequest$ParseRequestException: Could not store file. #3839

Closed
@sandeep2242

Description

@sandeep2242

Issue Description

I was about to upload image on my parse server and then i encountered this error ie. com.parse.ParseRequest$ParseRequestException: Could not store file.. It takes about 2 to 3 minutes to show this error, and all String, int,array are uploading but not images.

Steps to reproduce

  • My internet connection upload speed is 0.3Mbps
  • File to upload is a image file of 2mb .
    EDITED CODE
`            final ParseObject pde1 = ParseObject.createWithoutData("VendorInv", obj);
            file1.saveInBackground(new SaveCallback() {
                @Override
                public void done(ParseException e) {
                    if (e == null) {
                        pde1.put("pImage1", file1);
                        Log.i("parse1", "succeded");
                    } else {
                        Log.i("err1", e.toString());
                    }
                }
            });

            final ParseObject pde2 = ParseObject.createWithoutData("VendorInv", obj);
            file2.saveInBackground(new SaveCallback() {
                @Override
                public void done(ParseException e) {
                    if (e == null) {
                        pde2.put("pImage2", file2);
                        Log.i("parse2", "succeded");
                    } else {
                        Log.i("err2", e.toString());
                    }
                }
            });

            final ParseObject pde3 = ParseObject.createWithoutData("VendorInv", obj);
            file3.saveInBackground(new SaveCallback() {
                @Override
                public void done(ParseException e) {
                    if (e == null) {
                        pde3.put("pImage3", file3);
                        Log.i("parse3", "succeded");
                    } else {
                        Log.i("err3", e.toString());
                    }
                }
            });
            final ParseObject pde4 = ParseObject.createWithoutData("VendorInv", obj);
            file4.saveInBackground(new SaveCallback() {
                @Override
                public void done(ParseException e) {
                    if (e == null) {
                        pde4.put("pImage4", file4);
                        Log.i("parse4", "succeded");
                    } else {
                        Log.i("err4", e.toString());
                    }
                }
            }`

Expected Results

Log.i("Parse", "Save Succeeded");

Actual Outcome

Log.i("Parse", "not Succeeded");
com.parse.ParseRequest$ParseRequestException: Could not store file.


- **Server**
  - parse-server version (Be specific! Don't say 'latest'.) : [2.1.6]
  - Operating System:     [Windows 10]
  - Hardware:             [FILL THIS OUT]
  - Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [heroku]

- **Database**
  - MongoDB version: [3.2.11]
  - Storage engine:  [FILL THIS OUT]
  - Hardware:        [FILL THIS OUT]
  - Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [mLab]

### Logs/Trace

**Parse Server Logs**
`
May 21 00:30:26 mainandroid heroku/router:  at=info method=PUT path="/parse/classes/Array/6tMPt8YWh5" host=mainandroid.herokuapp.com request_id=379aba68-3593-40d4-ae98-106b745bd6cd fwd="103.249.239.170" dyno=web.1 connect=0ms service=95ms status=200 bytes=507 protocol=https 
May 21 00:30:29 mainandroid heroku/router:  at=info method=POST path="/parse/classes/VendorInv" host=mainandroid.herokuapp.com request_id=9e78e0bb-767a-4407-b2fe-ec15a954fa34 fwd="103.249.239.170" dyno=web.1 connect=2ms service=53ms status=201 bytes=615 protocol=https 
May 21 00:30:30 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=e9438135-feae-43b8-9b5f-6f44fc71adce fwd="103.249.239.170" dyno=web.1 connect=0ms service=18ms status=200 bytes=1221 protocol=https 
May 21 00:30:30 mainandroid heroku/router:  at=info method=PUT path="/parse/classes/Vendors/4pckZ6nRQb" host=mainandroid.herokuapp.com request_id=1bf751a1-e2ea-4eda-a67c-640df4d98445 fwd="103.249.239.170" dyno=web.1 connect=0ms service=85ms status=200 bytes=507 protocol=https 
May 21 00:30:31 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=c426d66b-112f-4b7c-898b-a549141fcc7a fwd="103.249.239.170" dyno=web.1 connect=0ms service=16ms status=200 bytes=1201 protocol=https 
May 21 00:30:31 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=13dfb2fc-3ae5-4911-87fc-83f9a38c64b6 fwd="103.249.239.170" dyno=web.1 connect=0ms service=14ms status=200 bytes=1184 protocol=https 
May 21 00:30:32 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=1d7dc846-1877-49f4-8283-4cc10ab14d63 fwd="103.249.239.170" dyno=web.1 connect=0ms service=18ms status=200 bytes=1092 protocol=https 
May 21 00:30:32 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=333eb0cc-722c-4195-9007-a424a5305c99 fwd="103.249.239.170" dyno=web.1 connect=0ms service=24ms status=200 bytes=1093 protocol=https 
May 21 00:30:33 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=2eba81e2-f294-4caf-acd9-120c8841e92c fwd="103.249.239.170" dyno=web.1 connect=0ms service=19ms status=200 bytes=1091 protocol=https 
May 21 00:30:34 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=3f40b1c0-55e1-4614-b94b-11a18ec55f8c fwd="103.249.239.170" dyno=web.1 connect=0ms service=20ms status=200 bytes=1221 protocol=https 
May 21 00:30:35 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=23f5a1f5-cd7a-4fff-9a6e-d428c7273790 fwd="103.249.239.170" dyno=web.1 connect=0ms service=12ms status=200 bytes=1201 protocol=https 
May 21 00:30:35 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=d873fc4c-6209-481a-b9ce-c4acc0da6984 fwd="103.249.239.170" dyno=web.1 connect=0ms service=29ms status=200 bytes=1184 protocol=https 
May 21 00:30:36 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=b1d9331b-bb50-4a1d-9920-e09a3e45638f fwd="103.249.239.170" dyno=web.1 connect=0ms service=13ms status=200 bytes=1092 protocol=https 
May 21 00:30:37 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=eb1fc63a-c038-41a6-972c-8d4d7474d749 fwd="103.249.239.170" dyno=web.1 connect=0ms service=12ms status=200 bytes=1093 protocol=https 
May 21 00:30:38 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=fc2a48bb-c412-4aab-9736-3beede16ed34 fwd="103.249.239.170" dyno=web.1 connect=0ms service=14ms status=200 bytes=1091 protocol=https 
May 21 00:30:39 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=10576c6e-3dcf-4dc7-ad57-b8ab8a20f658 fwd="103.249.239.170" dyno=web.1 connect=0ms service=12ms status=200 bytes=1221 protocol=https 
May 21 00:30:40 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=fa822820-d30c-40e4-af15-a7c20583fa03 fwd="103.249.239.170" dyno=web.1 connect=0ms service=14ms status=200 bytes=1201 protocol=https 
May 21 00:30:40 mainandroid heroku/router:  at=info method=POST path="/parse/files/sandeep.png" host=mainandroid.herokuapp.com request_id=b0065ca6-c47e-4940-8d90-2e8155c50f98 fwd="103.249.239.170" dyno=web.1 connect=0ms service=11924ms status=400 bytes=520 protocol=https 
May 21 00:30:40 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=ee52866c-4da5-4480-9bbb-18914dbf3413 fwd="103.249.239.170" dyno=web.1 connect=0ms service=10ms status=200 bytes=1184 protocol=https 
May 21 00:30:41 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=8952f0a2-c420-419b-af2e-1f3bc60a14c2 fwd="103.249.239.170" dyno=web.1 connect=0ms service=11ms status=200 bytes=1092 protocol=https 
May 21 00:30:41 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=a7a7fd1d-c155-4c64-8145-5b1e29ddcdb9 fwd="103.249.239.170" dyno=web.1 connect=0ms service=11ms status=200 bytes=1093 protocol=https 
May 21 00:30:42 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=c2e4ce1a-087e-4182-bfc0-0261490d8462 fwd="103.249.239.170" dyno=web.1 connect=1ms service=12ms status=200 bytes=1091 protocol=https 
May 21 00:30:42 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=b2f3997a-7e84-424a-9277-b9f3490adbe1 fwd="103.249.239.170" dyno=web.1 connect=0ms service=20ms status=200 bytes=1221 protocol=https 
May 21 00:30:43 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=7c548159-5a0c-45dd-80ed-4109e288bbf7 fwd="103.249.239.170" dyno=web.1 connect=0ms service=13ms status=200 bytes=1201 protocol=https 
May 21 00:30:43 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=b4f4c68e-657a-4329-a14f-855a88e6be74 fwd="103.249.239.170" dyno=web.1 connect=0ms service=15ms status=200 bytes=1184 protocol=https 
May 21 00:30:44 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=8abe9ae3-ad6b-4bdb-9ac4-8473d42c95e3 fwd="103.249.239.170" dyno=web.1 connect=0ms service=13ms status=200 bytes=1092 protocol=https 
May 21 00:30:45 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=442baacb-e1ce-4804-a775-8923c604874c fwd="103.249.239.170" dyno=web.1 connect=0ms service=12ms status=200 bytes=1093 protocol=https 
May 21 00:30:45 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=3351c49a-53a9-4e27-917f-f8be5938979a fwd="103.249.239.170" dyno=web.1 connect=0ms service=12ms status=200 bytes=1091 protocol=https 
May 21 00:30:47 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=17ba1140-2b86-46c6-9c51-174f0592be7a fwd="103.249.239.170" dyno=web.1 connect=0ms service=14ms status=200 bytes=1221 protocol=https 
May 21 00:30:48 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=61e226b2-2436-4e79-9002-45eabfe8719e fwd="103.249.239.170" dyno=web.1 connect=0ms service=16ms status=200 bytes=1201 protocol=https 
May 21 00:30:49 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=f2181d2a-b88e-44d8-a4b4-9ca4acb9606a fwd="103.249.239.170" dyno=web.1 connect=0ms service=11ms status=200 bytes=1184 protocol=https 
May 21 00:30:50 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=64f4fb5f-65ac-426a-9ecc-6257dbf050c0 fwd="103.249.239.170" dyno=web.1 connect=0ms service=12ms status=200 bytes=1092 protocol=https 
May 21 00:30:50 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=665fa005-cf0b-4beb-b206-3e96714f2074 fwd="103.249.239.170" dyno=web.1 connect=0ms service=12ms status=200 bytes=1093 protocol=https 
May 21 00:30:51 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=92fbad44-423c-4fa7-9f8e-5f1af75382a6 fwd="103.249.239.170" dyno=web.1 connect=0ms service=13ms status=200 bytes=1091 protocol=https 
May 21 00:30:51 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=27b55c98-42f2-4535-a10d-ce301c818701 fwd="103.249.239.170" dyno=web.1 connect=0ms service=17ms status=200 bytes=1221 protocol=https 
May 21 00:30:52 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=f66c139e-44b7-4d3a-a1f9-2d1e8a28a82c fwd="103.249.239.170" dyno=web.1 connect=0ms service=12ms status=200 bytes=1201 protocol=https 
May 21 00:30:52 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=9ed07753-3cce-4a28-b06a-b18319ea44e3 fwd="103.249.239.170" dyno=web.1 connect=0ms service=17ms status=200 bytes=1184 protocol=https 
May 21 00:30:52 mainandroid heroku/router:  at=info method=POST path="/parse/files/sandeep.png" host=mainandroid.herokuapp.com request_id=8d14669a-79e4-4e0d-9340-3364e36a537c fwd="103.249.239.170" dyno=web.1 connect=1ms service=12472ms status=400 bytes=520 protocol=https 
May 21 00:30:53 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=38ec154e-8b46-400a-9c62-4ce9adf247d8 fwd="103.249.239.170" dyno=web.1 connect=1ms service=11ms status=200 bytes=1092 protocol=https 
May 21 00:30:54 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=f09a321b-9359-43a0-a3e5-29fa59af269a fwd="103.249.239.170" dyno=web.1 connect=5ms service=16ms status=200 bytes=1093 protocol=https 
May 21 00:30:55 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=e4066bb4-9785-4620-a4f1-04a44590d875 fwd="103.249.239.170" dyno=web.1 connect=0ms service=12ms status=200 bytes=1091 protocol=https 
May 21 00:30:56 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=ece1e4af-a0ec-4f66-aea9-c1079705dfdd fwd="103.249.239.170" dyno=web.1 connect=0ms service=13ms status=200 bytes=1221 protocol=https 
May 21 00:30:56 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=6f52a91d-70ce-48d0-9b30-e5422683eb73 fwd="103.249.239.170" dyno=web.1 connect=0ms service=17ms status=200 bytes=1201 protocol=https 
May 21 00:30:57 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=f95f05d6-7f55-48e0-9c26-a7a3e58d3b66 fwd="103.249.239.170" dyno=web.1 connect=0ms service=16ms status=200 bytes=1184 protocol=https 
May 21 00:30:58 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=d19afce8-c325-41e9-bdac-149ec0754677 fwd="103.249.239.170" dyno=web.1 connect=0ms service=19ms status=200 bytes=1092 protocol=https 
May 21 00:30:59 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=e5e7bbe1-12f5-44fc-b979-1b372777cbc7 fwd="103.249.239.170" dyno=web.1 connect=0ms service=16ms status=200 bytes=1093 protocol=https 
May 21 00:31:00 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=691c92e7-ba55-4102-a8f4-1faaec0c34e7 fwd="103.249.239.170" dyno=web.1 connect=0ms service=10ms status=200 bytes=1091 protocol=https 
May 21 00:31:00 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=ef0628bf-a323-4776-a82c-d6f39737473f fwd="103.249.239.170" dyno=web.1 connect=0ms service=16ms status=200 bytes=1221 protocol=https 
May 21 00:31:01 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=2da2060b-b16c-4f6e-a18f-54059064f75a fwd="103.249.239.170" dyno=web.1 connect=0ms service=12ms status=200 bytes=1201 protocol=https 
May 21 00:31:02 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=392b6c62-fe2b-4a4d-8049-19328feb19f4 fwd="103.249.239.170" dyno=web.1 connect=0ms service=16ms status=200 bytes=1184 protocol=https 
May 21 00:31:02 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=01a43144-2bef-4fa0-b3dc-9e63128ebb6f fwd="103.249.239.170" dyno=web.1 connect=0ms service=15ms status=200 bytes=1092 protocol=https 
May 21 00:31:02 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=84904e10-20d5-4bba-a0a5-c2aa0a8d33f2 fwd="103.249.239.170" dyno=web.1 connect=0ms service=25ms status=200 bytes=1093 protocol=https 
May 21 00:31:03 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=7c1243bf-2d53-4ab3-9b1b-2b7ca009d993 fwd="103.249.239.170" dyno=web.1 connect=0ms service=11ms status=200 bytes=1091 protocol=https 
May 21 00:31:06 mainandroid heroku/router:  at=info method=POST path="/parse/files/sandeep.png" host=mainandroid.herokuapp.com request_id=694d9776-0916-4eaf-b209-e4ead83c730c fwd="103.249.239.170" dyno=web.1 connect=0ms service=10905ms status=400 bytes=520 protocol=https 
May 21 00:31:07 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=4a516581-9ddf-4dc3-9afa-4400bd530ad5 fwd="103.249.239.170" dyno=web.1 connect=0ms service=13ms status=200 bytes=1221 protocol=https 
May 21 00:31:07 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=5982866d-019c-447a-9dc1-f043bae76fa1 fwd="103.249.239.170" dyno=web.1 connect=0ms service=13ms status=200 bytes=1201 protocol=https 
May 21 00:31:08 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=046ff9b9-6298-4f80-a4c7-06d7b8d6f91c fwd="103.249.239.170" dyno=web.1 connect=0ms service=24ms status=200 bytes=1184 protocol=https 
May 21 00:31:09 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=9802b431-c776-4f2d-baff-5d7a590c7d77 fwd="103.249.239.170" dyno=web.1 connect=1ms service=18ms status=200 bytes=1092 protocol=https 
May 21 00:31:09 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=bc9d3b71-4b3e-41e6-a6aa-17a65c07fdc9 fwd="103.249.239.170" dyno=web.1 connect=0ms service=20ms status=200 bytes=1093 protocol=https 
May 21 00:31:10 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=0566e483-a802-4af1-b62a-450d83627249 fwd="103.249.239.170" dyno=web.1 connect=0ms service=27ms status=200 bytes=1091 protocol=https 
May 21 00:31:11 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=123335d4-58b3-4a68-9bdd-3dfa9dec895c fwd="103.249.239.170" dyno=web.1 connect=0ms service=17ms status=200 bytes=1221 protocol=https 
May 21 00:31:11 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=98ef4291-7999-48ff-9791-de0081413af8 fwd="103.249.239.170" dyno=web.1 connect=0ms service=29ms status=200 bytes=1201 protocol=https 
May 21 00:31:12 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=89715509-99f4-4b93-bd47-7b05eb1637b0 fwd="103.249.239.170" dyno=web.1 connect=0ms service=16ms status=200 bytes=1184 protocol=https 
May 21 00:31:12 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=48eba4bc-dc38-4f5f-9e50-d21f54edc901 fwd="103.249.239.170" dyno=web.1 connect=0ms service=16ms status=200 bytes=1092 protocol=https 
May 21 00:31:13 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=ebb0c6c0-502a-4bd1-9c39-ea13edd02a34 fwd="103.249.239.170" dyno=web.1 connect=0ms service=69ms status=200 bytes=1093 protocol=https 
May 21 00:31:14 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=2f772ac2-d5ca-445c-9e18-8d17239201aa fwd="103.249.239.170" dyno=web.1 connect=0ms service=25ms status=200 bytes=1091 protocol=https 
May 21 00:31:15 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=be096c44-7c86-4ecd-81c9-8afc71759888 fwd="103.249.239.170" dyno=web.1 connect=0ms service=55ms status=200 bytes=1221 protocol=https 
May 21 00:31:16 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=dc22c4b4-e3f0-4f6f-abca-c76a7b80d1fe fwd="103.249.239.170" dyno=web.1 connect=0ms service=34ms status=200 bytes=1201 protocol=https 
May 21 00:31:16 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=29edd9da-9900-48fa-8181-f37ba0dee13a fwd="103.249.239.170" dyno=web.1 connect=0ms service=31ms status=200 bytes=1184 protocol=https 
May 21 00:31:17 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=abee5593-e7bc-4787-90fa-12fc980366fc fwd="103.249.239.170" dyno=web.1 connect=0ms service=14ms status=200 bytes=1092 protocol=https 
May 21 00:31:18 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=2cfdf663-9174-457d-93fd-e8391fe433f7 fwd="103.249.239.170" dyno=web.1 connect=0ms service=39ms status=200 bytes=1093 protocol=https 
May 21 00:31:19 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=1df4cc1a-9077-42ed-ad3e-e1e3378da640 fwd="103.249.239.170" dyno=web.1 connect=1ms service=24ms status=200 bytes=1091 protocol=https 
May 21 00:31:20 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=45ccee86-4614-49c0-856e-f6b1775d709c fwd="103.249.239.170" dyno=web.1 connect=1ms service=31ms status=200 bytes=1221 protocol=https 
May 21 00:31:20 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=47f621de-634f-4a38-9705-27a9de394b91 fwd="103.249.239.170" dyno=web.1 connect=0ms service=23ms status=200 bytes=1201 protocol=https 
May 21 00:31:21 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=5381cfb2-187f-44b1-a73d-1802b90a9ef6 fwd="103.249.239.170" dyno=web.1 connect=0ms service=18ms status=200 bytes=1184 protocol=https 
May 21 00:31:21 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=64b5193b-3029-4b49-8892-7376bb37d73e fwd="103.249.239.170" dyno=web.1 connect=0ms service=14ms status=200 bytes=1092 protocol=https 
May 21 00:31:22 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=33e53e0d-8404-46ec-ad38-71250b2384ec fwd="103.249.239.170" dyno=web.1 connect=0ms service=13ms status=200 bytes=1093 protocol=https 
May 21 00:31:22 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=2c212a9a-0ef4-441a-83ee-99681b28bb36 fwd="103.249.239.170" dyno=web.1 connect=0ms service=12ms status=200 bytes=1091 protocol=https 
May 21 00:31:23 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=d1a74391-a6c8-4182-9f79-b6678b49eb92 fwd="103.249.239.170" dyno=web.1 connect=0ms service=14ms status=200 bytes=1221 protocol=https 
May 21 00:31:23 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=06303780-2d98-4032-83b6-92de12d31997 fwd="103.249.239.170" dyno=web.1 connect=0ms service=19ms status=200 bytes=1201 protocol=https 
May 21 00:31:24 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=e8795e6d-fbf8-43b7-9335-028ec41042ed fwd="103.249.239.170" dyno=web.1 connect=0ms service=17ms status=200 bytes=1184 protocol=https 
May 21 00:31:25 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=34b47b98-3f7c-4f4c-890e-d7638212def1 fwd="103.249.239.170" dyno=web.1 connect=0ms service=13ms status=200 bytes=1092 protocol=https 
May 21 00:31:25 mainandroid heroku/router:  at=info method=POST path="/parse/classes/AutoScroll" host=mainandroid.herokuapp.com request_id=836e641e-838e-4e05-b339-5d7c410dbefc fwd="103.249.239.170" dyno=web.1 connect=6ms service=37ms status=200 bytes=1093 protocol=https 
May 21 00:31:25 mainandroid heroku/router:  at=info method=POST path="/parse/files/sandeep.png" host=mainandroid.herokuapp.com request_id=9cb07f91-c0c7-4016-9e3e-ee6d981fd4e2 fwd="103.249.239.170" dyno=web.1 connect=0ms service=11488ms status=400 bytes=520 protocol=https `  



Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions