I've just updated Unsub to have better messages when you run into problems uploading files. Before this change sometimes file uploads would fail and not given any message at all. The known cases have been fixed, but new ones will most likely happen as you can imagine with files that can contain anything :)
Some example error messages include:
COUNTER file uploads:
- A file encoding issue: 'utf-8' codec can't decode byte 0xfc in position 3524: invalid start byte (try fixing encoding issues, possibly saving file in a different format, and/or changing file encoding)
- An issue with the data type in the yop column: First error. Error reading column 'yop': Unrecognized integer format.
Title price file uploads:
- Missing required columns: Required: ['issn', 'price'], Found: ['1052-5629', 'USD', '1', '972']
PTA file uploads:
- Date in incorrect format: Error reading column 'start_date': Date must contain a 4-digit year
Cheers, Scott