01:09:22 "decenteroven someone will have..." <- I believe this is the link: https://matrix.to/#/#monero:monero.social 02:55:06 Hi guys! I'm trying to get RPC up & running and I have an issue I've been unable to solve. 02:55:07 I have gui wallet installed with default settings, and a test wallet (simple mode). 02:55:07 I start the rpc program like so: 02:55:07 > "C:\Program Files\Monero GUI Wallet\monero-wallet-rpc" --rpc-bind-port 28088 --wallet-dir wallets --disable-rpc-login --rpc-bind-ip 192.168.1.72 --confirm-external-bind --daemon-address http://127.0.0.1:18081 02:55:07 I connect to it from another machine, I call "open_wallet" with corect name & pw and I get "Failed to open wallet" 02:55:10 Here's the output from the rpc program: 02:55:12 > This is the RPC monero wallet. It needs to connect to a monero daemon to work correctly. 02:55:14 > 02:55:16 > Monero 'Fluorine Fermi' (v0.18.1.2-release) 02:55:18 > Logging to C:\Program Files\Monero GUI Wallet\monero-wallet-rpc.log 02:55:20 > 2022-11-04 02:46:59.373 I Binding on 192.168.1.72 (IPv4):28088 02:55:22 > 2022-11-04 02:47:01.186 W Starting wallet RPC server 02:55:24 > 2022-11-04 02:49:06.325 E e || !exists. THROW EXCEPTION: error::file_not_found 02:55:26 What could be wrong? Is the program not connected to the daemon? Do I need to call set_daemon first? Isn't that done by the --daemon-address parameter? 02:55:31 I am fairly confident that I am making a very simple mistake here somewhere, I just can't seem to figure out what it is so I am hoping you can assist me... 06:13:29 bossman it literally says "file_not_found" at startup, you need to fix this first 07:39:44 sech1, not at startup, that is logged when I make the call to open the wallet. 07:41:15 "what could be wrong?" -> "file not found" 13:00:54 Been syncing on cli, seems stuck: W DB error attempting to fetch block index from hashMDB_PAGE_NOTFOUND: Requested page not found // E Error in handle_invoke_map: DB error attempting to fetch block index from hashMDB_PAGE_NOTFOUND: Requested pagenot found 13:02:14 Block height remains same for awhile now: Height: 2733001/2748375 (99.4%) <== what can I do? 13:07:51 pyu: are you syncing to an external drive? which OS are you using? 13:09:00 selsta: to a sshfs mounted disk. voidlinux. 13:10:04 hyc can maybe clarify but I don't think sshfs is supported for lmdb 13:10:22 we generally don't support storing the blockchain on network drives 13:10:54 Been syncing, then stucked. ok, will try something else, forgot about that netwrok wrinkle! 13:11:09 it looks like it lost connection and corrupted 13:11:50 Then maybe I'll try that corrupted db utility, let see. 13:24:33 yes, sech1, that is what I need assistance with. The file is not found although it's obviously there. 13:25:30 "--wallet-dir wallets" where's this directory and are you sure you start monero-wallet-rpc from the parent directory? 13:33:26 it's better to use --wallet-file=full/path/to/wallet/file