I am generating a feed where I need to specify label in this format
exhibit/views/threads?label=node_title
When I type this url in browser, it generates a JSON feed as desired. After that, I define this into an exhibit feed for including into an exhibit node.
This exhibit node generates error
We cannot locate the data file
http://www.pico-car.com/exhibit/views/threads%3Flabel%3Dnode_title
Check that the file name is correct.
As you can see, the ? and = are url encoded and hence it can not find the data.
Comments
Comment #1
davidseth commentedI had this exact same issue. I fixed it by putting in the FULL url into the /admin/content/exhibit page.
So yours would be simply: http://www.pico-car.com/exhibit/views/threads?label=node_title
Comment #2
jhuckabee commentedThis has been fixed in the latest version of the module.