GOOGLE-IMAGES NPM FUCKED

Status
This thread has been locked.

FelixDev

Typical Developer and Designer
Premium
Feedback score
9
Posts
1,112
Reactions
331
Resources
0
K SO,
getting this error
Code:
(node:6584) UnhandledPromiseRejectionWarning: HTTPError: Response code 400 (Bad Request)
    at stream.catch.then.data (C:\Users\Felix\Desktop\Hannah\node_modules\got\index.js:123:13)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
(node:6584) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:6584) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
It worked second before this showed up lol
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

FelixDev

Typical Developer and Designer
Premium
Feedback score
9
Posts
1,112
Reactions
331
Resources
0
Anyone please
 

LordOfTime

Feedback score
15
Posts
602
Reactions
245
Resources
0
Anyone please

I'm guessing this might be it?
"UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch()"

I obviously have no knowledge of what you're trying to do, but if that sounds like it could potentially apply to what you're doing, I imagine it could be related to that.
 

CodySir

Googling things
Supreme
Feedback score
21
Posts
373
Reactions
222
Resources
0
How stupid can you be? No one can do shit if all you show them is an error message.
Please stop being so fucking stupid and show the code that causes this and if you cry about me calling you stupid I'm gonna laugh my ass off.
 

Franix

Web Developer
Supreme
Feedback score
51
Posts
1,267
Reactions
620
Resources
0
How stupid can you be? No one can do shit if all you show them is an error message.
Please stop being so fucking stupid and show the code that causes this and if you cry about me calling you stupid I'm gonna laugh my ass off.
jesus, why are you so hostile?
 

LordOfTime

Feedback score
15
Posts
602
Reactions
245
Resources
0
I'm going to have to agree with Franix on this one. As much as this isn't the smartest way to report an error, it's a mistake a lot of devs make; they're used to working on their project within their context, and they forget that the error isn't very helpful without context. Correcting somebody with some kindness often goes a long ways further than doing so aggressively ;)
 
Last edited:
Status
This thread has been locked.
Top