owncloud / notes-iOS-App

:notebook:
Other
102 stars 48 forks source link

App causes Server error 500 when unsupported chars in filename #37

Closed abyssox closed 4 years ago

abyssox commented 8 years ago

Hi,

when creating a note with special chars in the filename the app causes a server error 500. OCP\Files\InvalidPathException: Der Dateiname enthält mindestens ein ungültiges Zeichen.

This is because the notes app currently doesn't handle special chars in the filename propperly. There's already a pull request for this issue at the owncloud notes repo: https://github.com/owncloud/notes/pull/196

But maybe you can prevent this on CloudNotes side.

phedlund commented 8 years ago

This appears to be fixed in server Notes app. Is that sufficient?

phedlund commented 7 years ago

Closing due to inactivity.

bcutter commented 7 years ago

I still see A LOT of those errors in the OC server log and on the client side (CloudNotes iOS App). What to do?!?

bcutter commented 7 years ago

Please RE-OPEN this issue.

Because, kay, I absolutely don´t get it: What is wrong with the file name "Wissen_Business-Knowledge"? I sync it to CloudNote. I open and edit it within CloudNote (just append a new line). CloudNote syncs, error 500:

OCP\Files\InvalidPathException - file name contains at least one invalid character

==> WHAT THE? Please, anyone...

bcutter commented 7 years ago

@phedlund reopen pls.

bcutter commented 7 years ago

OK, just kill it. Switched to Notebooks 8 iOS app - perfect webDAV sync, folder support and LOADS more features. I gave back CloudNotes app and got my money back from Apple. Simply too buggy, a long way to go - good luck.

phedlund commented 7 years ago

OCP\Files\InvalidPathException - file name contains at least one invalid character

This is not an error in CloudNotes but from the server. File an issue with the Notes server app if you don't like it.

phedlund commented 7 years ago

folder support and LOADS more features

CloudNotes simply implements the API provided by the server Notes app. To make additional features have any value they must first be supported by the server.

phedlund commented 4 years ago

Closing due to inactivity. Not an app bug.