misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
9.99k stars 1.36k forks source link

Pages don't load, gives generic error (`NO_SUCH_PAGE`?) #8856

Closed ThatOneCalculator closed 2 years ago

ThatOneCalculator commented 2 years ago

💡 Summary

Below is a video of me on pages, tapping the entries and being hit with an error.

https://user-images.githubusercontent.com/44733677/174719564-639a45b2-0119-44b3-85e8-1622f2ee8755.mp4

📝 Steps to Reproduce

  1. Go to pages
  2. Try to load page

:tipping_hand_person: Details

When trying on desktop, I get this in the console when hitting the retry button:

TypeError: d.fetch is not a function
    4 https://stop.voring.me/assets/page.2a24c7a2.js:2
    Oe https://stop.voring.me/assets/vue.a93025ba.js:4
    xe https://stop.voring.me/assets/vue.a93025ba.js:4
    ec https://stop.voring.me/assets/vue.a93025ba.js:4
    0 https://stop.voring.me/assets/app.59dddedd.js:64
    Oe https://stop.voring.me/assets/vue.a93025ba.js:4
    xe https://stop.voring.me/assets/vue.a93025ba.js:4
    ec https://stop.voring.me/assets/vue.a93025ba.js:4
    0 https://stop.voring.me/assets/app.59dddedd.js:57
    Oe https://stop.voring.me/assets/vue.a93025ba.js:4
    xe https://stop.voring.me/assets/vue.a93025ba.js:4
    n https://stop.voring.me/assets/vue.a93025ba.js:4
[vue.a93025ba.js:4:1158](https://stop.voring.me/assets/vue.a93025ba.js)
    Xl https://stop.voring.me/assets/vue.a93025ba.js:4
    _t https://stop.voring.me/assets/vue.a93025ba.js:4
    Oe https://stop.voring.me/assets/vue.a93025ba.js:4
    xe https://stop.voring.me/assets/vue.a93025ba.js:4
    ec https://stop.voring.me/assets/vue.a93025ba.js:4
    0 https://stop.voring.me/assets/app.59dddedd.js:64
    Oe https://stop.voring.me/assets/vue.a93025ba.js:4
    xe https://stop.voring.me/assets/vue.a93025ba.js:4
    ec https://stop.voring.me/assets/vue.a93025ba.js:4
    0 https://stop.voring.me/assets/app.59dddedd.js:57
    Oe https://stop.voring.me/assets/vue.a93025ba.js:4
    xe https://stop.voring.me/assets/vue.a93025ba.js:4
    n https://stop.voring.me/assets/vue.a93025ba.js:4
Uncaught (in promise) DOMException: The media resource indicated by the src attribute or assigned media provider object was not suitable. [app.59dddedd.js:64](https://stop.voring.me/assets/app.59dddedd.js)
    iD https://stop.voring.me/assets/app.59dddedd.js:64
    er https://stop.voring.me/assets/app.59dddedd.js:64
    l https://stop.voring.me/assets/timeline.8e571ab6.js:1
    emit https://stop.voring.me/assets/app.59dddedd.js:14
    onMessage https://stop.voring.me/assets/app.59dddedd.js:32
    onMessage self-hosted:1115
    _callEventListener https://stop.voring.me/assets/app.59dddedd.js:32
    _handleMessage https://stop.voring.me/assets/app.59dddedd.js:32
    forEach self-hosted:164
    _handleMessage https://stop.voring.me/assets/app.59dddedd.js:32

📌 Environment

Misskey version: 12.111.1-test.1 Your OS: Linux, Android Your browser: Firefox, Bromite PWA

ThatOneCalculator commented 2 years ago

Upon further inspection, looks like it's...fetching the pages incorrectly?

image

image

image