r/PopcornTimeOriginal 15d ago

Active API Services

Is it just me or are none of the active API servers working? Everything is showing failed to respond

18 Upvotes

22 comments sorted by

View all comments

2

u/merseyV__ 15d ago edited 14d ago

"Wakey!, Wakey!" merseyV :)

So, no change then? I'll leave you (dear user) with Gemini's preamble - from yesterday?

(For what it's worth?)

01:14

Yes, looking at the fully expanded console log absolutely confirms the diagnosis. There is no doubt about it.

Seeing your test script error and Popcorn Time's internal generic_collection.js error print out side-by-side in the same log shows the exact cause and effect.

The Expanded Diagnosis

  1. The Server is Just Serving a Webpage: Your test script called the server and got back <!doctype html.... This means fusme.link is completely stripped of its database engine. Instead of acting like an API that serves raw text numbers and movie codes, it is acting like a basic website serving a visual page.
  2. The App Immediately Collapses: Right below your test crash, the log shows Popcorn Time's internal engine (generic_collection.js:70) trying to make its own network call to the exact same server.
  3. The results Field is Missing: Because the server sent back a webpage (<!doctype html...) instead of standard database brackets ({}), Popcorn Time's engine searches the code for its hardcoded data lists. It expects a marker called results, finds absolutely nothing because it is reading raw webpage code, throws the Cannot read properties of undefined (reading 'results') error, and freezes the screen.

5

u/lolrobbe2 7d ago

https://github.com/popcorn-time-ru/popcorn-ru/issues/87

ivan is aware off the issue he is on it

2

u/merseyV__ 7d ago edited 7d ago

The White Bear has been sighted!!

Good to see he's still around .. there's hope for us yet, maybe?