<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>Vuzit Forum</title>
<link>http://oldforum.vuzit.com</link>
<language>en</language>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<item>
<title>Vuzit API / PHP Class API Error 410 (cera)</title>
<link>http://oldforum.vuzit.com/viewtopic.php?pid=241#241</link>
<description>&#60;blockquote&#62;&#60;div class=&#34;incqbox&#34;&#62;&#60;h4&#62;workshed wrote:&#60;/h4&#62;&#60;p&#62;Hi Brent, thanks for the reply!&#60;br /&#62;&#60;br /&#62;1) Yep, using VuzipPHP&#60;br /&#62;&#60;br /&#62;2) Here is the code (our actual keys are in the real code):&#60;br /&#62;&#60;br /&#62;include_once &#38;quot;VuzitPHP/lib/vuzit.php&#38;quot;;&#60;br /&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;br /&#62;$timestamp = time();&#60;br /&#62;&#60;br /&#62;Vuzit_Service::$PublicKey = '...';&#60;br /&#62;Vuzit_Service::$PrivateKey = '...';&#60;br /&#62;&#60;br /&#62;$result = Vuzit_Document::destroy($_POST['prev_doc_id']);&#60;br /&#62;&#60;br /&#62;3) I think this is the issue. We have this on one of our dev servers, which is a VPS. The parent server's time is off by a half hour. Is there a workaround for this until we move it off to a production server?&#60;br /&#62;&#60;br /&#62;Thanks again!&#60;br /&#62;&#60;br /&#62;-Bret&#60;/p&#62;&#60;/div&#62;&#60;/blockquote&#62;&#60;p&#62;Workshed,&#60;br /&#62;&#60;br /&#62;We started using GetSatisfaction for our support requests, and when we changed the DNS on this forum our alarms got dropped.&#38;nbsp; I apologize for the delay.&#60;br /&#62;&#60;br /&#62;Have you resolved this issue?&#38;nbsp; Part of the authentication requires that the times be relatively synchronized, and it prevents unauthorized replay attacks.&#38;nbsp; This sounds to be the source of your problem though.&#60;br /&#62;&#60;br /&#62;Let me know if we can help you with something else. -Chris&#60;/p&#62;</description>
<category>Vuzit API / PHP Class API Error 410</category>
<pubDate>Thu, 21 May 2009 09:11:22 -0700</pubDate>
</item>
<item>
<title>Vuzit API / PHP Class API Error 410 (workshed)</title>
<link>http://oldforum.vuzit.com/viewtopic.php?pid=238#238</link>
<description>&#60;p&#62;Hi Brent, thanks for the reply!&#60;br /&#62;&#60;br /&#62;1) Yep, using VuzipPHP&#60;br /&#62;&#60;br /&#62;2) Here is the code (our actual keys are in the real code):&#60;br /&#62;&#60;br /&#62;include_once &#38;quot;VuzitPHP/lib/vuzit.php&#38;quot;;&#60;br /&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;br /&#62;$timestamp = time();&#60;br /&#62;&#60;br /&#62;Vuzit_Service::$PublicKey = '...';&#60;br /&#62;Vuzit_Service::$PrivateKey = '...';&#60;br /&#62;&#60;br /&#62;$result = Vuzit_Document::destroy($_POST['prev_doc_id']);&#60;br /&#62;&#60;br /&#62;3) I think this is the issue. We have this on one of our dev servers, which is a VPS. The parent server's time is off by a half hour. Is there a workaround for this until we move it off to a production server?&#60;br /&#62;&#60;br /&#62;Thanks again!&#60;br /&#62;&#60;br /&#62;-Bret&#60;/p&#62;</description>
<category>Vuzit API / PHP Class API Error 410</category>
<pubDate>Wed, 13 May 2009 07:30:11 -0700</pubDate>
</item>
<item>
<title>Vuzit API / PHP Class API Error 410 (bmatzelle)</title>
<link>http://oldforum.vuzit.com/viewtopic.php?pid=236#236</link>
<description>&#60;p&#62;Hey Bret,&#60;br /&#62;&#60;br /&#62;I'm going to need a few details so I can help you better.&#38;nbsp; &#60;br /&#62;&#60;br /&#62;* Are you using &#60;a href=&#34;http://wiki.github.com/vuzit/vuzitphp&#34;&#62;VuzitPHP&#60;/a&#62;?&#38;nbsp; &#60;br /&#62;* Does your example look like the VuzitPHP &#60;a href=&#34;http://wiki.github.com/vuzit/vuzitphp/code-samples&#34;&#62;delete example&#60;/a&#62;?: &#60;br /&#62;* What is the time on your server that's running the code?&#38;nbsp; A PHP time() call will give you the timestamp from the server.&#38;nbsp; Requests expire after several minutes so if the clock is off then it will show up as expired.&#60;/p&#62;</description>
<category>Vuzit API / PHP Class API Error 410</category>
<pubDate>Tue, 05 May 2009 13:39:33 -0700</pubDate>
</item>
<item>
<title>Vuzit API / PHP Class API Error 410 (workshed)</title>
<link>http://oldforum.vuzit.com/viewtopic.php?pid=235#235</link>
<description>&#60;p&#62;Hi-&#60;br /&#62;&#60;br /&#62;Using the PHP class to attempt to delete documents via the web service API, after the user is done viewing them. I am getting the below error:&#60;br /&#62;&#60;br /&#62;&#38;lt;err&#38;gt;&#38;lt;code&#38;gt;410&#38;lt;/code&#38;gt;&#38;lt;msg&#38;gt;Time expired for the request&#38;lt;/msg&#38;gt;&#38;lt;/err&#38;gt;&#60;br /&#62;&#60;br /&#62;Was not able to find a reference of all of the errors and their causes. Can someone help elaborate on the cause of this one? &#60;br /&#62;&#60;br /&#62;Thanks!&#60;br /&#62;&#60;br /&#62;-Bret&#60;/p&#62;</description>
<category>Vuzit API / PHP Class API Error 410</category>
<pubDate>Tue, 05 May 2009 12:53:34 -0700</pubDate>
</item>
<item>
<title>Vuzit API / Web Service API to retrieve list of document ids? (tristan)</title>
<link>http://oldforum.vuzit.com/viewtopic.php?pid=232#232</link>
<description>&#60;p&#62;Thanks. I'm not in too big of a hurry to use it, but it's nice that it's coming up.&#60;/p&#62;</description>
<category>Vuzit API / Web Service API to retrieve list of document ids?</category>
<pubDate>Thu, 30 Apr 2009 18:42:11 -0700</pubDate>
</item>
<item>
<title>Troubleshooting and Bug Reports / Vuzit misinterprets pdf as plain text (cera)</title>
<link>http://oldforum.vuzit.com/viewtopic.php?pid=231#231</link>
<description>&#60;p&#62;I missed your first question.&#38;nbsp; I'm able to download this document with Firefox, but I cannot read it in my version of Adobe Reader.&#38;nbsp; I'm not sure if it's corrupted, or perhaps you have changed things since you posted your original inquiry.&#38;nbsp; Let me know, -Chris&#60;/p&#62;</description>
<category>Troubleshooting and Bug Reports / Vuzit misinterprets pdf as plain text</category>
<pubDate>Thu, 30 Apr 2009 08:19:21 -0700</pubDate>
</item>
<item>
<title>Vuzit API / Web Service API to retrieve list of document ids? (cera)</title>
<link>http://oldforum.vuzit.com/viewtopic.php?pid=230#230</link>
<description>&#60;p&#62;Hi Tristan,&#60;br /&#62;&#60;br /&#62;At the moment we don't have support for this method.&#38;nbsp; It's likely going to be an 'index' method of the Documents resource in the Web Services API.&#38;nbsp; This is a very near-term goal for us, and if you need more details on that, or anything custom that you are trying to build, then please feel free to &#60;a href=&#34;http://vuzit.com/about/contact_us&#34;&#62;contact us by email&#60;/a&#62;.&#38;nbsp; Best, -Chris&#60;/p&#62;</description>
<category>Vuzit API / Web Service API to retrieve list of document ids?</category>
<pubDate>Thu, 30 Apr 2009 08:10:44 -0700</pubDate>
</item>
<item>
<title>Troubleshooting and Bug Reports / Vuzit misinterprets pdf as plain text (cera)</title>
<link>http://oldforum.vuzit.com/viewtopic.php?pid=229#229</link>
<description>&#60;p&#62;Hi Tristan,&#60;br /&#62;&#60;br /&#62;The public key is used on websites for identification of your account.&#38;nbsp; The private key is used to generate the authentication signature of our Web Service APIs, and the Javascript Display API when working with secure documents that you want to remain private.&#38;nbsp; These are documented in our Web Services API documentation[1], the VuzitCL Windows/Linux command-line tool [2], our PHP/Ruby libraries hosted on github[3], and the Viewer Javascript API constructor method[4].&#60;br /&#62;&#60;br /&#62;[1] &#60;a href=&#34;http://vuzit.com/developer/documents_api#signature&#34;&#62;http://vuzit.com/developer/documents_api#signature&#60;/a&#62;&#60;br /&#62;[2] &#60;a href=&#34;http://wiki.github.com/vuzit/vuzitruby/vuzitcl&#34;&#62;http://wiki.github.com/vuzit/vuzitruby/vuzitcl&#60;/a&#62;&#60;br /&#62;[3] &#60;a href=&#34;http://wiki.github.com/vuzit/&#34;&#62;http://wiki.github.com/vuzit/&#60;/a&#62;&#60;br /&#62;[4] &#60;a href=&#34;http://vuzit.com/developer/reference#vuzit.Viewer.constructor&#34;&#62;http://vuzit.com/developer/reference#vu &#38;hellip; onstructor&#60;/a&#62;&#60;br /&#62;&#60;br /&#62;Please let us know if you have any other questions.&#38;nbsp; -Chris&#60;/p&#62;</description>
<category>Troubleshooting and Bug Reports / Vuzit misinterprets pdf as plain text</category>
<pubDate>Thu, 30 Apr 2009 08:04:20 -0700</pubDate>
</item>
<item>
<title>Vuzit API / Web Service API to retrieve list of document ids? (tristan)</title>
<link>http://oldforum.vuzit.com/viewtopic.php?pid=228#228</link>
<description>&#60;p&#62;Hello,&#60;br /&#62;&#60;br /&#62;I was wondering if it's possible to use the Web Service API to retrieve a list of document id's of documents that are uploaded to your account? Or is there some other way to figure this out? Ideally i'd get a list similar to the one you get when i press the 'documents' button in my account dashboard. I could write a script to log in and parse the documents page, but that seems like a hassle, there has to be a simpler way to do this.&#60;br /&#62;&#60;br /&#62;Thanks,&#60;br /&#62;&#60;br /&#62;Tristan&#60;/p&#62;</description>
<category>Vuzit API / Web Service API to retrieve list of document ids?</category>
<pubDate>Thu, 30 Apr 2009 03:28:37 -0700</pubDate>
</item>
<item>
<title>Troubleshooting and Bug Reports / Vuzit misinterprets pdf as plain text (tristan)</title>
<link>http://oldforum.vuzit.com/viewtopic.php?pid=226#226</link>
<description>&#60;p&#62;Never mind the last question. I found it under Settings. I never even thought of looking there. What's the difference between the public and the private key?&#60;br /&#62;&#60;br /&#62;Tristan&#60;/p&#62;</description>
<category>Troubleshooting and Bug Reports / Vuzit misinterprets pdf as plain text</category>
<pubDate>Thu, 30 Apr 2009 00:49:08 -0700</pubDate>
</item>
<item>
<title>Troubleshooting and Bug Reports / Vuzit misinterprets pdf as plain text (tristan)</title>
<link>http://oldforum.vuzit.com/viewtopic.php?pid=225#225</link>
<description>&#60;p&#62;Hello Vuzit,&#60;br /&#62;&#60;br /&#62;I actually have a couple of questions:&#60;br /&#62;&#60;br /&#62;I have a pdf file: &#60;a href=&#34;http://www.brown.edu/Research/Sello_Research/PAGE.pdf&#34;&#62;http://www.brown.edu/Research/Sello_Research/PAGE.pdf&#60;/a&#62; that is being misinterpreted as plain text by Vuzit (&#60;a href=&#34;http://vuzit.com/view/?url=http://www.brown.edu/Research/Sello_Research/PAGE.pdf&#38;amp;output=embed&#38;amp;z=0&#34;&#62;http://vuzit.com/view/?url=http://www.b &#38;hellip; ed&#38;amp;z=0&#60;/a&#62;) What's going on here? When i click the 'download' button it displays fine on my local pdf viewer.&#60;br /&#62;&#60;br /&#62;&#60;br /&#62;If i have a file that is accessed by a url that contains arguments like getfile.php?id=42 , do i need to escape those ? and = characters if i want to access it by the embedded method, as to not make them intefere with the rest of the embedded vuzit url?&#60;br /&#62;&#60;br /&#62;e.g. is &#60;a href=&#34;http://vuzit.com/view/?url=http://........../getfile.php?id=42&#38;amp;output=embed&#38;amp;z=0&#34;&#62;http://vuzit.com/view/?url=http://..... &#38;hellip; ed&#38;amp;z=0&#60;/a&#62; ok? or do i need to escape the ? and = characters?&#60;br /&#62;&#60;br /&#62;&#60;br /&#62;&#60;br /&#62;One more question: Where do I find my 'key'? I get the message &#38;quot;The public API key is missing or invalid. Sign up for a free account.&#38;quot; but i think i have the right key. Can i check it somewhere on my dashboard?&#60;br /&#62;&#60;br /&#62;Thank you for your time on these questions, and thank you for making such cool software,&#60;br /&#62;&#60;br /&#62;&#60;br /&#62;Tristan&#60;/p&#62;</description>
<category>Troubleshooting and Bug Reports / Vuzit misinterprets pdf as plain text</category>
<pubDate>Thu, 30 Apr 2009 00:26:14 -0700</pubDate>
</item>
<item>
<title>Troubleshooting and Bug Reports / doesn't work (cera)</title>
<link>http://oldforum.vuzit.com/viewtopic.php?pid=224#224</link>
<description>&#60;p&#62;Hi chipw,&#60;br /&#62;&#60;br /&#62;The way Nodobe works is through the right-click menu.&#38;nbsp; You will see an option that states &#38;quot;Open Link in New Tab with Nodobe&#38;quot;.&#38;nbsp; It does not view the content directly within the web browser (yet).&#60;br /&#62;&#60;br /&#62;Let me know if you have any other questions. -Chris&#60;/p&#62;</description>
<category>Troubleshooting and Bug Reports / doesn't work</category>
<pubDate>Wed, 22 Apr 2009 08:39:47 -0700</pubDate>
</item>
<item>
<title>Troubleshooting and Bug Reports / doesn't work (chipw)</title>
<link>http://oldforum.vuzit.com/viewtopic.php?pid=223#223</link>
<description>&#60;p&#62;I just installed the Firefox plugin, went to a page to view a .tiff file and am being asked to download it or which app to view it in. How do I get the plugin to view the .tiff by default?&#60;/p&#62;</description>
<category>Troubleshooting and Bug Reports / doesn't work</category>
<pubDate>Tue, 21 Apr 2009 08:36:05 -0700</pubDate>
</item>
<item>
<title>Troubleshooting and Bug Reports / Error 105 (cera)</title>
<link>http://oldforum.vuzit.com/viewtopic.php?pid=222#222</link>
<description>&#60;blockquote&#62;&#60;div class=&#34;incqbox&#34;&#62;&#60;h4&#62;fedemika wrote:&#60;/h4&#62;&#60;p&#62;When I get the doc using viewer.getDocument(), it throws this errors:&#60;br /&#62; &#60;br /&#62;doc.getErrorCode() -&#38;gt; &#38;quot;105&#38;quot;&#60;br /&#62;doc.getErrorMessage() -&#38;gt; &#38;quot;Error processing document&#38;quot;&#60;br /&#62;&#60;br /&#62;any idea? We have just upgraded the account, maybe somthing to do?&#60;br /&#62;&#60;br /&#62;Thanks&#60;/p&#62;&#60;/div&#62;&#60;/blockquote&#62;&#60;p&#62;Hi fedemika,&#60;br /&#62;&#60;br /&#62;This means that there is a processing error with the document.&#38;nbsp; This can happen for a number of reasons.&#60;br /&#62;&#60;br /&#62;I don't want to get into specifics about your content on a public forum since you haven't disclosed anything yourself, so I will send you a response over email.&#60;br /&#62;&#60;br /&#62;Thanks! -Chris&#60;/p&#62;</description>
<category>Troubleshooting and Bug Reports / Error 105</category>
<pubDate>Thu, 16 Apr 2009 17:41:28 -0700</pubDate>
</item>
<item>
<title>Troubleshooting and Bug Reports / Error 105 (fedemika)</title>
<link>http://oldforum.vuzit.com/viewtopic.php?pid=221#221</link>
<description>&#60;p&#62;When I get the doc using viewer.getDocument(), it throws this errors:&#60;br /&#62; &#60;br /&#62;doc.getErrorCode() -&#38;gt; &#38;quot;105&#38;quot;&#60;br /&#62;doc.getErrorMessage() -&#38;gt; &#38;quot;Error processing document&#38;quot;&#60;br /&#62;&#60;br /&#62;any idea? We have just upgraded the account, maybe somthing to do?&#60;br /&#62;&#60;br /&#62;Thanks&#60;/p&#62;</description>
<category>Troubleshooting and Bug Reports / Error 105</category>
<pubDate>Thu, 16 Apr 2009 12:09:40 -0700</pubDate>
</item>
</channel>
</rss>

