Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook
Pages (12): « Previous 1 ... 8 9 10 11 12 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Official XBian 1.0 RC 1 thread
22nd Apr, 2014, 02:11 AM
Post: #151
badmonkey Offline
Registered
Posts: 15
Joined: Nov 2013
Reputation: 1
RE: Official XBian 1.0 RC 1 thread
After applying some of the latest updates over which appeared over the weekend I get a script failed message in services.py after booting. The log shows the following :-

Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'module' object has no attribute 'ISO_639_1'
                                            Traceback (most recent call last):
                                              File "/usr/local/share/xbmc/addons/plugin.xbianconfig/services.py", line 11, in <module>
                                                from services.firstrun import firstrun
                                              File "/usr/local/share/xbmc/addons/plugin.xbianconfig/services/firstrun.py", line 5, in <module>
                                                from resources.lib.utils import *
                                              File "/usr/local/share/xbmc/addons/plugin.xbianconfig/resources/lib/utils.py", line 11, in <module>
                                                import resources.lib.translation
                                              File "/usr/local/share/xbmc/addons/plugin.xbianconfig/resources/lib/translation.py", line 19, in <module>
                                                print xbmc.getLanguage(xbmc.ISO_639_1)
                                            AttributeError: 'module' object has no attribute 'ISO_639_1'
                                            -->End of Python script error report<--
Find all posts by this user
Quote this message in a reply
22nd Apr, 2014, 03:58 AM
Post: #152
Exnor Offline
Registered
Posts: 362
Joined: Aug 2013
Reputation: 8
RE: Official XBian 1.0 RC 1 thread
(22nd Apr, 2014 02:11 AM)badmonkey Wrote:  After applying some of the latest updates over which appeared over the weekend I get a script failed message in services.py after booting. The log shows the following :-

Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'module' object has no attribute 'ISO_639_1'
                                            Traceback (most recent call last):
                                              File "/usr/local/share/xbmc/addons/plugin.xbianconfig/services.py", line 11, in <module>
                                                from services.firstrun import firstrun
                                              File "/usr/local/share/xbmc/addons/plugin.xbianconfig/services/firstrun.py", line 5, in <module>
                                                from resources.lib.utils import *
                                              File "/usr/local/share/xbmc/addons/plugin.xbianconfig/resources/lib/utils.py", line 11, in <module>
                                                import resources.lib.translation
                                              File "/usr/local/share/xbmc/addons/plugin.xbianconfig/resources/lib/translation.py", line 19, in <module>
                                                print xbmc.getLanguage(xbmc.ISO_639_1)
                                            AttributeError: 'module' object has no attribute 'ISO_639_1'
                                            -->End of Python script error report<--

Was about to post the same.

Updated my 2 Pi's yesterday and i have the exact same problem... XBMC boots and i got the same msg, plus Xbian config on XBMC returns script error.

Where is the Log (in the OS) so i can post it here?

Thks.
Find all posts by this user
Quote this message in a reply
22nd Apr, 2014, 06:34 AM
Post: #153
wi.tom Offline
Registered
Posts: 4
Joined: Apr 2014
Reputation: 0
RE: Official XBian 1.0 RC 1 thread
After performing an update this weekend my xbian slows down on boot from NFS:

some dmesg output:
Code:
[   12.446414] VFS: Mounted root (nfs filesystem) on device 0:13.
[   12.447066] devtmpfs: mounted
[   12.447560] Freeing unused kernel memory: 132K (c0551000 - c0572000)
[   96.399383] vchiq: vchiq_init_state: slot_zero = 0xd0884000, is_master = 0
[   96.405400] bcm2835-cpufreq: switching to governor powersave
[   96.405428] bcm2835-cpufreq: switching to governor powersave
[   96.414742] bcm2835-cpufreq: switching to governor performance
[   96.414778] bcm2835-cpufreq: switching to governor performance

Any help would be grateful.
Find all posts by this user
Quote this message in a reply
22nd Apr, 2014, 09:10 PM
Post: #154
Darkguy Offline
Registered
Posts: 36
Joined: Oct 2013
Reputation: 0
XBMC crashes once on RC2
Since there is no RC2 thread yet I am posting this here; all these issues popped up after I upgraded to RC2:

  1. When XBMC first loads it runs for a few minutes, then crashes/quits; it doesn't throw me to a login prompt though but shows me the basic bootlog (I see conformations of variopus built-in and andd-on services, such as Transmission being started); restarting XBMC via SSH (sudo start xbmc) works fine and it runs stable after that; I don't have the debug log here right now (can post it later tonight) but there seems to be some sort of error/crash involving Python that causes this behavior
  2. I also get the error reported above (script failed message in services.py) shortly after XBMC loads
  3. xbian-config in XBMC doesn't work at all right now, xbian-config on the shell works fine


To me, all three issues seem to be connected to Python in some way; maybe it runs even deeper and is connected to the newer Python packages that originally would not install right via apt-get upgrade and required some fixes on the shell-level as documented in the Wiki?
Find all posts by this user
Quote this message in a reply
22nd Apr, 2014, 09:17 PM
Post: #155
belese Offline
Moderator
******
Posts: 650
Joined: Jan 2013
Reputation: 38
RE: Official XBian 1.0 RC 1 thread
For the python (service.py and xbian-config),

when i saw log, seems the line 19 from translation.py is not good, but it's just a print.
mk add it, but not on github, and now, i've not a functionnal pi to check.

