Nick Sweeting

Results 1234 comments of Nick Sweeting

Try this one instead: `docker-compose run --rm archivebox add --parser=generic_txt 'https://forecast.weather.gov/MapClick.php?lat=38.2482&lon=-121.6002'`

No idea how Synology handles it. You can also add a user row to the `index.sqlite3` db using SQL manually if you need.

The environment variables to pre-set user/pass are not implemented yet, they're just an idea right now. Here's an example of how you could do it. --- ### Option A: Modify...

Seems like after the media extractor completes it's trying to load some subtitles / video metadata files for full-text indexing (generated by YouTube-dl) that's aren't encoded with UTF-8. I don't...

For anyone landing on this issue, just know it's fairly harmless. Despite an error being displayed the archive method still completes successfully and the files are saved, it's just the...

Probably still a month or two out. I'm currently trying to find new housing in Oakland and that's taking up all my free time. Might try and secure a $20-50k...

Can you posted the (optionally redacted) contents of `sources/1636761415.248872-crawl-vm.tiktok.com.txt`? Looks like there aren't any URLs within that file according to ArchiveBox. Also looks like there's an underlying issue with `youtube-dl`...

Right now you have to run `archivebox init --setup` or `archivebox manage createsuperuser` using the CLI (it prompts you to choose the admin username and password during initial setup). I'll...

Those are the default Django password validators kicking in (see settings.py) to try and keep people safe, I suppose we can disable them with another env var or specifically in...

Note that you can also insert a USER row directly into the `index.sqlite3` db as a temporary hack (instead of using expect). (see here for instructions: https://github.com/ArchiveBox/ArchiveBox/issues/928#issuecomment-1075758078 and https://github.com/ArchiveBox/ArchiveBox/wiki/Upgrading-or-Merging-Archives#modify-the-archivebox-sqlite3-db-directly)