minus-squaredotmatrix@lemmy.ftp.ripOPtoLemmy Support@lemmy.ml•[Resolved] Can't upload pictureslinkfedilinkEnglisharrow-up0·edit-22 years agoWell, butter my butt and call me a biscuit. In implementing this, I stumbled upon an issue: I had the url in pictrs_config, when it should have been pictrs. Now at least the logs are showing an error that matches the toaster: 2023-06-25T13:09:27.753749368Z 2023-06-25T13:09:27.753609Z WARN lemmy_server::root_span_builder: error decoding response body: expected value at line 1 column 1 2023-06-25T13:09:27.753809022Z reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) } I already have those containers in an external network, and changing the URL hasn’t fixed it. linkfedilink
dotmatrix@lemmy.ftp.rip to Lemmy Support@lemmy.mlEnglish · edit-22 years ago[Resolved] Can't upload picturesplus-squaremessage-squaremessage-square9fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1message-square[Resolved] Can't upload picturesplus-squaredotmatrix@lemmy.ftp.rip to Lemmy Support@lemmy.mlEnglish · edit-22 years agomessage-square9fedilink
Well, butter my butt and call me a biscuit. In implementing this, I stumbled upon an issue: I had the url in
pictrs_config
, when it should have beenpictrs
.Now at least the logs are showing an error that matches the toaster:
2023-06-25T13:09:27.753749368Z 2023-06-25T13:09:27.753609Z WARN lemmy_server::root_span_builder: error decoding response body: expected value at line 1 column 1 2023-06-25T13:09:27.753809022Z reqwest::Error { kind: Decode, source: Error("expected value", line: 1, column: 1) }
I already have those containers in an external network, and changing the URL hasn’t fixed it.