Syncplay / syncplay

Client/server to synchronize media playback on mpv/VLC/MPC-HC/MPC-BE on many computers
http://syncplay.pl/
Apache License 2.0
2.1k stars 214 forks source link

OSX: time value error #112

Closed kzsombor13 closed 7 years ago

kzsombor13 commented 8 years ago

Here is the full log: Last login: Tue Aug 23 21:16:46 on ttys000 Csak-egy-MacBook-Air:~ Zsemle$ source activate syncplay (syncplay) Csak-egy-MacBook-Air:~ Zsemle$ cd syncplay (syncplay) Csak-egy-MacBook-Air:syncplay Zsemle$ ./syncplayClient.py Traceback (most recent call last): File "/Users/Zsemle/syncplay/syncplay/ui/GuiConfiguration.py", line 369, in _saveDataAndLeave self.loadLastUpdateCheckDate() File "/Users/Zsemle/syncplay/syncplay/ui/GuiConfiguration.py", line 281, in loadLastUpdateCheckDate if self.lastCheckedForUpdates > datetime.strptime(self.config["lastCheckedForUpdates"], "%Y-%m-%d %H:%M:%S.%f"): File "/Users/Zsemle/miniconda2/envs/syncplay/lib/python2.7/_strptime.py", line 332, in _strptime (data_string, format)) ValueError: time data '@Variant(' does not match format '%Y-%m-%d %H:%M:%S.%f'

PLEASE HELP ME! I already tried with python 2.7 and with 3.5 but nothing changed.

Et0h commented 8 years ago

Does it work fine if you run the Windows version via Wine?

kzsombor13 commented 8 years ago

I tried it on my PC and everything works fine but I would like to use it on my mac as well.

Et0h commented 8 years ago

How about using the Mac with a Windows application emulator such as Wine for Mac?

kzsombor13 commented 8 years ago

In wineskin it crashes and I installed the vlc tool but in the simple wine i can't install that any other solution?

Et0h commented 8 years ago

I don't use OSX so can't be of much more assistance. If you can find an active Python-OSX dev then please ask them to help resolve this issue.

albertosottile commented 7 years ago

I think I ran into the same issue, see #116 for further details.

albertosottile commented 7 years ago

This issue can be closed, since it is fixed by the patch applied on qt4 by cartr.

Et0h commented 7 years ago

Closed as the issue should be resolved by https://github.com/Syncplay/syncplay/pull/143 and http://www.albertosottile.it/syncplay/2017/09/08/install-syncplay-on-macos-10-8/