ProximaNova

Results 30 comments of ProximaNova

Update: I just found out that it looks like none of the sidecars worked for that batch of 387 images. I'll be doing further testing to see what went wrong.

> #2208 > I'm on Linux Mint with same problem. Did you get the binary, or compile Lokinet? I am also running Linux Mint ("uname -p" = "x86_64"); I was...

Update 2... - Negative: I copied /lib/systemd/system/lokinet.service from Ubuntu to the same path in Linux Mint. I then modified the text file, pasted different paths to match with Linux Mint...

4 days ago I ran that command with and without the ipfs daemon running in the background: both methods showed that error. Today: ``` $ ipfs daemon & [1] 3932437...

Both URLs are reachable in under 30sec (ran the first command a couple times, quickest on the newest run): ``` $ ipfs daemon & [1] 4127305 $ Initializing daemon... Kubo...

``` $ $HOME/.local/bin/ipwb --version InterPlanetary Wayback 0.2023.08.16.1719 $ ```

Still getting this error, after... - updated ipfs/kubo: "ipfs version 0.23.0". - setting IPFS_PATH to a repo with only like 1GB of data Possible fix or maybe related: - update...

Where's this error coming from? Probably "./ipwb/build/lib/ipwb/util.py", which has that text. I was doing a bit of debugging on this by editing "util.py" then running "pip install ./" to reinstall....

Hmm, maybe it is a DNS issue? File "util.py" / running "ipwb index whatever": `settings.App.config("ipfsapi")` -> `f'{daemonMultiaddr}'` -> `/dns/localhost/tcp/5001/http` Part of "ipfs config show": ``` "DNS": { "Resolvers": { ".":...

With $IPFS_PATH being set to "$HOME/.config/BraveSoftware/Brave-Browser/brave_ipfs" I got "failed: Connection refused" from "wget --spider http://127.0.0.1:5001/webui" and "wget --spider http://localhost:5001/webui". Even if it wasn't "Connection refused", that wouldn't matter a lot,...