Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Error Processing File #434

Open
cldirobot opened this issue Jan 4, 2018 · 0 comments
Open

Error Processing File #434

cldirobot opened this issue Jan 4, 2018 · 0 comments
Labels

Comments

@cldirobot
Copy link
Collaborator

File: 902006daef21528fec5706c9471f4000.mrc
Python Stacktrace:

Traceback (most recent call last):
File "/home/ubuntu/CanLink/code/website/views.py", line 119, in processRecords
response = process(records_file, lac_upload, silent_output)
File "/home/ubuntu/CanLink/code/website/processing/processing.py", line 762, in process
thesis = Thesis(record, universities_dbpedia, university_uri_cache, subjects, degrees, silent_output)
File "/home/ubuntu/CanLink/code/website/processing/processing.py", line 63, in init
self.date = self.getDate()
File "/home/ubuntu/CanLink/code/website/processing/processing.py", line 214, in getDate
return(int(''.join(c for c in date if str(c).isdigit())))
ValueError: invalid literal for int() with base 10: ''

@cldirobot cldirobot added the bug label Jan 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant