LuanRT / YouTube.js

A JavaScript client for YouTube's private API, known as InnerTube.
https://ytjs.dev
MIT License
3.53k stars 224 forks source link

v8.0.0 getRecap() "Update YouTube Music" #561

Open RenautMestdagh opened 9 months ago

RenautMestdagh commented 9 months ago

Steps to reproduce

  1. const {Innertube} = require("youtubei.js");
  2. const yt = await Innertube.create()
  3. await yt.session.signIn();
  4. get youtube music recap by doing await yt.music.getRecap();

    Failure Logs

{
  "type": "Message",
  "text": {
    "runs": [
      {
        "text": "Update YouTube Music",
        "bold": false,
        "italics": false,
        "strikethrough": false
      }
    ],
    "text": "Update YouTube Music"
  }
}

Expected behavior

Should return a youtube recap

Current behavior

Says I should update youtube music

Version

Default

Anything else?

No response

Checklist

github-actions[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.