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

MovieHdWatch and Goku Provides Return 404 When Request A Episode Sources #554

Open
GathsaraH opened this issue Jun 23, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@GathsaraH
Copy link

Describe the bug

MovieHdWatch and Goku Can't receive Episode Sources

Steps to reproduce

  1. Download the npm package
  2. Import provider's as mentioned in documents
  3. Try get get episode sourse detail

Expected behavior

Need to return episode source details as mentioned in the document

Actual behavior

Instead of episode details it's returning 404

Additional context

@Injectable()
export class TvShowsService {
  private moviesHd: MovieHdWatch;

  constructor() {
    this.moviesHd = new MOVIES.MovieHdWatch();
  }

  async fetchEpisodeSources(sourceNumber: string, sourceLink: string) {
    try {
      return await this.moviesHd.fetchEpisodeSources('1429498', 'tv/watch-lovely-runner-online-107908');
    } catch (e) {
      console.log(e);
      throw e;
    }
  }

CleanShot 2024-06-23 at 17 07 20

@GathsaraH GathsaraH added the bug Something isn't working label Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant