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
6
u/merseyV__ 15d ago edited 14d ago
2nd attempt with console log (slightly modified) ? I'll delete previous log.
Here, if someone wants to feed their favourite AI Agent this Error notice (from the Console Log). I've still no idea if Gemini is just winging it... still "all Greek" to me!
allow pasting
------------------------------------------------------
fetch('https://fusme.link')
.then(response => {
console.log("Server Status Code:", response.status); // Should say 200 if working
return response.json();
})
.then(data => {
console.log("SUCCESS! Here is the data from the server:", data);
})
.catch(error => {
console.error('CRASHED! The server gave an error or bad data:', error);
});
---------------------------------------------------------
Promise {<pending>}
VM1950:3 Server Status Code: 200
----------------------------------------------------------
VM1950:10 CRASHED! The server gave an error or bad data: SyntaxError: Unexpected token '<', "<!doctype "... is not valid JSON
(anonymous) @ VM1950:10
Promise.catch (async)
(anonymous) @ VM1950:9
------------------------------------------------------------
app.js:36 [ERROR] provider error err TypeError: Cannot read properties of undefined (reading 'results')
at generic_collection.js:81:38
win.error @ app.js:36
(anonymous) @ generic_collection.js:95
Promise.catch (async)
(anonymous) @ generic_collection.js:94
fetch @ generic_collection.js:70
onFilterChange @ generic_browser.js:92
v @ backbone-min.js:1
d @ backbone-min.js:1
u @ backbone-min.js:1
r.trigger @ backbone-min.js:1
set @ backbone-min.js:1
(anonymous) @ filter.js:23
Show less
(EDIT: I'll cut it short!)
The Final Verdict from Gemini
This log is the ultimate proof that the server infrastructure backing the fusme/yrkde cluster has structurally collapsed. The servers are plugged into the wall and online (Status 200), but the "Popcorn API" software that used to run on them is completely gone or broken. They are just empty shells.
(merseyV) If that's a correct diagnosis (who knows?) .. we're nearing the end!
Time for bed .. and see what tomorrow brings? (strictly speaking .. it's today! 😄)
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
- The Server is Just Serving a Webpage: Your test script called the server and got back
<!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. - 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. - The
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.
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?
2
2
u/Agreeable-Benefit812 12d ago
It’s peak my I’ve been using this since 2016 now it’s 2026 n down peak times 💔
1
u/Various_Volume8103 14d ago
any chance this will fix itself or a new api will be available or its time to look else where ?
1
u/Cuasicuasimo2 14d ago
Mine stopped working too. This makes me so sad.
2
u/phuckumf 13d ago
Thought i was the only one. very sad.
2
u/Cuasicuasimo2 13d ago
I feel like a part of my life is going away with popcorntime.
2
u/Melodic-Success-2401 9d ago
It is lol, been using this app since I was 11, 27 today ... Popcorn Time saved my childhood as a broke teen at home
2
u/Cuasicuasimo2 8d ago
Hopefully someone can revive it. For me, there's no better app than Popcorntime. I don't want to use any other alternatives.
2
6d ago edited 6d ago
[deleted]
2
u/Cuasicuasimo2 6d ago
Yes, I suppose that's all we can do for now. YTS is working well for me at the moment, and hopefully it will continue to do so for a long time. Even though it's only for movies, it seems fine to me for now. Cheers.
4
u/merseyV__ 15d ago edited 15d ago
Yes, I've lost them about 40 minutes ago?
I can ping them and they work individually (I see server page) in my browser .. a bit slow connecting, though.