Skip to content

Can't fetch any data #217

@AdrianVovk

Description

@AdrianVovk

App doesn't seem to be able to load any content anymore. I deleted the app's data dir and recreated it to try and work around the problem, signed in again, but the problem still persists. Any page I try to open in the app leads to the same error message:

MuseError: Can't fetch data
{
  "error": {
    "code": 400,
    "message": "Request contains an invalid argument.",
    "errors": [
      {
        "message": "Request contains an invalid argument.",
        "domain": "global",
        "reason": "badRequest"
      }
    ],
    "status": "INVALID_ARGUMENT"
  }
}

    MuseError@resource:///com/vixalien/muzika/js/main.js:9737:5
    request@resource:///com/vixalien/muzika/js/main.js:11274:15
    async*request_json@resource:///com/vixalien/muzika/js/main.js:11282:26
    get_home@resource:///com/vixalien/muzika/js/main.js:11309:24
    load@resource:///com/vixalien/muzika/js/main.js:19286:12
    load@resource:///com/vixalien/muzika/js/main.js:24757:38
    reload@resource:///com/vixalien/muzika/js/main.js:24787:17
    reload@resource:///com/vixalien/muzika/js/main.js:24916:17
    activate@resource:///com/vixalien/muzika/js/main.js:24897:16
    main@resource:///com/vixalien/muzika/js/main.js:32528:14
    run@resource:///org/gnome/gjs/modules/script/package.js:207:19
    @file:///app/bin/com.vixalien.muzika.Devel:22:40
    @file:///app/bin/com.vixalien.muzika.Devel:28:6

The app also logs the following to the terminal:

Gjs-Console-Message: 21:43:55.533: caching soup requests at /var/home/adrian/.var/app/com.vixalien.muzika.Devel/cache/com.vixalien.muzika.Devel/soup-cache
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:763: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:794: FINISHME: support more multi-planar formats with DRM modifiers

(com.vixalien.muzika.Devel:2): Gjs-Console-CRITICAL **: 21:43:56.236: Couldn't get logged in user

(com.vixalien.muzika.Devel:2): Gjs-WARNING **: 21:43:56.238: Unhandled promise rejection. To suppress this warning, add an error handler to your promise chain with .catch() or a try-catch block around your await expression. Stack trace of the failed promise:
main@resource:///com/vixalien/muzika/js/main.js:32528:14
run@resource:///org/gnome/gjs/modules/script/package.js:207:19
@file:///app/bin/com.vixalien.muzika.Devel:22:40
@file:///app/bin/com.vixalien.muzika.Devel:28:6

Troubleshooting information:

{
  "argv": [
    "/app/bin/com.vixalien.muzika.Devel"
  ],
  "version": "nightly-67afe41",
  "uri": "library:playlists",
  "logged_in": true,
  "language": "English (US) - en"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions