Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

发送图片/照片报-10002错误 #4

Open
thetruechar opened this issue Jan 14, 2016 · 4 comments
Open

发送图片/照片报-10002错误 #4

thetruechar opened this issue Jan 14, 2016 · 4 comments

Comments

@thetruechar
Copy link

android 平台报错, ios可以发送

@yujun2013
Copy link
Collaborator

bug已解决,请更新代码

@thetruechar
Copy link
Author

还存在问题:

  1. 第一次进入会话,选择某张照片后可以显示出照片,但发送后对方融云IM中显示不出图片
  2. 再次进入图片,已发送图片为一个破损图片
  3. 再次选择其他图片发送,显示为之前选中的图片

@pengkobe
Copy link

我也遇到了类似问题...拍照发送直接报-10002。从相册中选择没有问题..后来调试发现将getPhoto中代码if(isAndroid){ picPath = imageURI.substring(0, imageURI.indexOf('?')); }改为if (isAndroid) { if (imageURI.indexOf('?') !== -1) { picPath = imageURI.substring(0, imageURI.indexOf('?')); }else{ } }即没问题了,原因是拍照获取的路径不带有_?_

@zclucky
Copy link

zclucky commented Jul 15, 2016

在登录界面,输入注册好的账号和密码后,报错

ReferenceError: RongCloudLibPlugin is not defined

不好意思,我用cordova打包成APP之后在手机上测试就没问题了

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

No branches or pull requests

4 participants