Ticket #146 (new defect)
orbited 0.8 missed a changeset in the transition to bitbucket
| Reported by: | desmaj | Owned by: | desmaj |
|---|---|---|---|
| Priority: | major | Milestone: | Orbited 0.8beta2 |
| Component: | Orbited Daemon | Version: | Orbited 0.8beta1 |
| Keywords: | Cc: | matthew.desmarais@… |
Description
"Hi. I really appreciate your work on Orbited. I'm currently implementing several real-time Web applications, and would like to use Orbited 0.8 for the task, since 0.7.10 behaved a bit unstable when combined with the Javascript needed to integrate with Facebook Connect. So far 0.8, combined woth the (old) stomp.js seems much more stable (could it be the connection multiplexing?), however I have some problems where the server throws exceptions on line 179 in abstract.py ("Data must not be unicode") and I'm puzzled about how to avoid this."
This problem was fixed in the last svn commit on the 0.8 branch, but I apparently made that commit after desmaj moved development over to bitbucket. We're in the process of applying that diff to the bitbucket version, but for now you can try out the svn version here: http://orbited.org/svn/orbited/branches/0.8/daemon/orbited/ (particularly the problem was fixed in proxy.py)