mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
newgrounds returning unknown error on fresh firefox browser #958
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Exwum on GitHub (Oct 5, 2025).
bug description
ok so i don't usually touch cobalt outside of the .tools site but for whatever reason newgrounds support appears to be failing 100% of the time. i should iterate that i have only tested audio as that is what i'm after but regardless of whether or not the song is downloadable on newground's end it always appears to fail
reproduction steps
go to cobalt.tools
paste any newgrounds audio link
set the type to auto or audio
click >>
see attachment for what shows up
if you wait a few minutes and repeat, same thing happens
screenshots
No response
links
platform information
firefox 143.0.4 fresh, windows 11 24h2
additional context
again unsure if this is an exclusively main instance issue or an issue with newgrounds in general. i have tried my other alternative in the past and it is also not working. im guessing there's a possibility they've changed something?
@hyperdefined commented on GitHub (Oct 6, 2025):
Newgrounds added some type of bot protection. There is a working solution created by @zImPatrick here: https://github.com/zImPatrick/cobalt/blob/meowing.de/api/src/processing/services/newgrounds.js
Just needs a PR.
@zImPatrick commented on GitHub (Oct 6, 2025):
It's still a bit jank but I could go ahead and create a PR if this is still wanted (and obviously clean some things up)
Keep in mind that this is basically a replica of the code used in their NG Guard system - just "cleaned up" and moved to NodeJS
Also, I was hesitant about upstreaming it because it broke every few days - but it seems to be fine now