bk1285 / rpi_wordclock

Software to create a Raspberry Pi based wordclock
GNU General Public License v3.0
214 stars 107 forks source link

Plugin Sunset failed Import #63

Closed mblonski2015 closed 7 years ago

mblonski2015 commented 7 years ago

Hey, I gave away my World Clock as a gift, but now I got the feedback, that the sunset is missing. After I SSH'ed me to the pi and watched the startup, I do got the error, that sunset failed to import. I downloaded the plugin again. renamed the folder and uploaded to the pi, but even the "new" plug in failed to be imported. Is there any log or anything I should check? Honestly I have no clue where to start my search. Any help is highly appreciated.

Many thanks in advance Mathias

mrksngl commented 7 years ago

A good starting point is telling us at least something about the error, i.e. all the output of the python process.

mblonski2015 commented 7 years ago

Hello,

thanks fort he feedback. At startup is just says

„import Sunset failed“

I’m sorry, but I’ve produced it as a gift and as I handed it over I found out that the sunset is missing and unfortunately I don’t have access to it right now.

Since I re downloaded the plug-in and renamed the folder to sunset 2 and it comes up with the same error, I assume, that the plug in is fine. Do you know what is checked during the import? Mathias

Von: mrksngl [mailto:notifications@github.com] Gesendet: Dienstag, 28. März 2017 11:33 An: bk1285/rpi_wordclock Cc: Mathias Blonski; Author Betreff: Re: [bk1285/rpi_wordclock] Plugin Sunset failed Import (#63)

A good starting point is telling us at least something about the error, i.e. all the output of the python process.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bk1285/rpi_wordclock/issues/63#issuecomment-289715671, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALuQPgiMka738iS8nVw2NK4bDwe7-HOJks5rqNPTgaJpZM4MpJT4.

phenze commented 7 years ago

Did you install all dependencies ? I think for the sunset Plugin you need : pip install astral

When it is nor working either do the following: Import traceback module import traceback add this in the in line 77 (before printing "Failed to import plugin") in wordclock.py : traceback.print_exc()

Then you will get a more detailed error.

bk1285 commented 7 years ago

Hi mblonski2015

please reopen, in case you still experience these issues and you can provide new information as proposed by @mrksngl and @euchkatzl

Best, Bernd