tomnomnom / hacks

A collection of hacks and one-off scripts
2.12k stars 633 forks source link

Webpaste chrome extensions TypeError: Failed to fetch #31

Open ghost opened 3 years ago

ghost commented 3 years ago

Anytime I run the extension I get the following error below

webpaste

TypeError: Failed to fetch

This happens anytime I try to click any of the buttons

Please advise for potential solutions.

Below is my configuration

2021-01-23_17-37

3th1cyuk1 commented 3 years ago

I'm also facing the same problem did you got any fix for that ?

Rz-Rz commented 2 years ago

I'm also having the same issue, running on wsl2 default settings

Rz-Rz commented 2 years ago

I found a solution, I got my eth0 ip with ifconfig on ubuntu, and used it instead of localhost on webpaste. I launched webpaste with default settings and it worked. So i used 172.30.59.XXX instead of 127.0.0.1. To get your WSL2 Ip address, just run ifconfig.