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

SceneHD categories seems bugged for XXX/6000 #2028

Closed
2 tasks done
Simpuhl opened this issue Feb 14, 2024 · 27 comments
Closed
2 tasks done

SceneHD categories seems bugged for XXX/6000 #2028

Simpuhl opened this issue Feb 14, 2024 · 27 comments
Labels
Status: Help Wanted Help Wanted, no immediate plans for effort on this Type: Bug Issue is a bug

Comments

@Simpuhl
Copy link

Simpuhl commented Feb 14, 2024

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Current Behavior

Will not add to whisparr as it gets no results

Expected Behavior

For it to find xxx and add to whisparr

Steps To Reproduce

Attempt to add SHD to Whisparr

Environment

- OS: Synology
- Prowlarr: latest
- Docker Install: Yes
- Using Reverse Proxy: No
- Browser: Edge

What branch are you running?

Master

Trace Logs?

image

Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.

  • I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain trace - that are relevant and show this issue.
@Simpuhl Simpuhl added Status: Needs Triage New Issue needing triage Type: Bug Issue is a bug labels Feb 14, 2024
@mynameisbogdan
Copy link
Contributor

If you search from Prowlarr's UI using indexer SceneHD and category 6000 do you get any results?

@mynameisbogdan mynameisbogdan added the Status: Logs Needed Logs are needed to proceed with this issue label Feb 14, 2024
Copy link

👋 @Simpuhl, in order to help you further we'll need to see logs. You'll need to enable trace logging and replicate the problem that you encountered. Guidance on how to enable trace logging can be found in our troubleshooting guide.

@Simpuhl
Copy link
Author

Simpuhl commented Feb 14, 2024

If you search from Prowlarr's UI using indexer SceneHD and category 6000 do you get any results?

I do not:

image

I can fine movies and other stuff though.

@Simpuhl Simpuhl changed the title SceneHD categories seem bugged for XXX SceneHD categories seems bugged for XXX/6000 Feb 14, 2024
@Simpuhl
Copy link
Author

Simpuhl commented Feb 14, 2024

If I do an RSS feed from there site, I do get back results. This is URL it would use:

https://scenehd.org/rss.php?cat=10&passkey=XXXXXXXXXXXXXXXXXXXXX

Not sure if its helpful for you at all

@mynameisbogdan
Copy link
Contributor

It's not, I don't have an account there to check it out. So we'll have to wait for someone with C# knowledge and an account to check this out.

@mynameisbogdan mynameisbogdan added the Status: Help Wanted Help Wanted, no immediate plans for effort on this label Feb 14, 2024
@Simpuhl
Copy link
Author

Simpuhl commented Feb 15, 2024

Let me know if I can help in anyway

@mynameisbogdan
Copy link
Contributor

https://github.com/Prowlarr/Prowlarr/blob/develop/CONTRIBUTING.md

Since you asked 😁

@Simpuhl
Copy link
Author

Simpuhl commented Mar 18, 2024

We can do a screen sharing session with my account if needed?

@mynameisbogdan
Copy link
Contributor

It's been a month and you still didn't provided any trace logs, which makes this bug report invalid.

Feel free to reopen when you're willing to share the needed logs.

@mynameisbogdan mynameisbogdan closed this as not planned Won't fix, can't repro, duplicate, stale Mar 19, 2024
@Simpuhl
Copy link
Author

Simpuhl commented Mar 19, 2024

My bad, I was under the impression you were waiting for someone with an account. Let me upload them here.
prowlarr.trace.txt

@Prowlarr Prowlarr deleted a comment from Simpuhl Mar 19, 2024
@mynameisbogdan
Copy link
Contributor

If you access https://scenehd.org/browse.php?api=&passkey=YOUR_PASSKEY_HERE&search=&categories[10]=1 what's shown? Feel free to remove any passkeys and sensitive data before uploading on https://privatebin.net

@Simpuhl
Copy link
Author

Simpuhl commented Mar 19, 2024

@mynameisbogdan
Copy link
Contributor

Looks like the category filtering doesn't work anymore.

@garfield69 @ilike2burnthing do any of you have a SHD account to check?

@garfield69
Copy link
Contributor

none of the team have an a/c on scenehd

@Simpuhl
Copy link
Author

Simpuhl commented Mar 19, 2024

I'd be more than happy to share my screen or provide any details that might help

@Simpuhl
Copy link
Author

Simpuhl commented Mar 19, 2024

@garfield69
Copy link
Contributor

typically a cat= parm is a single category search. would not normally work of you are searching for multiple categories, for example ?cat=10&cat=6

try variations:
cat[10]=1
c10=1

@garfield69
Copy link
Contributor

other multicategory examples
E.g. if it uses cat=123 try if it accepts
c123=1, c[]=123, cat[]=123, category[]=123, cid[]=123 or category=123; too.

@Simpuhl
Copy link
Author

Simpuhl commented Mar 19, 2024

cat[10]=1 does not work at all

c10=1 gives me all results again same as: https://privatebin.net/?d2c21c56736393c9#HUHUGEfq9hisRqr8jSsuWDRdHXvdfHi24M54fDk7Z8si

@Simpuhl
Copy link
Author

Simpuhl commented Mar 19, 2024

23=1, c[]=123, cat[]=123, category[]=123, cid[]=123 or category=123; too.

None of these worked, hmm

@mynameisbogdan
Copy link
Contributor

They don't have any kind of API docs?

@Simpuhl
Copy link
Author

Simpuhl commented Mar 19, 2024

I couldn't find any, let me hit up the support staff and get back to you. Thanks again for this

@mynameisbogdan mynameisbogdan removed Status: Logs Needed Logs are needed to proceed with this issue Status: Needs Triage New Issue needing triage labels Mar 19, 2024
@Simpuhl
Copy link
Author

Simpuhl commented Mar 19, 2024

Ok so this does actually work and someone replied saying it should:

cat=2,10

https://scenehd.org/browse.php?api=&passkey=MYKEY&search=&cat=2,10

You can see I am getting two results Movie/2160 and XXX

https://privatebin.net/?779bb927ffd5e7da#EKFpuLDNBhrR878b3fsSa88uUEdz5CzDn1bVETsscRM1

@garfield69
Copy link
Contributor

excellent

@ilike2burnthing
Copy link
Contributor

I was about to ask you to try cat=1;4;5 based on Jackett/Jackett#3 (comment) :P

@mynameisbogdan
Copy link
Contributor

Very good.

@Simpuhl
Copy link
Author

Simpuhl commented Mar 19, 2024

I was about to ask you to try cat=1;4;5 based on Jackett/Jackett#3 (comment) :P

adding ";" instead of "," does break it again, just FYI. So it needs to be a comma

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Help Wanted Help Wanted, no immediate plans for effort on this Type: Bug Issue is a bug
Projects
None yet
Development

No branches or pull requests

4 participants