plamoni / SiriProxy

A (tampering) proxy server for Apple's Siri
GNU General Public License v3.0
2.12k stars 343 forks source link

warnings during siriproxy server #474

Open elvisimprsntr opened 11 years ago

elvisimprsntr commented 11 years ago

Not sure if this is a Ruby 2.0.0-p0 or siriproxy 0.5.2 problem.

root@raspberrypi:~# siriproxy server -d 192.168.69.97 WARN: Unresolved specs during Gem::Specification.reset: rake (>= 0) WARN: Clearing out unresolved specs. Please report a bug if this causes problems.

plamoni commented 11 years ago

I get that off and on. It doesn't seem to be an issue. It might be related to eventmachine, but I'm really not sure. Anyone know what this is about?

ToddLorey commented 11 years ago

Similar to this, I get a warning for rubydns as well. Maybe it is somehow related to Issue #483 ??

...

root@raspberrypi:~# siriproxy server -d 10.0.0.13 WARN: Unresolved specs during Gem::Specification.reset: rake (>= 0) rubydns (>= 0) WARN: Clearing out unresolved specs. Please report a bug if this causes problems. ...

elvisimprsntr commented 11 years ago

I think those two issues are unrelated. Pete will be able to tell us.

changux commented 11 years ago

Here I have the same issue + other: #491