feat: Option to ignore warnings for methods that don't require authentication#494
Merged
faretek1 merged 21 commits intoTimMcCool:mainfrom Sep 29, 2025
Merged
feat: Option to ignore warnings for methods that don't require authentication#494faretek1 merged 21 commits intoTimMcCool:mainfrom
faretek1 merged 21 commits intoTimMcCool:mainfrom
Conversation
Encountering a WebSocketBadStatusException most likely means that Scratch's cloud is down. Signed-off-by: Boss-1s <95505913+Boss-1s@users.noreply.github.com>
Signed-off-by: retek <107722825+faretek1@users.noreply.github.com>
Signed-off-by: Boss-1s <95505913+Boss-1s@users.noreply.github.com>
Signed-off-by: TheCommCraft <79996518+TheCommCraft@users.noreply.github.com>
It seems like the scratch cloud variables are up again, so it can't really be tested anymore. On that note, we should test if new scratchers and banned accounts can still set cloud vars.
Signed-off-by: Boss-1s <95505913+Boss-1s@users.noreply.github.com>
Signed-off-by: Boss-1s <95505913+Boss-1s@users.noreply.github.com>
Signed-off-by: Boss-1s <95505913+Boss-1s@users.noreply.github.com>
Signed-off-by: Boss-1s <95505913+Boss-1s@users.noreply.github.com>
Signed-off-by: Boss-1s <95505913+Boss-1s@users.noreply.github.com>
Signed-off-by: Boss-1s <95505913+Boss-1s@users.noreply.github.com>
Signed-off-by: Boss-1s <95505913+Boss-1s@users.noreply.github.com>
Collaborator
|
you forgot to change the message for project data warning |
Signed-off-by: Boss-1s <95505913+Boss-1s@users.noreply.github.com>
Collaborator
|
Is it possible to subclass the warnings? e.g. A class called Or, it may be more practical for project/studio/classroom warnings to be all merged into I don't enjoy the prospect of adding 4 filterwarnings to the top of my code |
Contributor
Author
No, because what if someone just wants to disable one warning for some reason? I think 4 subclass would work. |
Signed-off-by: Boss-1s <95505913+Boss-1s@users.noreply.github.com>
Signed-off-by: Boss-1s <95505913+Boss-1s@users.noreply.github.com>
Signed-off-by: Boss-1s <95505913+Boss-1s@users.noreply.github.com>
Signed-off-by: Boss-1s <95505913+Boss-1s@users.noreply.github.com>
Signed-off-by: Boss-1s <95505913+Boss-1s@users.noreply.github.com>
faretek1
approved these changes
Sep 29, 2025
- import warnings in `__init__.py` - add 's' to filterwarning - use newlines in warning message - use 'scratchattach.' as a prefix - add the note about getauthentication warning to classroom - import warnings in studio.py Closes 486
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
can solve #486