Bug #2047
Work image isn't loading
Start date:
09/06/2017
Due date:
% Done:
100%
Associated revisions
Fixing issue where the images weren't loading
Reference #2047
History
#1
    
    Updated by Luke Murphey about 8 years ago
    
    
2017-09-06 09:56:50,074 CST [ERROR] django.request: Internal Server Error: /work_image/nicomachean-ethics
Traceback (most recent call last):
  File "/var/virtualenv/textcritical_net/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/var/virtualenv/textcritical_net/local/lib/python2.7/site-packages/django/utils/decorators.py", line 127, in _wrapped_view
    return middleware.process_response(request, response)
  File "/var/virtualenv/textcritical_net/local/lib/python2.7/site-packages/django/middleware/cache.py", line 103, in process_response
    self.cache.set(cache_key, response, timeout)
  File "/var/virtualenv/textcritical_net/local/lib/python2.7/site-packages/django/core/cache/backends/filebased.py", line 58, in set
    f.write(zlib.compress(pickle.dumps(value), -1))
TypeError: expected string or Unicode object, NoneType found
#2
    
    Updated by Luke Murphey about 8 years ago
    
    
    #3
    
    Updated by Luke Murphey about 8 years ago
    
    Observations:
	
    - Tried without the argument, that failed too.
 - Tested locally, it works
 - Does the URL exist on the server?
	
- It does
 
 - Do other URLs with underscores work?
	
- Beta code converter works
 
 - Is the title not the expected value?
	
- It's the same as read_work
 
 - Could the server not recognize the URL because it hasn't been restarted?
	
- Restarted, didn't help
 
 - Could the dash be the problem?
	
- Tried with abdicatus, didn't work
 - https://textcritical.net/work_image/abdicatus?width=100
 
 - What happens if I hard-code the app to 'abdicatus'
	
- That worked, along with removing the cache call
 - Its the cache call that is causing the problem
 
 
#4
    
    Updated by Luke Murphey about 8 years ago
    
    Might want to cache the images in files
#5
    
    Updated by Luke Murphey about 8 years ago
    
    - % Done changed from 0 to 60
 
#6
    
    Updated by Luke Murphey about 8 years ago
    
    - Status changed from New to Closed
 - % Done changed from 60 to 100