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

Skript ignore any folder named .DAV #3910

Closed
Ryan12439 opened this issue Apr 21, 2021 · 1 comment
Closed

Skript ignore any folder named .DAV #3910

Ryan12439 opened this issue Apr 21, 2021 · 1 comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.

Comments

@Ryan12439
Copy link

Description

WebDAV creates a folder called .DAV in any folder accessible by WebDAV. This causes problems as it saves files in that folder with the same file ending (.sk).

Steps to Reproduce

Set up WebDAV and use skript normally, else create a folder named .DAV and put a .sk file with seemingly random text in it.

Expected Behavior

Skript should ignore any folder with this name.

Errors / Screenshots

Skript throws console errors saying all code must be in triggers for files in that folder, and in some cases causes a stackoverflow.

Server Information

  • Server version/platform: Paper-556 1.16.5
  • Skript version: 2.5.3-nightly-936bbc8 Using this version because it fixes stackoverflow
@TPGamesNL
Copy link
Member

Related: #3866
IMO Skript shouldn't try to load directories starting with .

@TPGamesNL TPGamesNL added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. priority: low Issues that are not harmful to the experience but are related to useful changes or additions. labels Apr 21, 2021
@TPGamesNL TPGamesNL added the PR available Issues which have a yet-to-be merged PR resolving it label Apr 22, 2021
@TPGamesNL TPGamesNL added completed The issue has been fully resolved and the change will be in the next Skript update. and removed PR available Issues which have a yet-to-be merged PR resolving it labels Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. completed The issue has been fully resolved and the change will be in the next Skript update. priority: low Issues that are not harmful to the experience but are related to useful changes or additions.
Projects
None yet
Development

No branches or pull requests

3 participants