jarnedemeulemeester / findroid

Third-party native Jellyfin Android app
GNU General Public License v3.0
2.67k stars 165 forks source link

Trying to play a video will trigger an ip ban by crowdsec #790

Closed Tresillo2017 closed 4 months ago

Tresillo2017 commented 4 months ago

Describe the bug If you have crowdsec setup on your server and you try to play a video using findroid your ip will get banned due to crowdsecurity/http-probing

To Reproduce Steps to reproduce the behavior:

  1. Go to 'findroid'
  2. Click on 'any video'
  3. See error

Expected behavior Being able to playback a video without getting banned

Device info (please complete the following information):

Crowdsec is setup by reading the logs from swag and not from the jellyfin docker container

jarnedemeulemeester commented 4 months ago

Can you try with Intro Skipper disabled in the Player settings? If you don't have the Intro Skipper plugin installed on the server it will cause a lot of 404 responses which will trigger the ban I think.

Tresillo2017 commented 4 months ago

That was the issue, thanks a lot