[GH-ISSUE #277] Netflix GC not working #250

Closed
opened 2026-03-03 15:32:02 +03:00 by kerem · 6 comments
Owner

Originally created by @mzz2345gj on GitHub (Dec 23, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/277

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?

Originally created by @mzz2345gj on GitHub (Dec 23, 2024). Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/277 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?
kerem 2026-03-03 15:32:02 +03:00
Author
Owner

@hugeBlack commented on GitHub (Dec 24, 2024):

What's Netflix GC?

<!-- gh-comment-id:2560555198 --> @hugeBlack commented on GitHub (Dec 24, 2024): What's Netflix GC?
Author
Owner

@mzz2345gj commented on GitHub (Dec 24, 2024):

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

<!-- gh-comment-id:2560632074 --> @mzz2345gj commented on GitHub (Dec 24, 2024): Netflix GC is basically a application to watch shows for free, here is the website: https://www.netflixgc.com
Author
Owner

@hugeBlack commented on GitHub (Dec 24, 2024):

原因: 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分离出去。

<!-- gh-comment-id:2561114696 --> @hugeBlack commented on GitHub (Dec 24, 2024): 原因: 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分离出去。
Author
Owner

@mzz2345gj commented on GitHub (Dec 24, 2024):

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

<!-- gh-comment-id:2561264773 --> @mzz2345gj commented on GitHub (Dec 24, 2024): Ok, thanks. Please make sure that you guys fix it on the next version. 谢谢!
Author
Owner

@hugeBlack commented on GitHub (Dec 28, 2024):

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

<!-- gh-comment-id:2564237189 --> @hugeBlack commented on GitHub (Dec 28, 2024): 修复了,试试最新版本https://github.com/hugeBlack/LiveContainer/actions
Author
Owner

@mzz2345gj commented on GitHub (Dec 28, 2024):

Thanks, will try later!

<!-- gh-comment-id:2564238307 --> @mzz2345gj commented on GitHub (Dec 28, 2024): Thanks, will try later!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LiveContainer#250
No description provided.