Hello,

 In the search page, the left pane lists the records. When I click on the 
title of a record (or 'edit'), a window opens
  with a URL such 
as http://localhost:8000/report/24fa609a-f230-4951-a587-a1ae404488fa
  but with the error message:
   
DoesNotExist at /report/24fa609a-f230-4951-a587-a1ae404488fa

Resource matching query does not exist.

The console output follows below.


  What is the source of this problem? how to fix it?

   Thanks,
              Yuval

------------------------[24/Mar/2019 17:16:07] "GET 
/resource/descriptors/f68b0d2e-24ab-49c2-be40-50407c09b6b3 HTTP/1.1" 500 26334
Internal Server Error: /report/24fa609a-f230-4951-a587-a1ae404488fa
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\django\core\handlers\exception.py", line 
41, in inner
    response = get_response(request)
  File "C:\Python27\lib\site-packages\django\core\handlers\base.py", line 187, 
in _get_response
    response = self.process_exception_by_middleware(e, request)
  File "C:\Python27\lib\site-packages\django\core\handlers\base.py", line 185, 
in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "C:\Python27\lib\site-packages\django\views\generic\base.py", line 68, 
in view
    return self.dispatch(request, *args, **kwargs)
  File "C:\Python27\lib\site-packages\django\views\generic\base.py", line 88, 
in dispatch
    return handler(request, *args, **kwargs)
  File "C:\Python27\lib\site-packages\arches\app\views\resource.py", line 526, 
in get
    resource = Resource.objects.get(pk=resourceid)
  File "C:\Python27\lib\site-packages\django\db\models\manager.py", line 85, in 
manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "C:\Python27\lib\site-packages\django\db\models\query.py", line 380, in 
get
    self.model._meta.object_name
DoesNotExist: Resource matching query does not exist.
[24/Mar/2019 17:16:22] "GET /report/24fa609a-f230-4951-a587-a1ae404488fa 
HTTP/1.1" 500 108003
  

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to