stashapp / CommunityScrapers

This is a public repository containing scrapers created by the Stash Community.
https://stashapp.github.io/CommunityScrapers/
GNU Affero General Public License v3.0
645 stars 417 forks source link

having an issue with scraper ManyVids: http error 400:Bad Request #1974

Closed luzersdev closed 1 month ago

luzersdev commented 1 month ago

Are you scraping a scene, gallery, movie, or performer? scraping a movie, trying to generate this video, but I can't create the movie itself.

Scrape with URL? If so, what URLs have you tried?
https://www.manyvids.com/Video/5856413/gimmel-fucked-frieren-who-was-stuck-in-a-mimic

Maista6969 commented 1 month ago

I am unable to reproduce your issue: scraping the URL you provided works as expected bilde

Your also mention that you're trying to create a movie: the ManyVids scraper only supports scenes at this time

And this might be my misunderstanding here, but if you're expecting the scraper to download the actual video file from ManyVids that's not how Stash scrapers work: they will only ever fetch metadata such as the title, date, description etc.

toomanynights commented 1 month ago

Actually I'm having the same problem :( I installed Manyvids scraper from UI. Trying to scrape a scene by the title. Getting "scraper ManyVids: http error 400:Bad Request" without any further details. Checked yml, it doesn't seem to require anything special, yet I do have python and all required modules installed.

Maista6969 commented 1 month ago

I am still unable to reproduce that error, searching works as expected bilde

You mention Python but the updated ManyVids scraper doesn't require Python, are you sure you're using the latest version?

toomanynights commented 1 month ago

I upgraded to the latest version just this morning. It doesn't seem to require python, still getting the error though.2:14 pm, 16 August 2024, Maista @.***>: I am still unable to reproduce that error, searching works as expected bilde.png (view on web) You mention Python but the updated ManyVids scraper doesn't require Python, are you sure you're using the latest version?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

toomanynights commented 1 month ago

I should probably mention that I try scraping by the title, via "Scrape" button on "Edit scene" screen.2:14 pm, 16 August 2024, Maista @.***>: I am still unable to reproduce that error, searching works as expected bilde.png (view on web) You mention Python but the updated ManyVids scraper doesn't require Python, are you sure you're using the latest version?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

Maista6969 commented 1 month ago

You say "by title", but you mention the Scrape button which scrapes by fragment: do you mean that you're using the query button? image

If you're clicking "Scrape with..." and selecting ManyVids it will fail unless your filename contains the 6-to-8 digit video code: unfortunately there's no way in the current UI to communicate such a scraper failure, it will just give a cryptic network error in most cases 😦

toomanynights commented 1 month ago

No, I don't use query button, just "Scrape with...".So you're saying I should use the query button, and provide scene title, right?2:22 pm, 16 August 2024, Maista @.***>: You say "by title", but you mention the Scrape button which scrapes by fragment: do you mean that you're using the query button? bilde.png (view on web) If you're clicking "Scrape with..." and selecting ManyVids it will fail unless your filename contains the 6-to-8 digit video code: unfortunately there's no way in the current UI to communicate such a scraper failure, it will just give a cryptic network error in most cases 😦

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

Maista6969 commented 1 month ago

So you're saying I should use the query button, and provide scene title, right?

Yes, that should work 🙂

toomanynights commented 1 month ago

Got it, thanks - I'll try it!2:54 pm, 16 August 2024, Maista @.***>:

So you're saying I should use the query button, and provide scene title, right?

Yes, that should work 🙂

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

toomanynights commented 1 month ago

That worked, thanks!

Maista6969 commented 1 month ago

Closing this since I am unable to reproduce the issue, please reopen with further details if you still have this problem