Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netflix GC not working #277

Closed
mzz2345gj opened this issue Dec 23, 2024 · 6 comments
Closed

Netflix GC not working #277

mzz2345gj opened this issue Dec 23, 2024 · 6 comments

Comments

@mzz2345gj
Copy link

Unsupported value for standard codec
Call stack: (
0 CoreFoundation 0x0000000191cf07d8 1532D3D8-9B3B-3F2F-B35F-55A20DDF411B + 534488
1 libobjc.A.dylib 0x000000018efc32e4 objc_exception_throw + 88
2 Foundation 0x00000001910c08d8 6D0212CC-3B9E-32C9-BE20-72989CE3ACB8 + 8452312
3 Flutter 0x000000010e0bce0c Flutter + 5836300
4 Flutter 0x000000010e0bdb98 Flutter + 5839768
5 Flutter 0x000000010e0ba454 Flutter + 5825620
6 Runner 0x000000010a5fe2c0 $s9ios_plist19SwiftIosPlistPluginC6handle_6resultySo17FlutterMethodCallC_yypSgctF015$syXlSgIeyBy_ypN7Iegn_TRyXlSgIeyBy_Tf1ncn_nTf4ddg_n + 332
7 Runner 0x000000010a5fdfb8 $s9ios_plist19SwiftIosPlistPluginC6handle_6resultySo17FlutterMethodCallC_yypSgctFTo + 72
8 Flutter 0x000000010e0ba2c4 Flutter + 5825220
9 Flutter 0x000000010db6f820 Flutter + 276512
10 libdispatch.dylib 0x00000001999c4370 7DE7EC03-CFB7-349D-9B9E-8782B38F231D + 9072
11 libdispatch.dylib 0x00000001999c60d0 7DE7EC03-CFB7-349D-9B9E-8782B38F231D + 16592
12 libdispatch.dylib 0x00000001999d49e0 7DE7EC03-CFB7-349D-9B9E-8782B38F231D + 76256
13 libdispatch.dylib 0x00000001999d45fc _dispatch_main_queue_callback_4CF + 44
14 CoreFoundation 0x0000000191cc4204 1532D3D8-9B3B-3F2F-B35F-55A20DDF411B + 352772
15 CoreFoundation 0x0000000191cc1440 1532D3D8-9B3B-3F2F-B35F-55A20DDF411B + 341056
16 CoreFoundation 0x0000000191cc0830 CFRunLoopRunSpecific + 588
17 GraphicsServices 0x00000001ddca01c4 GSEventRunModal + 164
18 UIKitCore 0x0000000194826eb0 575E5140-FA6A-37C2-B00B-A4EACEDFDA53 + 4009648
19 UIKitCore 0x00000001948d55b4 UIApplicationMain + 340
20 Runner 0x000000010a1c8ae4 main + 64
21 LiveContainer 0x0000000104123288 invokeAppMain + 6764
22 LiveContainer 0x0000000104120fc8 LiveContainerMain + 2152
23 dyld 0x00000001b76aeec8 3060D36A-16CE-3C3A-9258-3881459F5714 + 212680
)
This is the error code, was this a client-side error?

@hugeBlack
Copy link
Collaborator

What's Netflix GC?

@mzz2345gj
Copy link
Author

Netflix GC is basically a application to watch shows for free, here is the website: https://www.netflixgc.com

@hugeBlack
Copy link
Collaborator

原因: https://api.flutter.dev/ios-embedder/_flutter_standard_codec_8mm_source.html 340行

软件的开发者应该是把整个info.plist都丢进flutter的standard codec里面了,然后LiveContainer在里面储存了签名过期的日期,但是standard codec不支持日期,就崩溃了。

你可以先用3.0.0版本,重新安装NetflixGC应该就可以使用了。

这个问题应该会在下一个版本修复,可能得把lc的配置从info.plist分离出去。

@mzz2345gj
Copy link
Author

Ok, thanks. Please make sure that you guys fix it on the next version. 谢谢!

@hugeBlack
Copy link
Collaborator

修复了,试试最新版本https://github.com/hugeBlack/LiveContainer/actions

@mzz2345gj
Copy link
Author

Thanks, will try later!

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

No branches or pull requests

2 participants