-
Notifications
You must be signed in to change notification settings - Fork 8
ERROR: “Could not process entire <file> - ## lines remain” #5
Comments
It can happen for several reasons, including:
The validator is rather strict, since it was developed to detect rather minor problems with almost valid vCards. But yeah, the message should be clearer. If none of these apply, please link to the file. |
Nope:
|
I’ve tested this using both:
The personal project I’m working on is actually the reason I discovered this project. I wanted a way to validate the VCards my code is generating. Unfortunately, I keep getting this error. And AFAIK, OS X conforms to the VCard standard; any OS X-specific functionality is accomplished via the official Could you help me pinpoint the source of this? |
I'll need an actual file for this. But I don't think I've found any software yet which actually conforms to the vCard standard completely. |
VCard for testing What went wrong? But I just get the generic error mentioned earlier. Is it possible that this generic error is causing the program to exit prematurely, preventing me from receiving a more helpful error message? |
PROGRESS! :) It looks like one source of errors is the presence of the Since Instant Messaging is a pretty common thing found in VCards, can I request support for the RFC4770 extensions to VCard? |
Nice debugging, but it really should give you a more useful error message if the problem is an unknown vCard property. Do you have an example anonymized vCard I can work with? RFC4770 seems a very reasonable request for the validator. I'd just make sure to add support for it as a flag (for example |
Sure. Where do I send it?
Totally agreed. Separate RFCs should be modularized. ☺ |
Could you put it in the |
Done! I use the Git Flow branching style, so the test file has been added in an RFC 4770 feature branch. |
I keep getting this error, and it’s quite baffling. The
## lines remain
seems to equal the number of lines in the file—as if to say, “Could not process entire , ALL lines remain”.I would love to be able to use this validation feature! Please let me know what I can do to help fix this bug.
The text was updated successfully, but these errors were encountered: