Discuss Scratch

BigNate469
Scratcher
1000+ posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]

Bump

This signature is designed to be as useful as possible.
How to make a signature & other useful info about them
The Official List of Rejected Suggestions (TOLORS)
The Announcements Directory
Lesser-known Scratch URLs: https://scratch.mit.edu/discuss/topic/542480/
Why @Paddle2See's responses are so often identical: https://scratch.mit.edu/discuss/topic/762351/

Ads Useful projects:
Raycaster & Maze 1.4.1 | Don't Break The Ice | Procedurally Generated Terrain | Basic Trigonometry | Comparing the fastest list sorters on Scratch

“if nobody can learn the programming language, it's just gibberish that does math.” -me, in a forum post

The original name of “loves” was “love-its”. Technically speaking, this hasn't changed.
redspacecat
Scratcher
100+ posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]

This doesn't seem to work anymore, Glitch fails to wake up the project.
It shows this:

Last edited by redspacecat (Aug. 23, 2024 18:51:19)


Check out this Scratch 4.0 early beta release! | Also here's some cool rainbow text I made using this!
——————————————————————————————————————————————
Also please consider giving me an internet. (This image updates automatically every few hours)

























You got TROLLED
breakfast_for_dinner
Scratcher
1000+ posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]

redspacecat wrote:

(#42)
This doesn't seem to work anymore, Glitch fails to wake up the project.
i_eat_coffee's been working to bring it back up.⁽¹⁾

breakfast // web dev // 15yo // they/them // scratching since october 9th, 2018
ocular profile // scratch wiki page // git

i have cookies for brains

i'm a blunt person who may accidentally hurt your feelings.





the hall of my silly forum posts
[[ 500th post (no edit >:3) ]]
diarrhea isn't copyrighted
i_eat_coffee's birthday surprise
the jeffalo bug
mess cat
semicolon language translator
redspacecat
Scratcher
100+ posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]

breakfast_for_dinner wrote:

redspacecat wrote:

(#42)
This doesn't seem to work anymore, Glitch fails to wake up the project.
i_eat_coffee's been working to bring it back up.⁽¹⁾
Okay

Check out this Scratch 4.0 early beta release! | Also here's some cool rainbow text I made using this!
——————————————————————————————————————————————
Also please consider giving me an internet. (This image updates automatically every few hours)

























You got TROLLED
i_eat_coffee
Scratcher
1000+ posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]

hello dear people of scratch,

itchingdiscovery is back up and running
https://itchingdiscovery.glitch.me/

coffee is a dum dum because:
the website has a database of project ids
when loading the projects, it checks each one from the API
it always checks to see if rthe status code of a project is “NotFound”, aka if a project is unshared
coffee made a mistake here, because instead of checking the API resutls, it was actually checking the project object from the database
so basically a project was unshared, but the code checked the database instead of the API to see if it was unshared, and the database doesnt know if its unshared or not, so it just went through and crashed the entire website because it tried to load the data of an unshared project

thank you for your patience, i have also added some more error handling
it shows this now https://itchingdiscovery.glitch.me/500

() Coffee | she/he/they | Teenager
Full-stack web developer | HTML/CSS/JS, Node.js + EJS
i_eat_coffee
Scratcher
1000+ posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]

^ i havent coded in such a long time that i literally.. forgot how to code
:sob:

gonna re-learn node tomorrow and also add the function to actually remove the project from the database because its still displaying it :+1:

() Coffee | she/he/they | Teenager
Full-stack web developer | HTML/CSS/JS, Node.js + EJS
breakfast_for_dinner
Scratcher
1000+ posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]

if you have backend code for the search thing i can make the search bar (i think you said there's code but i forgot)

breakfast // web dev // 15yo // they/them // scratching since october 9th, 2018
ocular profile // scratch wiki page // git

i have cookies for brains

i'm a blunt person who may accidentally hurt your feelings.





the hall of my silly forum posts
[[ 500th post (no edit >:3) ]]
diarrhea isn't copyrighted
i_eat_coffee's birthday surprise
the jeffalo bug
mess cat
semicolon language translator
i_eat_coffee
Scratcher
1000+ posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]

i_eat_coffee wrote:

^ i havent coded in such a long time that i literally.. forgot how to code
:sob:

gonna re-learn node tomorrow and also add the function to actually remove the project from the database because its still displaying it :+1:
i did it!!!!
yay

breakfast_for_dinner wrote:

if you have backend code for the search thing i can make the search bar (i think you said there's code but i forgot)
https://github.com/chronicoffeeater/itchingdiscovery/blob/31ae93378df9364dc193a6e26b7fe585f960314a/server.js#L108

https://github.com/chronicoffeeater/itchingdiscovery/blob/31ae93378df9364dc193a6e26b7fe585f960314a/server.js#L203

if i remember correctly and still know how to read javascript:
POST /search
{ type: 1 or 2
query: the query
}

type 1: search for titles
type 2: search for tags

() Coffee | she/he/they | Teenager
Full-stack web developer | HTML/CSS/JS, Node.js + EJS
i_eat_coffee
Scratcher
1000+ posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]

to-do: i should add “date added” probably

() Coffee | she/he/they | Teenager
Full-stack web developer | HTML/CSS/JS, Node.js + EJS
breakfast_for_dinner
Scratcher
1000+ posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]


oh my (⁄ ⁄ω⁄ ⁄)

breakfast // web dev // 15yo // they/them // scratching since october 9th, 2018
ocular profile // scratch wiki page // git

i have cookies for brains

i'm a blunt person who may accidentally hurt your feelings.





the hall of my silly forum posts
[[ 500th post (no edit >:3) ]]
diarrhea isn't copyrighted
i_eat_coffee's birthday surprise
the jeffalo bug
mess cat
semicolon language translator
BigNate469
Scratcher
1000+ posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]

Bump

This signature is designed to be as useful as possible.
How to make a signature & other useful info about them
The Official List of Rejected Suggestions (TOLORS)
The Announcements Directory
Lesser-known Scratch URLs: https://scratch.mit.edu/discuss/topic/542480/
Why @Paddle2See's responses are so often identical: https://scratch.mit.edu/discuss/topic/762351/

Ads Useful projects:
Raycaster & Maze 1.4.1 | Don't Break The Ice | Procedurally Generated Terrain | Basic Trigonometry | Comparing the fastest list sorters on Scratch

“if nobody can learn the programming language, it's just gibberish that does math.” -me, in a forum post

The original name of “loves” was “love-its”. Technically speaking, this hasn't changed.
JSAW27
Scratcher
27 posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]

Bump, I love this website

JSAW27  :: #abccba hat
Attempting to program since (birth) :: looks cap
Follow my alts! {
JSAW27_Announcements :: pen
JSAW27_Badges :: #123455
JSAW27_Archives. :: #abcdef
} :: #654321
DifferentDance8
Scratcher
1000+ posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]

Grey hat SQL injector hacker here, your server is invulnerable as it rejects any “invalid” URL so the “ or ”“=” trick doesn't work here.
Djf18
Scratcher
18 posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]

i_eat_coffee wrote:

https://itchingdiscovery.glitch.me/
Insert your projects and discover new very cool ones!!
also thanks to @breakfast_for_dinner because we will be working on this together
but u can also help out
this is the github repo
its open source
https://github.com/chronicoffeeater/itchingdiscovery
am i blind but is there a search engine on the website please?
i_eat_coffee
Scratcher
1000+ posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]

Djf18 wrote:

i_eat_coffee wrote:

https://itchingdiscovery.glitch.me/
Insert your projects and discover new very cool ones!!
also thanks to @breakfast_for_dinner because we will be working on this together
but u can also help out
this is the github repo
its open source
https://github.com/chronicoffeeater/itchingdiscovery
am i blind but is there a search engine on the website please?
the API exists but there isnt some UI for it
https://github.com/chronicoffeeater/itchingdiscovery/blob/31ae93378df9364dc193a6e26b7fe585f960314a/server.js#L108

() Coffee | she/he/they | Teenager
Full-stack web developer | HTML/CSS/JS, Node.js + EJS
DifferentDance8
Scratcher
1000+ posts

IMPORTANT PLS CLICK [itchingdiscovery.glitch.me - project discovery tool]

Did someone say API?
Time to get my Python installation out and code, code code!

EDIT: While trying to find all the API requests so I can incorporate it into my library I found /admin/remove and /admin/update. On the client side however it just displays a 404 error message.

EDIT 2: Does projects.json exist or not? Because the code on both github and the website itself request the file, but when I went to it via URL it says 404

Last edited by DifferentDance8 (Today 08:20:41)

Powered by DjangoBB