Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 2nd clock shown somewhere on the screen #1415

Closed
4 tasks done
schnurlos opened this issue Feb 4, 2025 · 2 comments
Closed
4 tasks done

[BUG] 2nd clock shown somewhere on the screen #1415

schnurlos opened this issue Feb 4, 2025 · 2 comments
Assignees
Labels
bug Something isn't working triage This hasn't been chcked yet by any maintainer

Comments

@schnurlos
Copy link

Please confirm these before moving forward

  • I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
  • I have tested that this issue has not been fixed in the latest (beta or stable) release.
  • I have checked the FAQ section for solutions.
  • This issue is about a bug (if it is not, please use the correct template).

Describe your issue

As I did a lot of testing with elevenclock, at least I found a way for me to work on windows 11 and 2 screen scenarios.
What I always see is an artifact on the screen, nearly the color of the background. So I see some logic on that.
Today I tried modifiying settings again and found out that activating the 2nd clock in clock settings brings that on top.

Steps to reproduce the issue

Screenshots say everything.
[http://www.should.keepfree.de/Elevenclock/Elevenclock_Screenshot_2nd%20clock%20off.png]
[http://www.should.keepfree.de/Elevenclock/Elevenclock_Screenshot_2nd%20clock%20on.png]

ElevenClock Log

🟢 Using cached lang file
🟡 Using bundled lang file (forced=True)
It took 0.0 to load all language files
---------------------------------------------------------------------------------------------------

   ElevenClock's 4.4.1.1 (v4.411) log: Select all the text and hit Ctrl+C to copy it
   All modules loaded successfully and sys.stdout patched correctly, starting main script
   Translator function set language to "en"

---------------------------------------------------------------------------------------------------

 Log legend:
 🔵: Verbose
 🟢: Information
 🟡: Warning
 🟠: Handled unexpected exception
 🔴: Unhandled unexpected exception
 🟣: Handled expected exception

🔵 Initializing clock 0...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟡 Clock __._DISPLAY1 on the right (forced)
🟢 Clock on the bottom
🟢 Clock on the right
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(1647, 914, 200, 46)
🔵 Full screen rect:  (0, 0, 1707, 960)
🔵 Initializing clock 0...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟡 Clock __._DISPLAY1 on the right (forced)
🟢 Clock on the bottom
🟡 Clock on the left
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(140, 914, 200, 46)
🔵 Full screen rect:  (0, 0, 1707, 960)
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 0): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 0): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🔵 Initializing clock 1...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟢 Clock on the bottom
🟡 Clock on the left
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(2700, 1394, 200, 46)
🔵 Full screen rect:  (2560, 0, 5120, 1440)
🔵 Language file up-to-date
🔵 Initializing clock 1...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟢 Clock on the bottom
🟢 Clock on the right
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(5060, 1394, 200, 46)
🔵 Full screen rect:  (2560, 0, 5120, 1440)
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 1): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 300, in _read_status

🔴   File "http\client.py", line 300, in _read_status

🔴 http.client.RemoteDisconnected: Remote end closed connection without response

🔴 http.client.RemoteDisconnected: Remote end closed connection without response

🔴 Note this traceback was caught by reporter and has been added to the log (Remote end closed connection without response)
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 1): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🟢 Loaded clocks in 0.6724362373352051
🔵 Restart loop: 1
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 292, in _read_status

🔴   File "http\client.py", line 292, in _read_status

🔴   File "socket.py", line 708, in readinto

