You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsonr...@googlegroups.com
Hey guys,
I'am having trouble with jsonrpclib - I wrote a service (with jsonrpc) which is polled every 500ms on a frequent basis. User input (its all in django) also performs requests on that service. At some point (not quite determinable) there comes exceptions like CannotSendRequest or ResponseNotReady.
I already use locks on the service call client but nevertheless it results in such errors.
Any ideas? More code?
Anything?
Thanks!
Robert K.
unread,
Mar 19, 2014, 6:15:44 PM3/19/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsonr...@googlegroups.com
Nevermind - i had another service ran, that had no locks causing the problem!