blockchain / service-my-wallet-v3

Blockchain Wallet API Service
https://blockchain.info/api/blockchain_wallet_api
GNU Affero General Public License v3.0
903 stars 517 forks source link

Started to give err_session on my blockchain-wallet-service #618

Open MarcosMe opened 1 year ago

MarcosMe commented 1 year ago

My blockchain-wallet-service was working OK, until some days ago when I went to check it, now it fails to connect with

The service is working, although I can't perform any calls on it (I'm using php file_get_contents, and it was working before)

Activated the debug, but not much help: 1677968974853 - debug: Logging in undefined 1677968974901 - debug: Failed to establish session, retrying... 1677968974922 - debug: Failed to establish session, reason: <!DOCTYPE html>

The html page: blockchain.info Checking if the site connection is secure blockchain.info needs to review the security of your connection before proceeding.

Anyone else with this same issue? Any other way to use the wallet created other than calls to localhost?

My versions: blockchain-wallet-service -V 0.26.3 node -v v14.21.3