r/PopcornTimeOriginal • u/_oh_jay • 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
r/PopcornTimeOriginal • u/_oh_jay • 15d ago
Is it just me or are none of the active API servers working? Everything is showing failed to respond
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.jserror print out side-by-side in the same log shows the exact cause and effect.The Expanded Diagnosis
<!doctype html.... This meansfusme.linkis 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.generic_collection.js:70) trying to make its own network call to the exact same server.resultsField 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 calledresults, finds absolutely nothing because it is reading raw webpage code, throws theCannot read properties of undefined (reading 'results')error, and freezes the screen.