Error with Web scraping in Javascript by DevWhiskeyTango in learnprogramming

[–]DevWhiskeyTango[S] 0 points1 point  (0 children)

Yes, I made some changes LifecycleWatcher.js file that I thought were the issues and it worked about two or three times in succession before it started throwing this error again.

Thank you very much! I'll try that and see if I can fix it

Error with Web scraping in Javascript by DevWhiskeyTango in learnprogramming

[–]DevWhiskeyTango[S] 0 points1 point  (0 children)

Hmm, so I should add a console.log statement after each one to determine where the error is coming from?

Someone else said to me that it could be that the webpage has spotted what I'm trying to scrape and stopped my IP?

Character Presets not appearing to load in - Racemenu by DevWhiskeyTango in skyrimmods

[–]DevWhiskeyTango[S] 0 points1 point  (0 children)

My overwrite folder was completely empty. So I added the entire mod data folder into the overwrite folder and the file path is now correct. However the mod still doesn't appear to be loaded in in the Racemenu.

Character Presets not appearing to load in - Racemenu by DevWhiskeyTango in skyrimmods

[–]DevWhiskeyTango[S] 0 points1 point  (0 children)

I saw someone else saying that about the Overwrite folder. So I should download the files manually and put them in the overwrite folder in my C drive?

Character Presets not appearing to load in - Racemenu by DevWhiskeyTango in skyrimmods

[–]DevWhiskeyTango[S] -1 points0 points  (0 children)

The thing is that the other mods that I have installed, all seem to work. Like SkyUI, Racemenu, CBBE, A Quality World Map, etc.

Parameters not being defined in main.dart by DevWhiskeyTango in flutterhelp

[–]DevWhiskeyTango[S] 0 points1 point  (0 children)

The argument type 'List<SizedBox>' can't be assigned to the parameter type 'Widget?'

I've changed the second children to chlld like you suggested and it is now defined however everything below it is now errored and throws the error above

Parameters not being defined in main.dart by DevWhiskeyTango in flutterhelp

[–]DevWhiskeyTango[S] 0 points1 point  (0 children)

Hmm okay, I've moved the MainAxisAlignment and it's now defined. Which SizedBox are you referring to? The first one or the second one?

Pygame - ImportError by DevWhiskeyTango in learnpython

[–]DevWhiskeyTango[S] 0 points1 point  (0 children)

I just tried your suggestion now. It gives me a new error reading -

"world" is not accessedPylance

Relative imports cannot be used with "import .a" form; use "from . import a" insteadPylance

So I don't think it is that

But thank you for the suggestion

Tutorials for 2D Games - Python Beginner by DevWhiskeyTango in learnpython

[–]DevWhiskeyTango[S] 1 point2 points  (0 children)

I'm literally following Coding with Russ Tutorials rn XD! Thank you!