🔴   File "socket.py", line 708, in readinto

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 Note this traceback was caught by reporter and has been added to the log ([WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen)
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 300, in _read_status

🔴   File "http\client.py", line 300, in _read_status

🔴 http.client.RemoteDisconnected: Remote end closed connection without response

🔴 http.client.RemoteDisconnected: Remote end closed connection without response

🔴 Note this traceback was caught by reporter and has been added to the log (Remote end closed connection without response)
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 292, in _read_status

🔴   File "http\client.py", line 292, in _read_status

🔴   File "socket.py", line 708, in readinto

🔴   File "socket.py", line 708, in readinto

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 Note this traceback was caught by reporter and has been added to the log ([WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen)
🔵 Starting update check
🔵 Low cpu mode is set to False. DisableNotifications is set to False
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 500, in destroy

🔴   File "__init__.py", line 500, in destroy

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 Note this traceback was caught by reporter and has been added to the log (Failed to disconnect signal valueChanged(QVariant).)
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 500, in destroy

🔴   File "__init__.py", line 500, in destroy

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 Note this traceback was caught by reporter and has been added to the log (Failed to disconnect signal valueChanged(QVariant).)
🔵 Initializing clock 0...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟡 Clock __._DISPLAY1 on the right (forced)
🟢 Clock on the bottom
🟢 Clock on the right
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(1647, 914, 200, 46)
🔵 Full screen rect:  (0, 0, 1707, 960)
🔵 Initializing clock 0...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟡 Clock __._DISPLAY1 on the right (forced)
🟢 Clock on the bottom
🟡 Clock on the left
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(140, 914, 200, 46)
🔵 Full screen rect:  (0, 0, 1707, 960)
🔵 Restart loop: 1
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 0): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 0): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🔵 Initializing clock 1...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟢 Clock on the bottom
🟡 Clock on the left
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(2700, 1394, 200, 46)
🔵 Full screen rect:  (2560, 0, 5120, 1440)
🔵 Initializing clock 1...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟢 Clock on the bottom
🟢 Clock on the right
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(5060, 1394, 200, 46)
🔵 Full screen rect:  (2560, 0, 5120, 1440)
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 1): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 292, in _read_status

🔴   File "http\client.py", line 292, in _read_status

🔴   File "socket.py", line 708, in readinto

