-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from nvtkaszpir/fix-docs-buster
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters