Notices


Reply
Thread Tools
spag's Avatar
Posts: 121 | Thanked: 275 times | Joined on Oct 2009 @ Blackhawk Island
#11
Originally Posted by Camaron View Post
Lastest version 0.9-1 doesnt work, it freezes at starting.
Please launch it from the command line (/opt/netmon/bin/netmon). There is a chance it displays some useful error messages on startup.
 
Posts: 22 | Thanked: 3 times | Joined on Apr 2010
#12
thanks for fast reply, this is error log:

~ $ /opt/netmon/bin/netmon
ERROR:dbus.proxies:Introspect error on :1.19:/com/nokia/phone/net: dbus.exceptions.DBusException: rpc.Error: object /com/nokia/phone/net doesn't have interface org.freedesktop.DBus.Introspectable
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/media/mmc1/python/netmon_build/src/opt/netmon/bin/netmongui.py", line 284, in run
self.update_cell_info()
File "/media/mmc1/python/netmon_build/src/opt/netmon/bin/netmongui.py", line 222, in update_cell_info
self.set_nettype(nettype)
File "/media/mmc1/python/netmon_build/src/opt/netmon/bin/netmongui.py", line 101, in set_nettype
self.cell['cellinfo']['type']['value'].set_text(network_type)
UnboundLocalError: local variable 'network_type' referenced before assignment
 
spag's Avatar
Posts: 121 | Thanked: 275 times | Joined on Oct 2009 @ Blackhawk Island
#13
Originally Posted by Camaron View Post
UnboundLocalError: local variable 'network_type' referenced before assignment
It seems to me as if the variable "network_type" was not declared and assigning it to the "cellinfo" array failed raising an exception.

Please replace the file "/opt/netmon/bin/netmongui.py" with this version:
http://65.23.153.46/down/netmongui.py and try to launch NetMon again.
 
Posts: 22 | Thanked: 3 times | Joined on Apr 2010
#14
Thanks, its working now but there is a problem with battery info... no info and freeze. I dont need this option but if you want to solve it I paste the error log

/opt/netmon/bin # ./netmon
process 2295: arguments to dbus_connection_get_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5757.
This is normally a bug in some application using the D-Bus library.
process 2295: arguments to dbus_connection_set_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5721.
This is normally a bug in some application using the D-Bus library.
Aborted
 
Posts: 12 | Thanked: 20 times | Joined on Jul 2011
#15
I can confirm version 0.9-1 from Extra's Devel does not work with the power48 kernel... I'm not sure if the power48 kernel is significant here, but it could be.

In my case, I get a D-bus error...

I downgraded to 0.6 and all works great.
 
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#16
I've uploaded netmon 0.9.3 to extras-devel with only the following minor changes:

0.9-3 * src/opt/netmon/bin/netmongui.py line 99:
- Fix network_type for no network.
* Do not install Python optimized byte code (*.pyo) files.
* Build-depends on python-support and build with dh_pysupport.
0.9-2 * Add missing python-osso dependency.
* Fix bug tracker link.

I am not using the power kernel, so would someone please test if the D-bus error still occurs?
 

The Following 5 Users Say Thank You to ginggs For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#17
Originally Posted by ginggs View Post
I am not using the power kernel, so would someone please test if the D-bus error still occurs?
You mean this
Code:
~ $ /opt/netmon/bin/netmon
ERROR:dbus.proxies:Introspect error on :1.19:/com/nokia/phone/net: dbus.exceptions.DBusException: rpc.Error: object /com/nokia/phone/net doesn't have interface org.freedesktop.DBus.Introspectable
here?
Never seen that before, as the application is working flawlessly.
I am on kp52 (an have been before on kp47 and kp50) without knowing about this "error".
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following 2 Users Say Thank You to peterleinchen For This Useful Post:
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#18
Originally Posted by peterleinchen View Post
You mean this
Code:
~ $ /opt/netmon/bin/netmon
ERROR:dbus.proxies:Introspect error on :1.19:/com/nokia/phone/net: dbus.exceptions.DBusException: rpc.Error: object /com/nokia/phone/net doesn't have interface org.freedesktop.DBus.Introspectable
here?
I meant the D-bus error mentioned in posts #14 and #15.

Originally Posted by peterleinchen View Post
Never seen that before, as the application is working flawlessly.
I am on kp52 (an have been before on kp47 and kp50) without knowing about this "error".
Can you confirm which version of Netmon you are using please?
 
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#19
I just got above "error", no more.

And of course I just updated to 0.9.3 before testing!

--edit
Just one more thing:
not obviously told, but to me I have checked standard page as well as battery and cell search pages.

--editedit
And another possible error popped up. But this one I have also seen earlier.
When selecting battery page, the values are shown (which seem to make sense according to bnf/bq27).
But the window sometimes closes on its own and vanishes. Restarting netmon and selecting again shows values and stays open (not always, but most often).
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature

Last edited by peterleinchen; 2013-09-01 at 19:49.
 

The Following 3 Users Say Thank You to peterleinchen For This Useful Post:
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#20
Originally Posted by peterleinchen View Post
I just got above "error", no more.
Confirming. I also see the introspect error with the standard kernel, but it doesn't seem to affect the application. Still, it would be nice to suppress this.

When you wrote that you have never seen it before, were you using Netmon 0.6-1 from extras-testing or 0.9-1 from extras-devel previously?

Originally Posted by peterleinchen View Post
And another possible error popped up. But this one I have also seen earlier.
When selecting battery page, the values are shown (which seem to make sense according to bnf/bq27).
But the window sometimes closes on its own and vanishes.
I see this also, it seems to happen if one leaves the battery page open after some random period. I did manage to get a python: corrupted double-linked list error though, so hopefully that will give me something to work with.

Thanks for the feedback, I think it is safe to say there is not a problem specifically with the power kernels.
 

The Following 2 Users Say Thank You to ginggs For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 11:20.