🔴   File "socket.py", line 708, in readinto

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 Note this traceback was caught by reporter and has been added to the log ([WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen)
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 292, in _read_status

🔴   File "http\client.py", line 292, in _read_status

🔴   File "socket.py", line 708, in readinto

🔴   File "socket.py", line 708, in readinto

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 Note this traceback was caught by reporter and has been added to the log ([WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen)
🟡 Desktop button enabled
🔵 Version URL: https://www.marticliment.com/versions/elevenclock.ver
🟢 Updates not found
🟡 Custom loaded date time format (clock 1): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🟢 Loaded everything in 3.3964407444000244
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 292, in _read_status

🔴   File "http\client.py", line 292, in _read_status

🔴   File "socket.py", line 708, in readinto

🔴   File "socket.py", line 708, in readinto

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 Note this traceback was caught by reporter and has been added to the log ([WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen)
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 300, in _read_status

🔴   File "http\client.py", line 300, in _read_status

🔴 http.client.RemoteDisconnected: Remote end closed connection without response

🔴 http.client.RemoteDisconnected: Remote end closed connection without response

🔴 Note this traceback was caught by reporter and has been added to the log (Remote end closed connection without response)
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 500, in destroy

🔴   File "__init__.py", line 500, in destroy

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 Note this traceback was caught by reporter and has been added to the log (Failed to disconnect signal valueChanged(QVariant).)
🔵 Announcement URL: https://www.marticliment.com/resources/elevenclock.announcement
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 500, in destroy

🔴   File "__init__.py", line 500, in destroy

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 Note this traceback was caught by reporter and has been added to the log (Failed to disconnect signal valueChanged(QVariant).)
🔵 Initializing clock 0...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟡 Clock __._DISPLAY1 on the right (forced)
🟢 Clock on the bottom
🟢 Clock on the right
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(1647, 914, 200, 46)
🔵 Full screen rect:  (0, 0, 1707, 960)
🔵 Initializing clock 0...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟡 Clock __._DISPLAY1 on the right (forced)
🟢 Clock on the bottom
🟡 Clock on the left
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(140, 914, 200, 46)
🔵 Full screen rect:  (0, 0, 1707, 960)
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 0): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Image URL: https://marticliment.com/resources/translate.png
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 0): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🔵 Initializing clock 1...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟢 Clock on the bottom
🟡 Clock on the left
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(2700, 1394, 200, 46)
🔵 Full screen rect:  (2560, 0, 5120, 1440)
🔵 Initializing clock 1...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟢 Clock on the bottom
🟢 Clock on the right
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(5060, 1394, 200, 46)
🔵 Full screen rect:  (2560, 0, 5120, 1440)
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 292, in _read_status

🔴   File "http\client.py", line 292, in _read_status

🔴   File "socket.py", line 708, in readinto

🔴   File "socket.py", line 708, in readinto

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 Note this traceback was caught by reporter and has been added to the log ([WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen)
🟡 Custom loaded date time format (clock 1): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 1): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 292, in _read_status

🔴   File "http\client.py", line 292, in _read_status

🔴   File "socket.py", line 708, in readinto

🔴   File "socket.py", line 708, in readinto

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 Note this traceback was caught by reporter and has been added to the log ([WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen)
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 292, in _read_status

🔴   File "http\client.py", line 292, in _read_status

🔴   File "socket.py", line 708, in readinto

🔴   File "socket.py", line 708, in readinto

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 Note this traceback was caught by reporter and has been added to the log ([WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen)
🔵 Restart loop: 1
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 292, in _read_status

🔴   File "http\client.py", line 292, in _read_status

🔴   File "socket.py", line 708, in readinto

🔴   File "socket.py", line 708, in readinto

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 Note this traceback was caught by reporter and has been added to the log ([WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen)
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 521, in open

🔴   File "urllib\request.py", line 521, in open

🔴   File "urllib\request.py", line 630, in http_response

🔴   File "urllib\request.py", line 630, in http_response

🔴   File "urllib\request.py", line 559, in error

🔴   File "urllib\request.py", line 559, in error

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 639, in http_error_default

🔴   File "urllib\request.py", line 639, in http_error_default

🔴 urllib.error.HTTPError: HTTP Error 502: Bad Gateway

🔴 urllib.error.HTTPError: HTTP Error 502: Bad Gateway

🔴 Note this traceback was caught by reporter and has been added to the log (HTTP Error 502: Bad Gateway)
🟡 NOT showing tooltip, it has been disabled
🔵 Starting update check
🔵 Version URL: https://www.marticliment.com/versions/elevenclock.ver
🟢 Updates not found
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 500, in destroy

🔴   File "__init__.py", line 500, in destroy

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 Note this traceback was caught by reporter and has been added to the log (Failed to disconnect signal valueChanged(QVariant).)
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 500, in destroy

🔴   File "__init__.py", line 500, in destroy

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 Note this traceback was caught by reporter and has been added to the log (Failed to disconnect signal valueChanged(QVariant).)
🔵 Initializing clock 0...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟡 Clock pinned to desktop
🟡 Clock __._DISPLAY1 on the right (forced)
🟢 Clock on the bottom
🟢 Clock on the right
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(1647, 914, 200, 46)
🔵 Full screen rect:  (0, 0, 1707, 960)
🔵 Initializing clock 0...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟡 Clock pinned to desktop
🟡 Clock __._DISPLAY1 on the right (forced)
🟢 Clock on the bottom
🟡 Clock on the left
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(140, 914, 200, 46)
🔵 Full screen rect:  (0, 0, 1707, 960)
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 0): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 0): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🔵 Initializing clock 1...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟡 Clock pinned to desktop
🟢 Clock on the bottom
🟡 Clock on the left
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(2700, 1394, 200, 46)
🔵 Full screen rect:  (2560, 0, 5120, 1440)
🔵 Initializing clock 1...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟡 Clock pinned to desktop
🟢 Clock on the bottom
🟢 Clock on the right
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(5060, 1394, 200, 46)
🔵 Full screen rect:  (2560, 0, 5120, 1440)
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 1): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 292, in _read_status

🔴   File "http\client.py", line 292, in _read_status

🔴   File "socket.py", line 708, in readinto

🔴   File "socket.py", line 708, in readinto

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 Note this traceback was caught by reporter and has been added to the log ([WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen)
🟡 Custom loaded date time format (clock 1): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 300, in _read_status

🔴   File "http\client.py", line 300, in _read_status

🔴 http.client.RemoteDisconnected: Remote end closed connection without response

🔴 http.client.RemoteDisconnected: Remote end closed connection without response

🔴 Note this traceback was caught by reporter and has been added to the log (Remote end closed connection without response)
🔵 Restart loop: 1
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 292, in _read_status

🔴   File "http\client.py", line 292, in _read_status

🔴   File "socket.py", line 708, in readinto

🔴   File "socket.py", line 708, in readinto

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 Note this traceback was caught by reporter and has been added to the log ([WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen)
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 500, in destroy

🔴   File "__init__.py", line 500, in destroy

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 Note this traceback was caught by reporter and has been added to the log (Failed to disconnect signal valueChanged(QVariant).)
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 500, in destroy

🔴   File "__init__.py", line 500, in destroy

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 RuntimeError: Failed to disconnect signal valueChanged(QVariant).

🔴 Note this traceback was caught by reporter and has been added to the log (Failed to disconnect signal valueChanged(QVariant).)
🔵 Initializing clock 0...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟡 Clock __._DISPLAY1 on the right (forced)
🟢 Clock on the bottom
🟢 Clock on the right
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(1647, 914, 200, 46)
🔵 Full screen rect:  (0, 0, 1707, 960)
🔵 Initializing clock 0...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟡 Clock __._DISPLAY1 on the right (forced)
🟢 Clock on the bottom
🟡 Clock on the left
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(140, 914, 200, 46)
🔵 Full screen rect:  (0, 0, 1707, 960)
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 0): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 0): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🔵 Initializing clock 1...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟢 Clock on the bottom
🟡 Clock on the left
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(2700, 1394, 200, 46)
🔵 Full screen rect:  (2560, 0, 5120, 1440)
🔵 Initializing clock 1...
🟡 Not using taskbar background color
🔵 Using bg color: 0, 0, 0, 0
🟢 Clock on the bottom
🟢 Clock on the right
🟡 X offset being used!
🟡 Y offset being used!
🔵 Clock geometry: PySide6.QtCore.QRect(5060, 1394, 200, 46)
🔵 Full screen rect:  (2560, 0, 5120, 1440)
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 1): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🟢 Custom valid shortcut specified: ['win', 'a']
🟢 Custom valid shortcut specified (for double click): ['win', 'n']
🔵 Using automatic font color
🔵 Font families   : []
🔵 Custom font     : Bahnschrift SemiLight,10,-1,5,350,0,0,0,0,0,0,0,0,0,0,1,SemiLight
🔵 Font size: 10.0
🟡 Desktop button enabled
🟡 Custom loaded date time format (clock 1): %A - %H:%M:%S\n(KW %W) - %d.%m.%Y
🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:True, DisableNotifications:True
🔵 (worldtimeapi.org) Time offset set to 0.7101109027862549
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 292, in _read_status

