NEVER MIND I FIGURED IT OUT MYSELF GONNA GO MAKE A BUG REPORT BYEEEEE
Just found out about TagMe today, but I can't seem to get anything to work.
definitelynotafurry4 introduced me to it with a link to https://tagme.dev/projects/nick_wilde_spec, but when I click on Start Tagging, it's stuck on a grey loading icon with "#0 | Loading | history" underneath. Per DNAF4's advice, I pressed Ctrl+Shift+R to do a full refresh of Chrome (I also restarted my PC), and checked Console (F12) for errors.
This is what Console says on both pages
input undefined | script.js?2104151843:8 |
CONNECT https://e621.net/users/446492.json?_client=dev.tagme/resolver/0.1&login=Slocheze&api_key= {REDACTED} | script.js?2104151843:12 |
⚠ Third-party cookie will be blocked. Learn more in the Issues tab. | {PAGE SUFFIX}:1 |
❌ Uncaught (in promise) TypeError: Cannot read properties of null (reading 'split') - at reloadBlacklist (script.js?2104151843:1634:63) - at async BlacklistHandler.build (script.js?2104151843:1605:13) - at async run (script.js?2104151843:1516:5) | script.js?2104151843:1634 |
⚠ Third-party cookie will be blocked. Learn more in the Issues tab. | {PAGE SUFFIX}:1 |
⚠ Third-party cookie will be blocked. Learn more in the Issues tab. | {PAGE SUFFIX}:1 |
❌ Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received | {PAGE SUFFIX}:1 |
The last one appeared while I was drag and dropping the messages over btw.
As that project was made by someone else, I made an unlisted throwaway of my own to see if that was the problem.
Pressing "Submit" displayed this .json for me...
{
"query": null,
"success": false,
"data": null,
"error": "error.format",
"test": {
"success": false,
"count": 0,
"data": null,
"error": "input.search"
}
}
...so that's either a related problem or just me not knowing how to make a TagMe project right. I need some help with understanding and fixing what is going on here.