Can some one please tell me how to get access o my funds on metamask please. every time I try to transfer or swap I am been blocked and given this u2f device ineligible message.
1 Like
Welcome to the MetaMask Community @Vandam777 !!
I’m sorry to hear you’re having trouble accessing your wallet. Can you please provide a screenshot of the error you’re receiving?
1 Like
I have the same problem. Can’t access my funds cause the error message appear.
NO SCREEN SHOT NEEDED! Here is a message:
Failed to sign with Ledger device: U2F DEVICE_INELIGIBLE
Any help? Pls!
1 Like
This is a known Ledger bug. There’s an open discussion about the bug on Ledger’s github repos:
opened 02:59AM - 18 Nov 19 UTC
Searched far and wide including the issues list in here but couldn't find out wh… at is causing this error. Tried chrome, opera, brave latest versions.
Code:
```
import VET from '@vechain/hw-app-vet'
import u2f_transport from '@ledgerhq/hw-transport-u2f'
const isSupported = await isHwWalletSupported()
if(isSupported) {
const transport = await createTransport()
transport.setScrambleKey("")
const thorLedger = new VET(transport)
const appConfig = await thorLedger.getAppConfiguration() /// ---> FAILS HERE
}
const createTransport = async () => {
const timeout = 5000
const transport = await u2f_transport.create(timeout)
console.log('u2f_transport', transport)
return transport
}
const isHwWalletSupported = async () => {
return await u2f_transport.isSupported()
}
```
The error shown in the browser console is
```
TransportError {name: "TransportError", message: "Failed to sign with Ledger device: U2F DEVICE_INELIGIBLE", stack: "Error↵ at new TransportError (webpack:///./node…rhq/hw-transport-u2f/lib/TransportU2F.js?:23:402)", id: "U2F_4", originalError: Error: Sign failed
at makeError (webpack:///./node_modules/u2f-api/lib/u2f-api.js?:102:14)
…}
id: "U2F_4"
message: "Failed to sign with Ledger device: U2F DEVICE_INELIGIBLE"
name: "TransportError"
```
1 Like
Jai exactement le même problème je vois mes ETH dans mon wallet metamask mais impossible de les envoyer sur Binance !!
1 Like
Il y a maintenant une nouvelle intégration entre Ledger et MetaMask. Ce fil est obsolète. Vous devez redémarrer votre ordinateur et connecter à nouveau le portefeuille matériel à l’aide de la nouvelle intégration. Allez dans le “…” puis “Connect Hardware Wallet”.
Si vous avez besoin d’aide supplémentaire, veuillez créer un fil de discussion séparé.