Closed oupala closed 1 year ago
I think the project should provide an example file for the .plikrc file.
.plikrc
For example, if you set the following configuration in the .plikrc file:
URL = "https://my.plik.server/"
and then you upload a file:
plik -t 6h IMG_20230126_090546.jpg Unable to create upload : 404 Not Found : 404 page not found
The good configuration is without a trailing slash:
URL = "https://my.plik.server"
As the error is not easy to troubleshoot, it would be welcome that a commented .plikrc configuration is hosted inside the project.
This topic has already been discussed in #85.
Trailing slash fixed in : https://github.com/root-gg/plik/commit/e8c737782215a25644a51cc73aefb1e7220d8faa
Great! Thank you!
I think the project should provide an example file for the
.plikrc
file.For example, if you set the following configuration in the
.plikrc
file:and then you upload a file:
The good configuration is without a trailing slash:
As the error is not easy to troubleshoot, it would be welcome that a commented
.plikrc
configuration is hosted inside the project.This topic has already been discussed in #85.