-
Notifications
You must be signed in to change notification settings - Fork 51
feat: Option to ignore warnings for methods that don't require authentication #494
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
Conversation
Encountering a WebSocketBadStatusException most likely means that Scratch's cloud is down. Signed-off-by: Boss-1s <[email protected]>
Signed-off-by: retek <[email protected]>
Signed-off-by: Boss-1s <[email protected]>
Signed-off-by: TheCommCraft <[email protected]>
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 <[email protected]>
Signed-off-by: Boss-1s <[email protected]>
Signed-off-by: Boss-1s <[email protected]>
Signed-off-by: Boss-1s <[email protected]>
Signed-off-by: Boss-1s <[email protected]>
Signed-off-by: Boss-1s <[email protected]>
Signed-off-by: Boss-1s <[email protected]>
|
you forgot to change the message for project data warning |
Signed-off-by: Boss-1s <[email protected]>
|
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 |
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 <[email protected]>
Signed-off-by: Boss-1s <[email protected]>
Signed-off-by: Boss-1s <[email protected]>
Signed-off-by: Boss-1s <[email protected]>
Signed-off-by: Boss-1s <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll just test it (manually)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
- 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
can solve #486