Titanium JIRA Archive
Appcelerator Community (AC)

[AC-853] tiapp.xml editor fails to load 'Appcelerator Platform Services' info

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionNot Our Bug
Resolution Date2015-12-10T12:06:13.000+0000
Affected Version/sAppcelerator Studio 4.4.0
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterThomas Neerup
AssigneeMostafizur Rahman
Created2015-11-30T10:19:43.000+0000
Updated2016-03-08T07:37:08.000+0000

Description

Steps to Reproduce

Just installed at fresh copy of Appcelerator Studio. Created a new project. Enabled Appcelerator services. Everything worked fine. Now a couple of days later, Studio keeps saying that there is an update: Appcelerator CLI Core (Required) Version N/A (see atached file) I can install the update but necxt time i restart Studio. Studioasks me to update again. Now every time i edit my tiapp.xml file it tels me that: The app is registered with an organization you are not part of. (see atached file) And thats just not true.

Actual Result

N/A

Expected Result

N/A

Attachments

FileDateSize
.log2015-11-30T10:19:45.000+000051662
diagnostic1573212578999312601.log2015-11-30T10:19:51.000+0000143512
Screen Shot 2015-11-30 at 11.03.46.png2015-11-30T10:19:53.000+000024096
Screen Shot 2015-11-30 at 11.04.15.png2015-11-30T10:19:55.000+000070573

Comments

  1. Aminul Islam 2015-11-30

    Hi , Please run the command below and let us know. Step 1 :
       [sudo] npm install -g appcelerator
       appc use latest
       
    Step 2 :
       appc logout -D
       appc login # reauthenticate again with access code
       
    Could you please share with us your appcelerator plan / entitlements. ? Thanks
  2. Thomas Neerup 2015-12-01

    Hi... About the problem with not being able to se the "Appcelerator Platform Services info" it seems to be a problem that comes and goes... There is som lines in the .log file with errors... I have the indie plan. *About the update that keeps showing up:* I get the following output when i call "sudo npm install -g appcelerator" Not sure if I have to worry about it? And the Update keeps appearing... _mymachine:~ neerup$ sudo npm install -g appcelerator Password: /usr/local/bin/appc -> /usr/local/lib/node_modules/appcelerator/bin/appc /usr/local/bin/appcelerator -> /usr/local/lib/node_modules/appcelerator/bin/appc npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/npmconf requires semver@'2' but will load npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/semver, npm WARN unmet dependency which is version 5.0.3 npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/npmconf requires uid-number@'0.0.5' but will load npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/uid-number, npm WARN unmet dependency which is version 0.0.6 npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data requires semver@'2 || 3' but will load npm WARN unmet dependency /usr/local/lib/node_modules/npm/node_modules/semver, npm WARN unmet dependency which is version 5.0.3 appcelerator@4.2.2 /usr/local/lib/node_modules/appcelerator └── semver@3.0.1_
  3. Aminul Islam 2015-12-03

    Hi , Try a clean install of your Appc CLI: Uninstall Appc CLI from NPM global path *npm uninstall -g appcelerator* Remove Appc CLI installed locally *rm -rf .appcelerator* Cache clean from NPM *npm cache clean* Then, reinstall Appc CLI from NPM *npm install -g appcelerator* Run *setup appc setup* Thanks
  4. Thomas Neerup 2015-12-03

    Hi... Tried uninstalling but it did not help... In my desperation did: rm -rf ~/.appcelerator rm -rf ~/.titanium sudo npm uninstall -g titanium sudo npm uninstall -g alloy sudo npm uninstall -g acs sudo npm uninstall -g appcelerator I uninstalled Studio, all npm packages, npm itself and node. Tried to install Studio but it failed... Installed node 4.2.2 from nodejs.org Installed Studio with succes And now it seems to be working... Thanks

JSON Source