Skip to content

Commit

Permalink
Merge pull request #10 from dunderrrrrr/troubleshooting-cpu-avx
Browse files Browse the repository at this point in the history
Add troubleshooting to README
  • Loading branch information
jaypyles authored Jul 12, 2024
2 parents e0865d2 + fcf22b6 commit 9795620
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@ Use this service as an API for your own projects.
}
```

## Troubleshooting

Q: When running Scraperr, I'm met with "404 Page not found".
A: This is probably an issue with MongoDB related to running Scraperr in a VM. You should see something liks this in `make logs`:

```
WARNING: MongoDB 5.0+ requires a CPU with AVX support, and your current system does not appear to have that!
```

To resolve this issue, simply set CPU host type to `host`. This can be done in Proxmox in the VM settings > Processor. [Related issue](https://github.com/jaypyles/Scraperr/issues/9).

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
Expand Down

0 comments on commit 9795620

Please sign in to comment.