try to just comment the line 19 from translation.py (add a # at the beginning of the line)

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
22nd Apr, 2014, 09:57 PM
Post: #156
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: Official XBian 1.0 RC 1 thread
@belese - Commenting out line 19 (#print xbmc.getLanguage(xbmc.ISO_639_1)) worked for me.

Now it works but xbian-config-extra.name has bad title and does not even work!!

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
22nd Apr, 2014, 10:18 PM
Post: #157
belese Offline
Moderator
******
Posts: 650
Joined: Jan 2013
Reputation: 38
RE: Official XBian 1.0 RC 1 thread
ok, for extra.name, i've to check the po file,
normally i've internet in less than 2 week at my new home,
and will recheck everything at that time

but for usb automounting, no idea.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
22nd Apr, 2014, 11:20 PM
Post: #158
dharmabm Offline
XBian Advocate
Posts: 43
Joined: Mar 2014
Reputation: 4
RE: Official XBian 1.0 RC 1 thread
i just got back from holiday and haven't had a chance to test anything yet, but let me know what you want me to try and i will check it with my spare pi

***please click 'thanks' if I helped!***
Find all posts by this user
Quote this message in a reply
24th Apr, 2014, 02:31 AM
Post: #159
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: Official XBian 1.0 RC 1 thread
Since the latest upgrades (April 14) I've noticed on occasions that when the screensaver kicks in (Dim in confluence) I can see the Xbian logo with Network starting in the background. Killing splash-daemon solves this problem, but then I see what appears to be the bootup messages.

Anyone else experiencing this issue?

Still experiencing the same problem, even with the latest update 2.0.25

Logged at Github 527

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
24th Apr, 2014, 03:09 AM
Post: #160
Exnor Offline
Registered
Posts: 362
Joined: Aug 2013
Reputation: 8
RE: Official XBian 1.0 RC 1 thread
(24th Apr, 2014 02:31 AM)IriDium Wrote:  Since the latest upgrades (April 14) I've noticed on occasions that when the screensaver kicks in (Dim in confluence) I can see the Xbian logo with Network starting in the background. Killing splash-daemon solves this problem, but then I see what appears to be the bootup messages.

Anyone else experiencing this issue?

Noup... that issue i dont have... Tested on my 2 Pi's.

I have is the service.py error at XBMC boot.

Log is attached.


.txt  xbmc.log.txt (Size: 199.99 KB / Downloads: 5)
Find all posts by this user
Quote this message in a reply
24th Apr, 2014, 03:19 AM
Post: #161
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: Official XBian 1.0 RC 1 thread
@Exnor See post 156 which solves (temporarily) the problem with xbian-config.

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
24th Apr, 2014, 05:16 AM
Post: #162
Exnor Offline
Registered
Posts: 362
Joined: Aug 2013
Reputation: 8
RE: Official XBian 1.0 RC 1 thread
(24th Apr, 2014 03:19 AM)IriDium Wrote:  @Exnor See post 156 which solves (temporarily) the problem with xbian-config.

thks mate. I already saw that post, but i will wait for a more definitive solution since its not really bothering me.

Just wanted to contribute with the input about the error.
Find all posts by this user
Quote this message in a reply
25th Apr, 2014, 09:05 AM
Post: #163
Darkguy Offline
Registered
Posts: 36
Joined: Oct 2013
Reputation: 0
RE: Official XBian 1.0 RC 1 thread
Even after the latest updates today, XBMC still closes down around 3-4 minutes into the first start. Once restarted via SSH, it runs just fine.

Do others have that problem as well? All the log files I looked into (everything in \\hostname\system-logs and the XBMC debug log) don't really state a reason or a crash and when enabling debug logging in XBMC the second log (when things run fine) doesn't look much different from the first.

Also, it actually looks like XBMC gracefully shuts down instead of just crashing and it also doesn't throw me to a login shell but to a screen displaying the boot log.
Find all posts by this user
Quote this message in a reply
25th Apr, 2014, 05:21 PM
Post: #164
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Official XBian 1.0 RC 1 thread
@Darkguy: https://github.com/xbianonpi/xbian/issues/523

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
27th Apr, 2014, 09:33 AM
Post: #165
Dave400 Offline
Registered
Posts: 93
Joined: Jan 2013
Reputation: 3
RE: Official XBian 1.0 RC 1 thread
I'm also receiving the python.py error.. was on wheezy, then tried both staging and devel to see if there were any later updates that hadn't filtered through to resolve..

Also getting the script error on trying to load Settings>xbian. I have tried the 'xbian-config updates updatedb' command to no joy (ran as sudo)

Also, shairplay 1.0.5 crashes out when trying to stream anything.. have reverted back to 1.0.2-1, which does the annoying take several seconds to not stutter for the first few seconds
Visit this user's website Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (12): « Previous 1 ... 8 9 10 11 12 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  Official XBian Raspberry B+ models thread IriDium 4 22,395 23rd Nov, 2014 09:14 PM
Last Post: 0xFF
  Official XBian 1.0 RC 2 Gotham (XBMC 13) thread IriDium 167 591,070 10th Sep, 2014 04:41 AM
Last Post: weezer
  Official XBian 1.0 RC 2 thread IriDium 61 202,379 16th Aug, 2014 03:10 PM
Last Post: mehlvogel
  Official XBian 1.0 Beta 2 thread IriDium 411 1,458,079 7th Mar, 2014 09:56 PM
Last Post: leadergr
  Official XBian 1.0 Beta 1 thread Koenkk 303 1,237,047 12th Dec, 2013 12:46 AM
Last Post: Exnor
  Official XBian 1.0 Alpha 5 thread Koenkk 366 1,486,792 15th Aug, 2013 07:35 AM
Last Post: anthonyonions
  Official XBMC 12.2 Thread Koenkk 118 484,649 4th Jul, 2013 09:11 AM
Last Post: mk01

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 19th May, 2025, 06:16 PM Powered By MyBB, © 2002-2025 MyBB Group.