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

No sound #6

Closed
M0rtiferr opened this issue Jan 22, 2022 · 4 comments
Closed

No sound #6

M0rtiferr opened this issue Jan 22, 2022 · 4 comments

Comments

@M0rtiferr
Copy link

I have no sound when audio is playing below 99%< ONLY plays when 100%. No clue why, i'm using Manjaro Budgie.

@M0rtiferr
Copy link
Author

M0rtiferr commented Jan 22, 2022

Here are logs if that could help
So from what i saw this 3x JS ERROR is whenever i change music

** (spotube:104499): CRITICAL **: 09:39:10.304: size_t fl_value_get_length(FlValue *): assertion 'self->type == FL_VALUE_TYPE_UINT8_LIST || self->type == FL_VALUE_TYPE_INT32_LIST || self->type == FL_VALUE_TYPE_INT64_LIST || self->type == FL_VALUE_TYPE_FLOAT32_LIST || self->type == FL_VALUE_TYPE_FLOAT_LIST || self->type == FL_VALUE_TYPE_LIST || self->type == FL_VALUE_TYPE_MAP' failed

** (spotube:104499): CRITICAL **: 09:39:10.306: size_t fl_value_get_length(FlValue *): assertion 'self->type == FL_VALUE_TYPE_UINT8_LIST || self->type == FL_VALUE_TYPE_INT32_LIST || self->type == FL_VALUE_TYPE_INT64_LIST || self->type == FL_VALUE_TYPE_FLOAT32_LIST || self->type == FL_VALUE_TYPE_FLOAT_LIST || self->type == FL_VALUE_TYPE_LIST || self->type == FL_VALUE_TYPE_MAP' failed

** (spotube:104499): CRITICAL **: 09:39:10.306: size_t fl_value_get_length(FlValue *): assertion 'self->type == FL_VALUE_TYPE_UINT8_LIST || self->type == FL_VALUE_TYPE_INT32_LIST || self->type == FL_VALUE_TYPE_INT64_LIST || self->type == FL_VALUE_TYPE_FLOAT32_LIST || self->type == FL_VALUE_TYPE_FLOAT_LIST || self->type == FL_VALUE_TYPE_LIST || self->type == FL_VALUE_TYPE_MAP' failed

** (spotube:104499): CRITICAL **: 09:39:10.306: size_t fl_value_get_length(FlValue *): assertion 'self->type == FL_VALUE_TYPE_UINT8_LIST || self->type == FL_VALUE_TYPE_INT32_LIST || self->type == FL_VALUE_TYPE_INT64_LIST || self->type == FL_VALUE_TYPE_FLOAT32_LIST || self->type == FL_VALUE_TYPE_FLOAT_LIST || self->type == FL_VALUE_TYPE_LIST || self->type == FL_VALUE_TYPE_MAP' failed
[ERROR:flutter/shell/common/shell.cc(94)] Dart Unhandled Exception: type '_Smi' is not a subtype of type 'PlayerErrorCode', stack trace: #0      LWM.receivePort.<anonymous closure> (package:libwinmedia/src/internal.dart:113)
#1      _RootZone.runUnaryGuarded (dart:async/zone.dart:1620)
#2      _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341)
#3      _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271)
#4      _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:733)
#5      _StreamController._add (dart:async/stream_controller.dart:607)
#6      _StreamController.add (dart:async/stream_controller.dart:554)
#7      _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192)

CONSOLE JS ERROR Unhandled Promise Rejection: NotSupportedError: The operation is not supported.
[ERROR:flutter/shell/common/shell.cc(94)] Dart Unhandled Exception: type '_Smi' is not a subtype of type 'PlayerErrorCode', stack trace: #0      LWM.receivePort.<anonymous closure> (package:libwinmedia/src/internal.dart:113)
#1      _RootZone.runUnaryGuarded (dart:async/zone.dart:1620)
#2      _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341)
#3      _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271)
#4      _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:733)
#5      _StreamController._add (dart:async/stream_controller.dart:607)
#6      _StreamController.add (dart:async/stream_controller.dart:554)
#7      _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192)

CONSOLE JS ERROR Unhandled Promise Rejection: NotSupportedError: The operation is not supported.
[ERROR:flutter/shell/common/shell.cc(94)] Dart Unhandled Exception: type '_Smi' is not a subtype of type 'PlayerErrorCode', stack trace: #0      LWM.receivePort.<anonymous closure> (package:libwinmedia/src/internal.dart:113)
#1      _RootZone.runUnaryGuarded (dart:async/zone.dart:1620)
#2      _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341)
#3      _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271)
#4      _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:733)
#5      _StreamController._add (dart:async/stream_controller.dart:607)
#6      _StreamController.add (dart:async/stream_controller.dart:554)
#7      _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192)

CONSOLE JS ERROR Unhandled Promise Rejection: NotSupportedError: The operation is not supported.
[ERROR:flutter/shell/common/shell.cc(94)] Dart Unhandled Exception: type '_Smi' is not a subtype of type 'PlayerErrorCode', stack trace: #0      LWM.receivePort.<anonymous closure> (package:libwinmedia/src/internal.dart:113)
#1      _RootZone.runUnaryGuarded (dart:async/zone.dart:1620)
#2      _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341)
#3      _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271)
#4      _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:733)
#5      _StreamController._add (dart:async/stream_controller.dart:607)
#6      _StreamController.add (dart:async/stream_controller.dart:554)
#7      _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192)

@KRTirtho
Copy link
Owner

KRTirtho commented Jan 22, 2022

This is quite weird. Do you have webkit2gtk & gtk3 installed in your manjaro?

What audio server you're using, pulseaudio/pipewire?

To check pipewire run:
ps -e | grep pipewire

@KRTirtho
Copy link
Owner

Also please follow the ISSUE_TEMPLATE for Bugs while creating a bug related issue

@KRTirtho
Copy link
Owner

Due to inactivity & no further response, closing this issue

@TheLesbianCollector TheLesbianCollector mentioned this issue Jul 19, 2023
1 task
@BlorisL BlorisL mentioned this issue Jan 26, 2024
2 tasks
@chen-junl chen-junl mentioned this issue Jan 26, 2024
2 tasks
@Soyasi Soyasi mentioned this issue Jan 28, 2024
2 tasks
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