🔴   File "http\client.py", line 292, in _read_status

🔴   File "socket.py", line 708, in readinto

🔴   File "socket.py", line 708, in readinto

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 Note this traceback was caught by reporter and has been added to the log ([WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen)
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 292, in _read_status

🔴   File "http\client.py", line 292, in _read_status

🔴   File "socket.py", line 708, in readinto

🔴   File "socket.py", line 708, in readinto

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 Note this traceback was caught by reporter and has been added to the log ([WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen)
🔵 Restart loop: 1
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 515, in open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 532, in _open

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1373, in http_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "urllib\request.py", line 1348, in do_open

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 1428, in getresponse

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 331, in begin

🔴   File "http\client.py", line 292, in _read_status

🔴   File "http\client.py", line 292, in _read_status

🔴   File "socket.py", line 708, in readinto

🔴   File "socket.py", line 708, in readinto

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen

🔴 Note this traceback was caught by reporter and has been added to the log ([WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen)
🔴 Traceback (most recent call last):

🔴 Traceback (most recent call last):

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "__init__.py", line 1478, in loadInternetTimeOffset

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 215, in urlopen

🔴   File "urllib\request.py", line 521, in open

🔴   File "urllib\request.py", line 521, in open

🔴   File "urllib\request.py", line 630, in http_response

🔴   File "urllib\request.py", line 630, in http_response

🔴   File "urllib\request.py", line 559, in error

🔴   File "urllib\request.py", line 559, in error

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 492, in _call_chain

🔴   File "urllib\request.py", line 639, in http_error_default

🔴   File "urllib\request.py", line 639, in http_error_default

🔴 urllib.error.HTTPError: HTTP Error 502: Bad Gateway

🔴 urllib.error.HTTPError: HTTP Error 502: Bad Gateway

🔴 Note this traceback was caught by reporter and has been added to the log (HTTP Error 502: Bad Gateway)
🟡 NOT showing tooltip, it has been disabled
🔵 Announcement URL: https://www.marticliment.com/resources/elevenclock.announcement
🔵 Image URL: https://marticliment.com/resources/translate.png
🔵 Copying log to the clipboard...

Relevant information

No response

Screenshots and videos

[http://www.should.keepfree.de/Elevenclock/Elevenclock_Screenshot_2nd%20clock%20off.png]
[http://www.should.keepfree.de/Elevenclock/Elevenclock_Screenshot_2nd%20clock%20on.png]

@schnurlos schnurlos added bug Something isn't working triage This hasn't been chcked yet by any maintainer labels Feb 4, 2025
@marticliment
Copy link
Owner

Hello,

Your log shows that you have changed the clock's horizontal and vertical settings. Please reset this settings and see if the issue persists

@schnurlos
Copy link
Author

Thanks. I did a fresh installation and now that issue is solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage This hasn't been chcked yet by any maintainer
Projects
None yet
Development

No branches or pull requests

2 participants