robvankeilegom / firefly-III-paypal-importer

PayPal Data Importer for Firefly III
48 stars 3 forks source link

Unprocessable Content #18

Closed TransferBradley closed 7 months ago

TransferBradley commented 7 months ago

When Pushing the PayPal data to FireFly I get the following errormessage:

Client error: POST http://192.168.178.10:8082/api/v1/transactions resulte d in a 422 Unprocessable Content response: {"message":"The transactions.0.description may not be greater than 1000 cha racters.","errors":{"transactions.0.descripti (truncated...)

I got this error on my first import as well, But it still imported all/most of the transactions.

It seems however that it is now stuck since I am unable to get my latest transaction into FireFly. I did verify that the transaction is accesible through the PayPal API

Are descriptions longer than 1000 characters truncated and still processed or is it really an error and is it stuck?

shrippen commented 7 months ago

I am getting the same error. I also have a weird behaviour where most of the transactions are linked to "Cash Account" and not to an actual account name. I am noting this here because it might be related?

robvankeilegom commented 7 months ago

@TransferBradley This was fixed in 0.3.3 and latest. All descriptions are now truncate to 1000 characters. You can still find the complete text in the note field on the transactions.

robvankeilegom commented 7 months ago

@shrippen Do you mean as source account or as destination account?

shrippen commented 7 months ago

As the destination account. I am testing this right now with the new 0.3.3 but same behaviour. So it is not related to this issue. Will create a new issue for that.