daisy613 / autoCoins

This Powershell script allows you to avoid most pumps/dumps by dynamically controlling the coin list in WickHunter bot to blacklist or un-blacklist coins.
7 stars 4 forks source link

502 Bad Gateway #25

Closed TomToms55 closed 3 years ago

TomToms55 commented 3 years ago

The script was running fine 24/7 for a few days. Then this issue appeared:

[v1.2.9 2021-05-31 16:03:21] Calculating coin list ...  Invoke-RestMethod :
502 Bad Gateway
502 Bad Gateway
At line:1 char:1
+ Invoke-RestMethod -Method Get -Uri "https://fapi.binance.com/fapi/v1/ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebExc
   eption
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand

I am using the default settings.

TomToms55 commented 3 years ago

I closed the PowerShell and restarted the script and it started working again.