csotik / aimp-control-plugin

Automatically exported from code.google.com/p/aimp-control-plugin
0 stars 0 forks source link

Settings.dat #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i use this on Winodws 8 and after make any changes in settings.dat nothing 
happened. I try changed the port to 3335 restart the aimp and then can't open 
in http://localhost:3335/   but when i write again port 3333 web is open. So 
why changes ingores from aimp???

Original issue reported on code.google.com by nicst...@gmail.com on 17 Feb 2014 at 5:04

GoogleCodeExporter commented 8 years ago
1) port 3335 can be already in use by another program on your machine.
2) be sure you edit proper settings.dat which is read by plugin.

If all is ok, try to enable debug log.

How to turn of debug log:
 1. In <aimp root>\Plugins\Control plugin\settings.dat file: set 'debug' severity instead 'critical'.
 2. ensure that log can be written. Logs are saved in <aimp root>\Plugins\Control plugin. Old logs are in 'logs' subdirectory. This may require launch aimp with administrator rights.

Please send all logs to me.

Original comment by ivanbl4....@gmail.com on 17 Feb 2014 at 7:49

GoogleCodeExporter commented 8 years ago
Hmm help me about log ...what exactly add to settings.dat
i run aimp from administrator  but not sure add right this  in settings.dat

<'debug' severity instead 'critical'>  

Original comment by nicst...@gmail.com on 17 Feb 2014 at 9:08

GoogleCodeExporter commented 8 years ago
you need just replace text '<severity>critical</severity>' with 
'<severity>debug</severity>'

Original comment by ivanbl4....@gmail.com on 17 Feb 2014 at 9:25

GoogleCodeExporter commented 8 years ago
Friend nothing happened again ..plugin ignore the settings.dat trust me..i 
replace twice with original .dat  and edit with notepad i attach my 
settings.dat You see what port i write but web open again on port 3333. and not 
have log. 

I like try used your plugin instead from  other wich 
https://code.google.com/p/aimp-web-ctl/downloads/list
 in this plugin if  change  the port is changed realy ... and i conect :(

Thanks

Original comment by nicst...@gmail.com on 17 Feb 2014 at 9:55

Attachments:

GoogleCodeExporter commented 8 years ago
The only way I can help you now is using of this tool for 
http://download.teamviewer.com/download/TeamViewerQS_ru-ckq.exe for desktop 
sharing. If it is applicable, download it, launch and email me ID and temporary 
password from it. I will connect and see what is going on.

Original comment by ivanbl4....@gmail.com on 17 Feb 2014 at 10:09

GoogleCodeExporter commented 8 years ago
OK i attach the capture with ID and password ,let try :)

Original comment by nicst...@gmail.com on 17 Feb 2014 at 10:29

GoogleCodeExporter commented 8 years ago
Ok, the reason was in incorrect syntax of settings file. Fixed now.

Original comment by ivanbl4....@gmail.com on 17 Feb 2014 at 10:55

GoogleCodeExporter commented 8 years ago
Thank you for your testing and help i see the reason ...because  i try many 
changes find  from my phone  make this :(

confirm right syntax  <192.168.1.1>localhost</192.168.1.199> to open from phone 
and other pc in my network

Original comment by nicst...@gmail.com on 17 Feb 2014 at 11:01

GoogleCodeExporter commented 8 years ago
Right syntax is <ip_to_bind></ip_to_bind> instead 
<ip_to_bind>localhost</ip_to_bind>.

Original comment by ivanbl4....@gmail.com on 17 Feb 2014 at 11:13

GoogleCodeExporter commented 8 years ago
Thank you again for help , that is my big mistake... please add some help in 
next settings.dat to stupid people like me :) 
<ip_to_bind></ip_to_bind> i make this mistake <192.168.1.1></192.168.100>  right
is : <ip_to_bind>192.168.100</ip_to_bind>
now all is work and plugin is good that other !!!

Regards
Daniel

Original comment by nicst...@gmail.com on 17 Feb 2014 at 11:25