WARNING: [TELEGRAMAPI] photos.getUserPhotos#91cd32a8
Feb 01, 2018 9:56:49 AM org.telegram.Deepthought lambda$null$0
SEVERE: null
org.telegram.api.engine.RpcException: MAX_ID_INVALID
at org.telegram.api.engine.TelegramApi$2.onError(TelegramApi.java:343)
at org.telegram.api.engine.TelegramApi$ProtoCallback.onRpcError(TelegramApi.java:857)
at org.telegram.mtproto.MTProto.onMTProtoMessage(MTProto.java:386)
at org.telegram.mtproto.MTProto.onMTMessage(MTProto.java:258)
at org.telegram.mtproto.MTProto.access$1300(MTProto.java:45)
at org.telegram.mtproto.MTProto$ResponseProcessor.run(MTProto.java:766)
then I check maxId. in the telegram core maxId is an integer not a long then I change it to integer in TLRequestPhotoGetUserPhotos class but another error occur
WARNING: [TELEGRAMAPI] photos.getUserPhotos#91cd32a8
Feb 01, 2018 9:52:04 AM org.telegram.Deepthought lambda$null$0
SEVERE: null
org.telegram.api.engine.RpcException: INPUT_FETCH_ERROR
at org.telegram.api.engine.TelegramApi$2.onError(TelegramApi.java:343)
at org.telegram.api.engine.TelegramApi$ProtoCallback.onRpcError(TelegramApi.java:857)
at org.telegram.mtproto.MTProto.onMTProtoMessage(MTProto.java:386)
at org.telegram.mtproto.MTProto.onMTMessage(MTProto.java:258)
at org.telegram.mtproto.MTProto.access$1300(MTProto.java:45)
at org.telegram.mtproto.MTProto$ResponseProcessor.run(MTProto.java:766)
I see this issue but first error occur again.
I use Layer 66.2
hi I use TLRequestPhotoGetUserPhotos to get all user profile photo
but it's back error to me
then I check maxId. in the telegram core maxId is an integer not a long then I change it to integer in TLRequestPhotoGetUserPhotos class but another error occur
I see this issue but first error occur again. I use Layer 66.2