You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
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: ''
The text was updated successfully, but these errors were encountered:
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: ''
The text was updated successfully, but these errors were encountered: