iMessageWebClient icon indicating copy to clipboard operation
iMessageWebClient copied to clipboard

Issue during install

Open jmontalbo89 opened this issue 10 years ago • 5 comments

During server setup, after using "sudo npm start" command, this error.

imessageerror

I can absolutely send the log file if necessary, just let me know.

Currently installed on a fresh Mac OS X 10.8 vm install, with literally only xcode/commandline tools/node.js installed

Thanks for all your hard work!

jmontalbo89 avatar May 22 '15 17:05 jmontalbo89

Does /System/Library/PrivateFrameworks/MessagesKit.framework exist on your computer?

Also, iMessages in general do not work well on VMs or Hackintoshes in my experience. VMs will get themselves and their host computer blacklisted from iCloud services for about a week at a time, so be warned...

CamHenlin avatar May 22 '15 17:05 CamHenlin

Also just came across this error; fresh install of node.js and running 10.10.4 OSX on an actual Mac. I also verified I have the MessagesKit.framework

Geosef avatar Jul 10 '15 13:07 Geosef

Hi @Geosef, could you post your console output of the error, or is it identical to the error in @jmontalbo89's log?

CamHenlin avatar Jul 10 '15 15:07 CamHenlin

It's identical. Thanks for looking into this!

Geosef avatar Jul 10 '15 15:07 Geosef

I spent some more time trying to reproduce this issue this evening and am still scratching my head, wondering if I could get some more info from @Geosef or @jmontalbo89. I was hoping I could get the following:

  • What shows up inside of the MessagesKit.framework for you? So, in Terminal.app, run: ls -l /System/Library/PrivateFrameworks/MessagesKit.framework/ For example, I get:
lrwxr-xr-x  1 root  wheel   28 Jan 10  2015 MessagesKit -> Versions/Current/MessagesKit
lrwxr-xr-x  1 root  wheel   26 Jan 10  2015 Resources -> Versions/Current/Resources
drwxr-xr-x  4 root  wheel  136 Jan 10  2015 Versions
drwxr-xr-x  5 root  wheel  170 Sep 16  2014 XPCServices
  • Are you able to send Messages via Messages.app manually?
  • What is the user level of the user you are trying to run as? Admin, Standard, Managed, or Sharing Only?

Thanks!

CamHenlin avatar Jul 12 '15 06:07 CamHenlin