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

[Bug] Youtube comments aren't loading #161

Open
NikunjKhangwal opened this issue Apr 8, 2024 · 6 comments
Open

[Bug] Youtube comments aren't loading #161

NikunjKhangwal opened this issue Apr 8, 2024 · 6 comments

Comments

@NikunjKhangwal
Copy link

Notice how the app tries to load comment but the section shows up and dissappears in a second

VID_20240408_101611.mp4
@MSOB7YY
Copy link
Member

MSOB7YY commented Apr 11, 2024

might be an issue with the internal extractor, or a ui issue, can u try disable top comments in yt settings? does it happen for all videos? is there any comments cached in old videos u watched?

@NikunjKhangwal
Copy link
Author

Weird. After turning on bottom ones, the comments showed for some time but the app tried to refresh them 3 times before finally getting it. Later the comments disappeared in bottom as well and got the message "error displaying comments". It happens for all videos and no i didn't had cached comments.

@NikunjKhangwal
Copy link
Author

Also got this crash while testing. Not sure if it's related. Tell me if i need a seperate issue for it.

FATAL EXCEPTION: main
Process: com.msob7y.namida, PID: 4614
java.lang.RuntimeException: Unable to stop service com.ryanheise.audioservice.AudioService@2731cb5: java.io.IOException: Stream closed
	at android.app.ActivityThread.handleStopService(ActivityThread.java:4858)
	at android.app.ActivityThread.access$2300(ActivityThread.java:275)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2211)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loopOnce(Looper.java:210)
	at android.os.Looper.loop(Looper.java:299)
	at android.app.ActivityThread.main(ActivityThread.java:8280)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:576)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1073)
Caused by: java.io.IOException: Stream closed
	at java.io.BufferedWriter.ensureOpen(BufferedWriter.java:107)
	at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:117)
	at java.io.BufferedWriter.flush(BufferedWriter.java:256)
	at com.msob7y.namida.FAudioTagger.onDetachedFromEngine(FAudioTagger.kt:465)
	at io.flutter.embedding.engine.FlutterEngineConnectionRegistry.remove(FlutterEngineConnectionRegistry.java:272)
	at io.flutter.embedding.engine.FlutterEngineConnectionRegistry.remove(FlutterEngineConnectionRegistry.java:282)
	at io.flutter.embedding.engine.FlutterEngineConnectionRegistry.removeAll(FlutterEngineConnectionRegistry.java:290)
	at io.flutter.embedding.engine.FlutterEngineConnectionRegistry.destroy(FlutterEngineConnectionRegistry.java:123)
	at io.flutter.embedding.engine.FlutterEngine.destroy(FlutterEngine.java:460)
	at com.ryanheise.audioservice.AudioServicePlugin.disposeFlutterEngine(AudioServicePlugin.java:111)
	at com.ryanheise.audioservice.AudioServicePlugin$AudioHandlerInterface.onDestroy(AudioServicePlugin.java:807)
	at com.ryanheise.audioservice.AudioService.onDestroy(AudioService.java:385)
	at android.app.ActivityThread.handleStopService(ActivityThread.java:4838)
	... 9 more

@MSOB7YY
Copy link
Member

MSOB7YY commented Apr 12, 2024

no that's the same one as in #158, as for the comments i confirmed it's not working, totally an internal extractor issue (youtube changed stuff), will either try to update it or continue on my own extractor.
this one will take quite a while

@NikunjKhangwal
Copy link
Author

No prob. I don't use YouTube part of app a lot. But i have this weird habit of checking out every new change in new updates of my apps. Hence i open a lot of issues at the same time. This one was found by accident.

@MSOB7YY
Copy link
Member

MSOB7YY commented Apr 12, 2024

mughhaghhagha that's some kind of a free tester i like it

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

No branches or pull requests

2 participants