Android SDK - Upload Attachment in Channel
Hi Rainbow Support,
We try to create a post with attachment in a channel from SDK.
We use Android SDK 1.60.0 and use method below :
uploadFileToChannel (channelId, uriFile, listener)
The file uploaded to file storage but not shared to the channel
So, other members inside the channel can't see the attachment.
Here the log when upload and post to channel.
2019-09-06 20:53:43.707 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >parsePackets; <iq xmlns='jabber:client' to='ef9a47f5a0124f08a5507e18a388f65c@openrainbow.com/mobile_android_sdk_d02d6c7026668e57' from='ef9a47f5a0124f08a5507e18a388f65c@openrainbow.com' type='get' id='rr-1567778054410-11506976790615003137-fyKl+LkT2Y9sn5B4K8zFW48Y/2o=-83439831'><ping xmlns='urn:xmpp:ping'/></iq>
2019-09-06 20:53:43.707 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack Packet Writer (0)] XMPPWebSocketConnection : writePackets; <iq to='ef9a47f5a0124f08a5507e18a388f65c@openrainbow.com' id='rr-1567778054410-11506976790615003137-fyKl+LkT2Y9sn5B4K8zFW48Y/2o=-83439831' type='result'></iq>
2019-09-06 20:53:43.727 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >parsePackets; <r xmlns='urn:xmpp:sm:3'/>
2019-09-06 20:53:43.728 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >scheduleDisconnectionTimer
2019-09-06 20:53:48.724 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack Packet Writer (0)] XMPPWebSocketConnection : writePackets; <a xmlns='urn:xmpp:sm:3' h='54'/>
2019-09-06 20:53:54.714 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] ScreenStateReceiver : ACTION_SCREEN_OFF
2019-09-06 20:54:07.632 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] ScreenStateReceiver : ACTION_SCREEN_ON
2019-09-06 20:54:11.246 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Request size is : 128 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files
2019-09-06 20:54:12.682 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 401 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files
2019-09-06 20:54:12.683 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-6] FileProxy : createFileDescriptor SUCCESS
2019-09-06 20:54:12.683 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-6] FileServerMgr : onCreateSuccess
2019-09-06 20:54:12.879 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >parsePackets; <message xmlns='jabber:client' xml:lang='en' to='ef9a47f5a0124f08a5507e18a388f65c@openrainbow.com/mobile_android_sdk_d02d6c7026668e57' from='pcloud_filestorage_10@rainbow.sgp/335556926124427673712573510' type='management' id='4632ebab-4fcc-405c-aff1-b0319e2c1c49_5219'><file xmlns='jabber:iq:configuration' action='create'><fileid>5d7265049a250c0b77af5ef1</fileid></file></message>
2019-09-06 20:54:12.891 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack-Single Threaded Executor 0 (0)] ChatMgr : >chatCreated
2019-09-06 20:54:12.892 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack-Single Threaded Executor 0 (0)] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d7265049a250c0b77af5ef1
2019-09-06 20:54:12.903 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >parsePackets; <r xmlns='urn:xmpp:sm:3'/>
2019-09-06 20:54:12.904 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >scheduleDisconnectionTimer
2019-09-06 20:54:14.030 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 401 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d7265049a250c0b77af5ef1
2019-09-06 20:54:14.033 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-8] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:14.045 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-8] FileServerMgr : downloadFileThumbnail new download :5d7265049a250c0b77af5ef1 IMG-20190906-WA0001.jpg download:false
2019-09-06 20:54:14.891 4796-4827/id.co.ale.eDakwah E/RBLog: ERROR [main] RESTAsyncRequest : getFile onErrorResponse; null
2019-09-06 20:54:14.894 4796-4827/id.co.ale.eDakwah E/RBLog: ERROR [pool-1-thread-9] RESTAsyncRequest : Error while executing REST request : : com.android.volley.ClientError
at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:190)
at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:120)
at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:87)
2019-09-06 20:54:14.896 4796-4827/id.co.ale.eDakwah E/RBLog: ERROR [pool-1-thread-9] FileProxy : downloadFileThumbnail failure : com.ale.infra.http.adapter.concurrent.RainbowServiceException: com.android.volley.ClientErrorstatus code: 404 Details: code: 0
2019-09-06 20:54:15.518 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 750 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d7265049a250c0b77af5ef1
2019-09-06 20:54:15.518 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-1] FileServerMgr : onUploadSuccess
2019-09-06 20:54:15.628 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-1] FileStorage : >onCreateSuccess
2019-09-06 20:54:15.629 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-1] ChannelProxy : >publishMessage
2019-09-06 20:54:15.629 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-1] RESTAsyncRequest : Request size is : 194 for request: https://openrainbow.com/api/rainbow/channels/v1.0/channels/5d396db9b100c177d90959dd/publish
2019-09-06 20:54:15.825 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >parsePackets; <message xmlns='jabber:client' xml:lang='en' to='ef9a47f5a0124f08a5507e18a388f65c@openrainbow.com/mobile_android_sdk_d02d6c7026668e57' from='pcloud_filestorage_8@rainbow.sgp/1107103335811507404975944354' type='management' id='adf78e9b-bcd0-4266-8348-cfe1a3d89e3b_5097'><file xmlns='jabber:iq:configuration' action='update'><fileid>5d7265049a250c0b77af5ef1</fileid></file></message>
2019-09-06 20:54:15.838 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack-Single Threaded Executor 0 (0)] ChatMgr : >chatCreated
2019-09-06 20:54:15.839 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack-Single Threaded Executor 0 (0)] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d7265049a250c0b77af5ef1
2019-09-06 20:54:16.598 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >parsePackets; <message xmlns='jabber:client' to='ef9a47f5a0124f08a5507e18a388f65c@openrainbow.com/mobile_android_sdk_d02d6c7026668e57' from='pubsub.openrainbow.com' type='headline'><event xmlns='http://jabber.org/protocol/pubsub#event'><items node='5d396db9b100c177d90959dd:Channel Roni Backend 2'><item id='61FBDF4867B26'><entry timestamp='2019-09-06T13:54:16.428Z' xmlns='urn:xmpp:channels' channelId='5d396db9b100c177d90959dd' from='ef9a47f5a0124f08a5507e18a388f65c@openrainbow.com'><message><html><body><p>trs <u>channel</u></p>
</body></html></message><type>urn:xmpp:channels:html</type></entry></item></items></event></message>
2019-09-06 20:54:16.601 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 753 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d7265049a250c0b77af5ef1
2019-09-06 20:54:16.605 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 32 for request: https://openrainbow.com/api/rainbow/channels/v1.0/channels/5d396db9b100c177d90959dd/publish
2019-09-06 20:54:16.605 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-3] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:16.619 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-10] ChannelProxy : >retrieveItems
2019-09-06 20:54:16.622 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-10] RESTAsyncRequest : Request size is : 96 for request: https://openrainbow.com/api/rainbow/channels/v1.0/channels/5d396db9b100c177d90959dd/items?max=50
2019-09-06 20:54:16.622 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack-Cached Executor 3 (0)] ChannelMgr : >onMessageReceived
2019-09-06 20:54:16.696 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-3] FileServerMgr : downloadFileThumbnail new download :5d7265049a250c0b77af5ef1 IMG-20190906-WA0001.jpg download:false
2019-09-06 20:54:17.488 4796-4827/id.co.ale.eDakwah E/RBLog: ERROR [main] RESTAsyncRequest : getFile onErrorResponse; null
2019-09-06 20:54:17.489 4796-4827/id.co.ale.eDakwah E/RBLog: ERROR [pool-1-thread-5] RESTAsyncRequest : Error while executing REST request : : com.android.volley.ClientError
at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:190)
at com.android.volley.NetworkDispatcher.processRequest(NetworkDispatcher.java:120)
at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:87)
2019-09-06 20:54:17.490 4796-4827/id.co.ale.eDakwah E/RBLog: ERROR [pool-1-thread-5] FileProxy : downloadFileThumbnail failure : com.ale.infra.http.adapter.concurrent.RainbowServiceException: com.android.volley.ClientErrorstatus code: 404 Details: code: 0
2019-09-06 20:54:17.553 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 5441 for request: https://openrainbow.com/api/rainbow/channels/v1.0/channels/5d396db9b100c177d90959dd/items?max=50
2019-09-06 20:54:17.564 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-142] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d6cce36de38ec6ef6dccbe7
2019-09-06 20:54:17.584 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-143] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d52a65e408aa13ac2586fec
2019-09-06 20:54:17.595 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-146] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d4a5ac1adee2036c156737d
2019-09-06 20:54:17.603 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-146] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d4a8dc1adee2036c156738e
2019-09-06 20:54:17.603 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-144] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d4a648bd1f16e1a003b6797
2019-09-06 20:54:17.604 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-145] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d4a648e6d70ac783e3074aa
2019-09-06 20:54:17.604 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-148] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d4a4ef7adee2036c156737b
2019-09-06 20:54:17.605 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-149] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d4a4ef8408aa13ac2586e6f
2019-09-06 20:54:17.614 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-147] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d4a5ac2408aa13ac2586e72
2019-09-06 20:54:17.615 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-150] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d492952d1f16e1a003b675a
2019-09-06 20:54:17.626 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-151] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d426efa408aa13ac2586d29
2019-09-06 20:54:17.627 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-152] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d3fc841adee2036c1567181
2019-09-06 20:54:17.627 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-153] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d3fc3b7d1f16e1a003b6593
2019-09-06 20:54:17.628 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-152] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d3fc843408aa13ac2586ca9
2019-09-06 20:54:17.628 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-152] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d3fc845408aa13ac2586caa
2019-09-06 20:54:17.629 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-152] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d3fc847adee2036c1567182
2019-09-06 20:54:17.629 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-151] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d426efbadee2036c1567219
2019-09-06 20:54:17.630 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-152] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d3fc84a408aa13ac2586cab
2019-09-06 20:54:17.899 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack Packet Writer (0)] XMPPWebSocketConnection : writePackets; <a xmlns='urn:xmpp:sm:3' h='57'/>
2019-09-06 20:54:18.356 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 791 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d4a8dc1adee2036c156738e
2019-09-06 20:54:18.357 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-4] FileDescriptorResponse : Thumbnail available for: 16d23fbeba189ea9a9d03a139af070cc.jpg
2019-09-06 20:54:18.357 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-4] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:18.410 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 768 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d52a65e408aa13ac2586fec
2019-09-06 20:54:18.411 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-2] FileDescriptorResponse : Thumbnail available for: DSC03616.jpg
2019-09-06 20:54:18.412 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-2] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:18.423 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-4] FileServerMgr : downloadFileThumbnail new download :5d4a8dc1adee2036c156738e 16d23fbeba189ea9a9d03a139af070cc.jpg download:false
2019-09-06 20:54:18.506 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 828 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d6cce36de38ec6ef6dccbe7
2019-09-06 20:54:18.517 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-6] FileDescriptorResponse : Thumbnail available for: IMG-20190901-WA0004.jpg
2019-09-06 20:54:18.518 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-6] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:18.837 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-2] FileServerMgr : downloadFileThumbnail new download :5d52a65e408aa13ac2586fec DSC03616.jpg download:false
2019-09-06 20:54:19.126 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 777 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d4a648bd1f16e1a003b6797
2019-09-06 20:54:19.126 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-8] FileDescriptorResponse : Thumbnail available for: IMG-20190804-WA0006.jpg
2019-09-06 20:54:19.127 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-8] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:19.181 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 773 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d4a648e6d70ac783e3074aa
2019-09-06 20:54:19.182 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-9] FileDescriptorResponse : Thumbnail available for: GH_Garasi.pdf
2019-09-06 20:54:19.182 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-9] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:19.182 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-9] FileServerMgr : downloadFileThumbnail new download :5d4a648e6d70ac783e3074aa GH_Garasi.pdf download:false
2019-09-06 20:54:19.224 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-8] FileServerMgr : downloadFileThumbnail new download :5d4a648bd1f16e1a003b6797 IMG-20190804-WA0006.jpg download:false
2019-09-06 20:54:19.266 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 791 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d4a4ef7adee2036c156737b
2019-09-06 20:54:19.277 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-1] FileDescriptorResponse : Thumbnail available for: 8b275f7bc51ff01795101b23309c7e3a.jpg
2019-09-06 20:54:19.278 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-1] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:19.338 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-1] FileServerMgr : downloadFileThumbnail new download :5d4a4ef7adee2036c156737b 8b275f7bc51ff01795101b23309c7e3a.jpg download:false
2019-09-06 20:54:19.906 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >parsePackets; <message xmlns='jabber:client' xml:lang='en' to='ef9a47f5a0124f08a5507e18a388f65c@openrainbow.com/mobile_android_sdk_d02d6c7026668e57' from='pcloud_vscanworker_1@rainbow.sgp/171533188362635120656586603' type='management' id='28b605b5-a98f-4d05-a662-5545c26f16a7_2310'><file xmlns='jabber:iq:configuration' action='update'><fileid>5d7265049a250c0b77af5ef1</fileid></file></message>
2019-09-06 20:54:19.919 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack-Single Threaded Executor 0 (0)] ChatMgr : >chatCreated
2019-09-06 20:54:19.920 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack-Single Threaded Executor 0 (0)] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d7265049a250c0b77af5ef1
2019-09-06 20:54:19.920 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 781 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d4a4ef8408aa13ac2586e6f
2019-09-06 20:54:19.920 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-10] FileDescriptorResponse : Thumbnail available for: JEAHSZ_20-APR-2019.pdf
2019-09-06 20:54:19.921 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-10] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:19.921 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >parsePackets; <r xmlns='urn:xmpp:sm:3'/>
2019-09-06 20:54:19.921 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >scheduleDisconnectionTimer
2019-09-06 20:54:19.932 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-10] FileServerMgr : downloadFileThumbnail new download :5d4a4ef8408aa13ac2586e6f JEAHSZ_20-APR-2019.pdf download:false
2019-09-06 20:54:19.985 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 793 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d4a5ac2408aa13ac2586e72
2019-09-06 20:54:19.985 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-3] FileDescriptorResponse : Thumbnail available for: tiket_order-#127590353-flight.pdf
2019-09-06 20:54:19.986 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-3] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:19.997 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-3] FileServerMgr : downloadFileThumbnail new download :5d4a5ac2408aa13ac2586e72 tiket_order-#127590353-flight.pdf download:false
2019-09-06 20:54:20.001 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 791 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d4a5ac1adee2036c156737d
2019-09-06 20:54:20.001 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-5] FileDescriptorResponse : Thumbnail available for: 8b275f7bc51ff01795101b23309c7e3a.jpg
2019-09-06 20:54:20.002 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-5] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:20.025 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 791 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d492952d1f16e1a003b675a
2019-09-06 20:54:20.036 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-7] FileDescriptorResponse : Thumbnail available for: 16d23fbeba189ea9a9d03a139af070cc.jpg
2019-09-06 20:54:20.038 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-7] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:20.079 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-5] FileServerMgr : downloadFileThumbnail new download :5d4a5ac1adee2036c156737d 8b275f7bc51ff01795101b23309c7e3a.jpg download:false
2019-09-06 20:54:20.090 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-7] FileServerMgr : downloadFileThumbnail new download :5d492952d1f16e1a003b675a 16d23fbeba189ea9a9d03a139af070cc.jpg download:false
2019-09-06 20:54:20.678 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 810 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d426efa408aa13ac2586d29
2019-09-06 20:54:20.678 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-4] FileDescriptorResponse : Thumbnail available for: Screenshot_2019-08-01-09-48-35-405_in.redbus.android.png
2019-09-06 20:54:20.679 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-4] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:20.731 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-4] FileServerMgr : downloadFileThumbnail new download :5d426efa408aa13ac2586d29 Screenshot_2019-08-01-09-48-35-405_in.redbus.android.png download:false
2019-09-06 20:54:20.763 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 863 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d3fc841adee2036c1567181
2019-09-06 20:54:20.775 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-6] FileDescriptorResponse : Thumbnail available for: IMG_20190728_190055_449.jpg
2019-09-06 20:54:20.777 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-6] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:20.791 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 849 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d3fc843408aa13ac2586ca9
2019-09-06 20:54:20.792 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-9] FileDescriptorResponse : Thumbnail available for: DSC03262-3.jpg
2019-09-06 20:54:20.793 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-9] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:20.821 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 867 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d3fc3b7d1f16e1a003b6593
2019-09-06 20:54:20.822 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-2] FileDescriptorResponse : Thumbnail available for: bed-bedroom-bedsheet-1964700.jpg
2019-09-06 20:54:20.822 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-2] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:20.822 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-2] FileServerMgr : downloadFileThumbnail new download :5d3fc3b7d1f16e1a003b6593 bed-bedroom-bedsheet-1964700.jpg download:false
2019-09-06 20:54:21.069 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-9] FileServerMgr : downloadFileThumbnail new download :5d3fc843408aa13ac2586ca9 DSC03262-3.jpg download:false
2019-09-06 20:54:21.203 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-6] FileServerMgr : downloadFileThumbnail new download :5d3fc841adee2036c1567181 IMG_20190728_190055_449.jpg download:false
2019-09-06 20:54:21.432 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 857 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d3fc845408aa13ac2586caa
2019-09-06 20:54:21.432 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-8] FileDescriptorResponse : Thumbnail available for: IMG-20190728-WA0000.jpg
2019-09-06 20:54:21.433 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-8] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:21.568 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 847 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d3fc847adee2036c1567182
2019-09-06 20:54:21.569 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 781 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d426efbadee2036c1567219
2019-09-06 20:54:21.571 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-1] FileDescriptorResponse : Thumbnail available for: DSC03296.jpg
2019-09-06 20:54:21.571 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-1] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:21.571 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-10] FileDescriptorResponse : Thumbnail available for: IMG_20190731_134314.jpg
2019-09-06 20:54:21.572 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-10] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:21.583 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-8] FileServerMgr : downloadFileThumbnail new download :5d3fc845408aa13ac2586caa IMG-20190728-WA0000.jpg download:false
2019-09-06 20:54:21.634 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 862 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d3fc84a408aa13ac2586cab
2019-09-06 20:54:21.635 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-3] FileDescriptorResponse : Thumbnail available for: IMG_20190727_190036_003.jpg
2019-09-06 20:54:21.640 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-3] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:21.942 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-10] FileServerMgr : downloadFileThumbnail new download :5d426efbadee2036c1567219 IMG_20190731_134314.jpg download:false
2019-09-06 20:54:21.954 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-1] FileServerMgr : downloadFileThumbnail new download :5d3fc847adee2036c1567182 DSC03296.jpg download:false
2019-09-06 20:54:22.460 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-3] FileServerMgr : downloadFileThumbnail new download :5d3fc84a408aa13ac2586cab IMG_20190727_190036_003.jpg download:false
2019-09-06 20:54:23.091 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:36344 AcceptRange:items contentRange:items 0-41943039/109152 contentType:application/octet-stream contentLenght:36344 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d4a8dc1adee2036c156738e?thumbnail500=true
2019-09-06 20:54:23.092 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 36344 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d4a8dc1adee2036c156738e?thumbnail500=true
2019-09-06 20:54:23.093 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-5] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:23.109 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-5] GetFileResponse : isFileFullyDownloaded:36344 AcceptRange:items contentRange:items 0-41943039/109152 contentType:application/octet-stream contentLenght:36344
2019-09-06 20:54:23.182 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-3] ChannelProxy : >publishMessage
2019-09-06 20:54:23.183 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-3] RESTAsyncRequest : Request size is : 260 for request: https://openrainbow.com/api/rainbow/channels/v1.0/channels/5d396db9b100c177d90959dd/publish?itemId=61FBDF4867B26
2019-09-06 20:54:23.235 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:69007 AcceptRange:items contentRange:items 0-41943039/579082 contentType:application/octet-stream contentLenght:69007 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d4a648e6d70ac783e3074aa?thumbnail500=true
2019-09-06 20:54:23.236 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 69007 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d4a648e6d70ac783e3074aa?thumbnail500=true
2019-09-06 20:54:23.236 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-7] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:23.237 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-7] GetFileResponse : isFileFullyDownloaded:69007 AcceptRange:items contentRange:items 0-41943039/579082 contentType:application/octet-stream contentLenght:69007
2019-09-06 20:54:23.750 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:17137 AcceptRange:items contentRange:items 0-41943039/99369 contentType:application/octet-stream contentLenght:17137 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d4a648bd1f16e1a003b6797?thumbnail500=true
2019-09-06 20:54:23.751 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 17137 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d4a648bd1f16e1a003b6797?thumbnail500=true
2019-09-06 20:54:23.752 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-4] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:23.752 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-4] GetFileResponse : isFileFullyDownloaded:17137 AcceptRange:items contentRange:items 0-41943039/99369 contentType:application/octet-stream contentLenght:17137
2019-09-06 20:54:24.009 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 761 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d7265049a250c0b77af5ef1
2019-09-06 20:54:24.010 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-2] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:24.103 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-2] FileServerMgr : downloadFileThumbnail new download :5d7265049a250c0b77af5ef1 IMG-20190906-WA0001.jpg download:false
2019-09-06 20:54:24.196 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:29576 AcceptRange:items contentRange:items 0-41943039/749259 contentType:application/octet-stream contentLenght:29576 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d52a65e408aa13ac2586fec?thumbnail500=true
2019-09-06 20:54:24.197 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 29576 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d52a65e408aa13ac2586fec?thumbnail500=true
2019-09-06 20:54:24.198 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-9] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:24.198 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-9] GetFileResponse : isFileFullyDownloaded:29576 AcceptRange:items contentRange:items 0-41943039/749259 contentType:application/octet-stream contentLenght:29576
2019-09-06 20:54:24.673 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >parsePackets; <message xmlns='jabber:client' xml:lang='en' to='ef9a47f5a0124f08a5507e18a388f65c@openrainbow.com/mobile_android_sdk_d02d6c7026668e57' from='pcloud_previewworker_10@rainbow.sgp/1516635186499405414512408230' type='management' id='72df7cd2-0bba-44f6-9a9d-7fefecf98830_1799'><thumbnail xmlns='jabber:iq:configuration' action='create'><url>https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d7265049a250c0b77af5ef1?thumbnail=true</url><mime>application/octet-stream</mime><filename>IMG-20190906-WA0001.jpg</filename><size>5186</size><md5sum>7789c929449e1121173d46c939d1ef44</md5sum><fileid>5d7265049a250c0b77af5ef1</fileid><originalwidth>648</originalwidth><originalheight>1152</originalheight></thumbnail></message>
2019-09-06 20:54:24.674 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack-Single Threaded Executor 0 (0)] ChatMgr : >chatCreated
2019-09-06 20:54:24.674 4796-4827/id.co.ale.eDakwah W/RBLog: WARN [Smack-Single Threaded Executor 0 (0)] FileServerMgr : downloadFileThumbnail downloaded already in progress. skip. id:5d7265049a250c0b77af5ef1 name:IMG-20190906-WA0001.jpg
2019-09-06 20:54:24.707 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:37632 AcceptRange:items contentRange:items 0-41943039/141359 contentType:application/octet-stream contentLenght:37632 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d4a4ef7adee2036c156737b?thumbnail500=true
2019-09-06 20:54:24.708 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 37632 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d4a4ef7adee2036c156737b?thumbnail500=true
2019-09-06 20:54:24.708 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-6] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:24.709 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-6] GetFileResponse : isFileFullyDownloaded:37632 AcceptRange:items contentRange:items 0-41943039/141359 contentType:application/octet-stream contentLenght:37632
2019-09-06 20:54:24.926 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack Packet Writer (0)] XMPPWebSocketConnection : writePackets; <a xmlns='urn:xmpp:sm:3' h='59'/>
2019-09-06 20:54:25.657 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:53336 AcceptRange:items contentRange:items 0-41943039/162580 contentType:application/octet-stream contentLenght:53336 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d4a5ac2408aa13ac2586e72?thumbnail500=true
2019-09-06 20:54:25.658 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 53336 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d4a5ac2408aa13ac2586e72?thumbnail500=true
2019-09-06 20:54:25.658 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-8] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:25.658 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-8] GetFileResponse : isFileFullyDownloaded:53336 AcceptRange:items contentRange:items 0-41943039/162580 contentType:application/octet-stream contentLenght:53336
2019-09-06 20:54:26.434 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:36344 AcceptRange:items contentRange:items 0-41943039/109152 contentType:application/octet-stream contentLenght:36344 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d492952d1f16e1a003b675a?thumbnail500=true
2019-09-06 20:54:26.435 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 36344 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d492952d1f16e1a003b675a?thumbnail500=true
2019-09-06 20:54:26.436 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-10] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:26.436 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-10] GetFileResponse : isFileFullyDownloaded:36344 AcceptRange:items contentRange:items 0-41943039/109152 contentType:application/octet-stream contentLenght:36344
2019-09-06 20:54:27.516 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:61680 AcceptRange:items contentRange:items 0-41943039/68881 contentType:application/octet-stream contentLenght:61680 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d426efa408aa13ac2586d29?thumbnail500=true
2019-09-06 20:54:27.518 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 61680 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d426efa408aa13ac2586d29?thumbnail500=true
2019-09-06 20:54:27.518 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-1] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:27.519 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-1] GetFileResponse : isFileFullyDownloaded:61680 AcceptRange:items contentRange:items 0-41943039/68881 contentType:application/octet-stream contentLenght:61680
2019-09-06 20:54:27.944 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:52265 AcceptRange:items contentRange:items 0-41943039/40452 contentType:application/octet-stream contentLenght:52265 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d4a4ef8408aa13ac2586e6f?thumbnail500=true
2019-09-06 20:54:27.956 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 52265 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d4a4ef8408aa13ac2586e6f?thumbnail500=true
2019-09-06 20:54:27.956 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-5] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:27.957 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-5] GetFileResponse : isFileFullyDownloaded:52265 AcceptRange:items contentRange:items 0-41943039/40452 contentType:application/octet-stream contentLenght:52265
2019-09-06 20:54:28.012 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:24580 AcceptRange:items contentRange:items 0-41943039/1337617 contentType:application/octet-stream contentLenght:24580 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d3fc3b7d1f16e1a003b6593?thumbnail500=true
2019-09-06 20:54:28.013 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 24580 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d3fc3b7d1f16e1a003b6593?thumbnail500=true
2019-09-06 20:54:28.013 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-3] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:28.014 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-3] GetFileResponse : isFileFullyDownloaded:24580 AcceptRange:items contentRange:items 0-41943039/1337617 contentType:application/octet-stream contentLenght:24580
2019-09-06 20:54:28.632 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:37632 AcceptRange:items contentRange:items 0-41943039/141359 contentType:application/octet-stream contentLenght:37632 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d4a5ac1adee2036c156737d?thumbnail500=true
2019-09-06 20:54:28.632 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 37632 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d4a5ac1adee2036c156737d?thumbnail500=true
2019-09-06 20:54:28.633 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-7] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:28.634 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-7] GetFileResponse : isFileFullyDownloaded:37632 AcceptRange:items contentRange:items 0-41943039/141359 contentType:application/octet-stream contentLenght:37632
2019-09-06 20:54:29.210 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:32904 AcceptRange:items contentRange:items 0-41943039/428068 contentType:application/octet-stream contentLenght:32904 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d3fc843408aa13ac2586ca9?thumbnail500=true
2019-09-06 20:54:29.211 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 32904 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d3fc843408aa13ac2586ca9?thumbnail500=true
2019-09-06 20:54:29.211 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-4] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:29.212 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-4] GetFileResponse : isFileFullyDownloaded:32904 AcceptRange:items contentRange:items 0-41943039/428068 contentType:application/octet-stream contentLenght:32904
2019-09-06 20:54:29.675 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:24398 AcceptRange:items contentRange:items 0-41943039/237337 contentType:application/octet-stream contentLenght:24398 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d3fc845408aa13ac2586caa?thumbnail500=true
2019-09-06 20:54:29.676 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 24398 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d3fc845408aa13ac2586caa?thumbnail500=true
2019-09-06 20:54:29.676 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-2] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:29.677 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-2] GetFileResponse : isFileFullyDownloaded:24398 AcceptRange:items contentRange:items 0-41943039/237337 contentType:application/octet-stream contentLenght:24398
2019-09-06 20:54:30.848 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:57769 AcceptRange:items contentRange:items 0-41943039/878219 contentType:application/octet-stream contentLenght:57769 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d3fc847adee2036c1567182?thumbnail500=true
2019-09-06 20:54:30.849 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 57769 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d3fc847adee2036c1567182?thumbnail500=true
2019-09-06 20:54:30.849 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-9] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:30.850 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-9] GetFileResponse : isFileFullyDownloaded:57769 AcceptRange:items contentRange:items 0-41943039/878219 contentType:application/octet-stream contentLenght:57769
2019-09-06 20:54:31.363 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:36596 AcceptRange:items contentRange:items 0-41943039/1258501 contentType:application/octet-stream contentLenght:36596 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d3fc84a408aa13ac2586cab?thumbnail500=true
2019-09-06 20:54:31.364 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 36596 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d3fc84a408aa13ac2586cab?thumbnail500=true
2019-09-06 20:54:31.371 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-6] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:31.372 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-6] GetFileResponse : isFileFullyDownloaded:36596 AcceptRange:items contentRange:items 0-41943039/1258501 contentType:application/octet-stream contentLenght:36596
2019-09-06 20:54:31.795 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 32 for request: https://openrainbow.com/api/rainbow/channels/v1.0/channels/5d396db9b100c177d90959dd/publish?itemId=61FBDF4867B26
2019-09-06 20:54:32.392 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >parsePackets; <message xmlns='jabber:client' to='ef9a47f5a0124f08a5507e18a388f65c@openrainbow.com/mobile_android_sdk_d02d6c7026668e57' from='pubsub.openrainbow.com' type='headline'><event xmlns='http://jabber.org/protocol/pubsub#event'><items node='5d396db9b100c177d90959dd:Channel Roni Backend 2'><item id='61FBDF4867B26'><entry timestamp='2019-09-06T13:54:31.665Z' creation='2019-09-06T13:54:16.426Z' xmlns='urn:xmpp:channels' channelId='5d396db9b100c177d90959dd' from='ef9a47f5a0124f08a5507e18a388f65c@openrainbow.com'><message><html><body><p>trs <u>channel</u></p>
</body></html></message><type>urn:xmpp:channels:html</type><images><id>5d7265049a250c0b77af5ef1</id></images></entry></item></items></event></message>
2019-09-06 20:54:32.392 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack-Cached Executor 3 (0)] ChannelMgr : >onMessageReceived
2019-09-06 20:54:32.404 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Thread-155] RESTAsyncRequest : Request size is : 83 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d7265049a250c0b77af5ef1
2019-09-06 20:54:32.406 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >parsePackets; <r xmlns='urn:xmpp:sm:3'/>
2019-09-06 20:54:32.407 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >scheduleDisconnectionTimer
2019-09-06 20:54:32.484 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:41330 AcceptRange:items contentRange:items 0-41943039/1268730 contentType:application/octet-stream contentLenght:41330 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d3fc841adee2036c1567181?thumbnail500=true
2019-09-06 20:54:32.484 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 41330 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d3fc841adee2036c1567181?thumbnail500=true
2019-09-06 20:54:32.485 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-10] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:32.486 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-10] GetFileResponse : isFileFullyDownloaded:41330 AcceptRange:items contentRange:items 0-41943039/1268730 contentType:application/octet-stream contentLenght:41330
2019-09-06 20:54:32.794 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:24020 AcceptRange:items contentRange:items 0-41943039/131881 contentType:application/octet-stream contentLenght:24020 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d7265049a250c0b77af5ef1?thumbnail500=true
2019-09-06 20:54:32.795 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 24020 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d7265049a250c0b77af5ef1?thumbnail500=true
2019-09-06 20:54:32.796 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-1] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:32.798 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-1] GetFileResponse : isFileFullyDownloaded:24020 AcceptRange:items contentRange:items 0-41943039/131881 contentType:application/octet-stream contentLenght:24020
2019-09-06 20:54:33.168 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 829 for request: https://openrainbow.com/api/rainbow/filestorage/v1.0/files/5d7265049a250c0b77af5ef1
2019-09-06 20:54:33.168 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-5] FileDescriptorResponse : Thumbnail available for: IMG-20190906-WA0001.jpg
2019-09-06 20:54:33.169 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-5] FileServerMgr : onGetFileDescriptorSuccess
2019-09-06 20:54:34.210 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [main] GetFileResponse : GetFileResponse dataLength:45887 AcceptRange:items contentRange:items 0-41943039/2757883 contentType:application/octet-stream contentLenght:45887 url:https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d426efbadee2036c1567219?thumbnail500=true
2019-09-06 20:54:34.211 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] RESTAsyncRequest : Response size is: 45887 for request: https://openrainbow.com/api/rainbow/fileserver/v1.0/files/5d426efbadee2036c1567219?thumbnail500=true
2019-09-06 20:54:34.212 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [pool-1-thread-3] FileProxy : downloadFileThumbnail SUCCESS
2019-09-06 20:54:34.212 4796-4827/id.co.ale.eDakwah D/RBLog: DEBUG [pool-1-thread-3] GetFileResponse : isFileFullyDownloaded:45887 AcceptRange:items contentRange:items 0-41943039/2757883 contentType:application/octet-stream contentLenght:45887
2019-09-06 20:54:37.407 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack Packet Writer (0)] XMPPWebSocketConnection : writePackets; <a xmlns='urn:xmpp:sm:3' h='60'/>
2019-09-06 20:54:43.993 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >parsePackets; <iq xmlns='jabber:client' to='ef9a47f5a0124f08a5507e18a388f65c@openrainbow.com/mobile_android_sdk_d02d6c7026668e57' from='ef9a47f5a0124f08a5507e18a388f65c@openrainbow.com' type='get' id='rr-1567778115811-4023564388530576385-zYVXQmpeoEf2KLvXcghTKt3n3nQ=-83439831'><ping xmlns='urn:xmpp:ping'/></iq>
2019-09-06 20:54:44.007 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack Packet Writer (0)] XMPPWebSocketConnection : writePackets; <iq to='ef9a47f5a0124f08a5507e18a388f65c@openrainbow.com' id='rr-1567778115811-4023564388530576385-zYVXQmpeoEf2KLvXcghTKt3n3nQ=-83439831' type='result'></iq>
2019-09-06 20:54:44.026 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >parsePackets; <r xmlns='urn:xmpp:sm:3'/>
2019-09-06 20:54:44.027 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [ReadingThread] XMPPWebSocketConnection : >scheduleDisconnectionTimer
2019-09-06 20:54:49.013 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [Smack Packet Writer (0)] XMPPWebSocketConnection : writePackets; <a xmlns='urn:xmpp:sm:3' h='61'/>
2019-09-06 20:55:13.993 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] ScreenStateReceiver : ACTION_SCREEN_OFF
2019-09-06 20:55:28.269 4796-4827/id.co.ale.eDakwah I/RBLog: INFO [main] ScreenStateReceiver : ACTION_SCREEN_ON
-
Hi Muhammad ,
The fix will be available in the 1.62 version of the android sdk which delivered in some weeks.
Regards.
Jonathan
Please sign in to leave a comment.
Comments
2 comments