You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description:
When executing the GetAll method to get all properties, an application using mpris-service returns an error:
g-io-error-quark: GDBus.Error:com.github.dbus_next.ServiceError: Service error: The service threw an error.
TypeError: DBusError is not a constructor
at PlayerInterface.LoopStatus (/opt/YouTube Music/resources/app.asar/node_modules/mpris-service/src/interfaces/player.js:118:13)
at handleGetAllProperties (/opt/YouTube Music/resources/app.asar/node_modules/dbus-next/lib/service/handlers.js:125:22)
at handleStdIfaces (/opt/YouTube Music/resources/app.asar/node_modules/dbus-next/lib/service/handlers.js:240:7)
at handleMessage (/opt/YouTube Music/resources/app.asar/node_modules/dbus-next/lib/service/handlers.js:280:7)
at handleMessage (/opt/YouTube Music/resources/app.asar/node_modules/dbus-next/lib/bus.js:136:21)
at EventEmitter.<anonymous> (/opt/YouTube Music/resources/app.asar/node_modules/dbus-next/lib/bus.js:151:9)
at EventEmitter.emit (node:events:527:28)
at /opt/YouTube Music/resources/app.asar/node_modules/dbus-next/lib/connection.js:116:14
at Socket.<anonymous> (/opt/YouTube Music/resources/app.asar/node_modules/dbus-next/lib/message.js:63:9)
at Socket.emit (node:events:527:28) (36)
More Information:
More information is found in this issue in the application's repo
The text was updated successfully, but these errors were encountered:
amplexus
pushed a commit
to amplexus/mpris-service
that referenced
this issue
Apr 16, 2023
general Information:
Issue Description:
When executing the
GetAll
method to get all properties, an application using mpris-service returns an error:More Information:
More information is found in this issue in the application's repo
The text was updated successfully, but these errors were encountered: