Giter Site home page Giter Site logo

Comments (4)

kevingpqi123 avatar kevingpqi123 commented on June 20, 2024

从 1、2 的 crash 信息中看,你们应该是传入了 NSURL,这个问题应该是必现的,pag 中所有和 path 相关的输入都是 NSString 类型的,没有 NSURL,建议你们排查下

至于问题 3, 堆栈信息太少,无法判断

from libpag.

Amuxiaomu avatar Amuxiaomu commented on June 20, 2024

我们检查了一下,没有发现有传递NSURL类型的地址,我们在是在升级pag到4.3.45后就开始有这个问题了.
我们调用的方式一般有两种
1.这个地方的path有时候会传递本地path
[self.pagView setPath:pagPath];
[self.pagView play];

2.这个地方一般都是网络地址的path,没有转换成NSURL
[self.pagView setPathAsync:path
completionBlock:^(PAGFile * file) {
@strongify(self);
[self.pagView play];
}];

from libpag.

Amuxiaomu avatar Amuxiaomu commented on June 20, 2024

方便建个交流群么.好像也没有别的方式能联系到你们

from libpag.

kevingpqi123 avatar kevingpqi123 commented on June 20, 2024

GitHub discussion 是我们唯一的对接渠道,由于人力有限,我们不支持实时对接,只对企业版用户进行实时对接
Application threw exception NSInvalidArgumentException: -[NSURL length]: unrecognized selector sent to instance
感觉你们没有认真排查,这里的报错信息显示传入的就是 NSURL 哈,这类问题是必现的,和机型没有任何关系

我本地就可以复现出这个 crash:
image

image

from libpag.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.