Skip to content

Commit

Permalink
Merge pull request #6 from nvtkaszpir/fix-docs-buster
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtkaszpir authored Oct 7, 2024
2 parents 9b1c90e + e8dd70d commit 77975e3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/known.limitations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Known Limitations

## old curl version

Curl would complain about each option and it would not upload.
The error would read something like:

- `curl: option --no-progress-meter: is unknown`
- `curl: option --compressed: is unknown`
- `curl: option --w: is unknown`

Usually it means your operating system distribution has quite old curl version,
and thus certain options are not available - for example you run Raspbian 10 Buster
on older Raspberry Pi (see `cat /etc/os-release`)

Fix:
you can comment out (or remove) in `prusa-connect-camera.sh` script lines
containing those options by just removing them, until it works.

But frankly speaking you REALLY should think about upgrading your operating system.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ nav:

- Preparation:
- Requirements: requirements.md
- Known Limitations: known.limitations.md
- Installation: installation.md
- Configuration:
- Overview: configuration.overview.md
Expand Down

0 comments on commit 77975e3

Please sign in to comment.