Search:

Type: Posts; User: irabinovitch

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. I'm keeping an eye on the deki logs in hopes of...

    I'm keeping an eye on the deki logs in hopes of finding something that might be worth posting.
  2. Search indexes corruption in dekiwiki Deki 8.08.11123

    Hello,

    Since upgrading to 8.08 I've noticed our search indexes at Geek-PAC appear to need rebuilding on fairly regular basis. When this occurs none of our searches will return results, until a...
  3. All pages produced an exception about MySQL not...

    All pages produced an exception about MySQL not being able to connect, along with the error: "System.IO.FileNotFoundException: Could not load file or assembly 'Mono.Posix"

    My logs appear to have...
  4. It could easily cause 500 errors. I'm not sure...

    It could easily cause 500 errors. I'm not sure about the "Error creating standard error pipe" message though. The exceptions I was seeing were something along the lines of:
    ...
  5. I am commenting based on my experience, where...

    I am commenting based on my experience, where upgrading 2 deki instances from previous versions to 8.08 broke due to my use of unix socket, rather than TCP. Switching to TCP resolved my problems.
    ...
  6. By the way, 8.08 does not support connecting the...

    By the way, 8.08 does not support connecting the database using a unix socket. This is due to Mono.posix not being included with the 8.08 distribution.

    Pete mentioned that you can work around...
  7. The error you included indicates that "localhost"...

    The error you included indicates that "localhost" was unresolvable. Can you run "host localhost" or "ping localhost" and confirm that it resolves, as well as to what IP address?
  8. Exactly what I was looking for. Thanks. :)

    Exactly what I was looking for. Thanks. :)
  9. Accessing Extension Configuration Key Values in Dekiscript

    Hello,

    Is it possible to access extension configuration settings via dekiscript? I am working on a few dekiscript extensions, which access APIs that require end users to register for an API key....
  10. Replies
    1
    Views
    443

    Ubuntu Hardy - Mono Segfaults

    The bytesfree.org team recently stumbled across some mono issues in the Hardy 8.04 and 8.04.1 releases that we thought the Deki community might be interested in. Basically we found that after...
  11. Thread: nav panel

    by irabinovitch
    Replies
    2
    Views
    395

    A quick grep -r through the source code doesn't...

    A quick grep -r through the source code doesn't bring up any mentions of that string in the Itasca or Jay Cooke releases. I haven't had a chance to go back to Hayes or Goosebery.
  12. Thread: nav panel

    by irabinovitch
    Replies
    2
    Views
    395

    nav panel

    Hello,

    Is the ui/max-nav-items configuration item still supported? It does not appear to be working in 8.05. If it is no longer a valid setting, is there an alternative way in which the length...
  13. Thanks Steve. The patch from SVN solves the...

    Thanks Steve. The patch from SVN solves the issue.
  14. As we discussed on IRC, I think I've found the...

    As we discussed on IRC, I think I've found the issue. It appears that web.text is doing some sort of caching. As a result, if I do multiple web.text calls to the same URL but with different...
  15. web.text and xpath behave differently in 8.05 than previous releases

    Hello,

    Any ideas why the following works in 1.90 but not in 8.05?

    {{ web.text('http://api.sunlightlabs.com/people.getDataItem.php?id=fakeopenID340&code=district&output=xml','//district') }}
    ...
  16. Replies
    3
    Views
    640

    Steve, thanks for the reply. Originally what I...

    Steve, thanks for the reply.

    Originally what I was trying to do is find out if a specific ID existed in a feed. So //cosponsors/cosponsor[@id=40001]. However, I wasn't sure how to check for...
  17. Replies
    3
    Views
    640

    dekiscript and xpath

    Hello,

    I've noticed that when using web.text and an xpath query only the first result of the xpath query is returned.
    Is there anyway to return a list of the entire result set? For example the...
  18. Thanks! I'll go ahead and give this a shot.

    Thanks! I'll go ahead and give this a shot.
  19. By the way, I am running 1.9.0b.

    By the way, I am running 1.9.0b.
  20. Hmm, its outputing as if it received no...

    Hmm, its outputing as if it received no arguements. I.E:

    {}
  21. Steve, Thank you for taking a look. Changing...

    Steve,
    Thank you for taking a look. Changing it to (args.fromcode ?? "fromcode") results in the following being returned:
    ...
  22. evaluating str args in a dekiscript extension

    Hello,

    I'm attempting to create an extension for the Sunlight Foundation API using dekiscript. The first function I added peopleConvertID takes 3 arguments, but when I evaluate them they don't...
  23. Awesome. I was looking at that function in the...

    Awesome. I was looking at that function in the documetnation and hoping it would help.
  24. parsing results from a web service with dekiscript

    Hello,

    I'm trying to pull data into a deki wiki from the sunlight api web service. The results of the webserive are returned in name value pairs using the following format:

    { "entity_id" :...
  25. This turned out to be tcpwrappers blocking...

    This turned out to be tcpwrappers blocking connections to MySQL. Apparently the debian version of MySQL is compiled with tcpwrappers enabled. Remember to check your /etc/hosts.allow and...
Results 1 to 25 of 29
Page 1 of 2 1 2