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

Error 500 Popporn #2620

Open
Fossil01 opened this issue Jan 12, 2019 · 3 comments
Open

Error 500 Popporn #2620

Fossil01 opened this issue Jan 12, 2019 · 3 comments

Comments

@Fossil01
Copy link
Contributor

My internet is really slow here so couldn't do much testing yet.

I have been getting this error in tmux for a while:

Processing 2 XXX releases.
Looking up: WickedPictures After Forever
Info: Local match not found, checking web!

Info: Checking AEBN for movie info
Info: Checking PopPorn for movie info
Notice: Unable to fetch data from server, http error reported: 500

I looked at the code and it looks like it calls this URL: http://www.popporn.com/results/index.cfm?v=4&g=0&searchtext=

When I enter a searchtext the URL just forwards to another page and doesn't do anything. I don't think this is only on my install.

Ideas?

@Sweepr
Copy link

Sweepr commented Jan 12, 2019

Looks like they changed their search page:

From: http://www.popporn.com/results/index.cfm?v=4&g=0&searchtext=

Into: https://www.popporn.com/search?q=

Changing the code would fix that.

const TRAILINGSEARCH = '/results/index.cfm?v=4&g=0&searchtext=';

Into:

const TRAILINGSEARCH = '/search?q=';

Try if that works for you.

@Fossil01
Copy link
Contributor Author

Seems to work. No errors at least :-)

Thanks.

@Fossil01
Copy link
Contributor Author

@niel might want to put this in dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants