-
Notifications
You must be signed in to change notification settings - Fork 49
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
[macOS 10.12.5] TraktForVLC doesn't change the pin into token and strange error #73
Comments
Finally fixed my issue with listening on 4222 (now working) and I'm now at the same error as you are! Will be looking for a solution... |
Keep in mind I'm working with TraktForVLC-1.3.0-rc2 ;) |
Well I'm using rc5 now (which caused my issues with missing frameworks like you had) and I've just redone the PIN part (i.e. stop TraktForVLC using |
It'll be so much easier with a step by step tutorial for mac with all the commands you need to put in terminal |
You mean for the PIN? Then here's my steps:
If you meant changing the instructions in the README, I'm all for it! |
For the whole install process of TraktForVLC ;) Beause it's a little bit tedious to get it work on MacOS. ASAP I get it work I think I'm gonna write it! |
It's kind of difficult for me to keep up to date a step by step guide for Mac. Mac steps are actually user-contributed as I don't have a Mac myself. If you're up to update the README file with accurate information and that someone else can corroborate them (as I cannot myself), I'd be really happy to receive that pull request :) |
If I manage to get it work I'll write something to help MacOS users ;) |
Are you still having the problem you reported before? If so, it seems TraktForVLC is unable to contact the URL api.github.com to check for new releases. It is weird though as that url should be accessible, but it's true that there is no error management on that part currently (TraktForVLC 1.x is considered as working online only... Plan for 2.x is to make it work offline too) |
I started all over with the lastest update but still the same probelem the plist file is loaded but in config.ini the PIN is still there. It didn't get a token. I might run it in debug mode but I don't know the command. |
Mac user to the rescue : I know there is a
Then just stop and restart the service with
|
OMG nothing goes inside my log folder :( here my plist:
|
Yep I'm guessing the service didn't even start.
You have put an array inside this array of
|
Here the log while watching a video:
In the ini file now there is token lines and when I connect to trakt.tv there is now the progress bar of what I'm watching but when I fast forward to 2min before end and let it finish (I already watch the video) in order to make it marked as watched it doesn't mark it as watched on trakt.tv but the progressbar keeps going on. Is this behavior normal? |
I think it is, but you should check that your config.ini is set to scrobble tv shows and also look at what the logs are telling you after you've skipped to the end of your episode. |
Scrobble tv shows is ON and here what it says from the omment I start to play the video:
There are some errors but I don't know if it's normal. Edit: And when the progressbar is hitting the end it doesn't mark it as watched |
As a rule of thumb, errors are never a good thing. From the timeline of the log, the error happened before you skipped forward (7-12%) and it's going fine afterwards so I'm guessing that's just a random error. However I'm seeing the same issue as you, namely that Trakt correctly sees the episode as being watched but no scrobbling request seems to be sent as my episode isn't marked as watched. This should, once again, be part of a new issue since the PIN and the strange error issues have been resolved. |
I'm gonna open a new issue I guess ;) |
Hi,
I open this issue #72 I think I finaly manage to install everything but now I have a strange issue:
TraktForVLC doesn't change the pin into token in the ini file and I have this message:
`Francoiss-MacBook-Pro:~ Francois$ python /Users/Francois/TraktForVLC/TraktForVLC.py
Traceback (most recent call last):
File "/Users/Francois/TraktForVLC/TraktForVLC.py", line 875, in
daemon=(should_daemon or pidfile))
File "/Users/Francois/TraktForVLC/TraktForVLC.py", line 225, in init
self.__check_version()
File "/Users/Francois/TraktForVLC/TraktForVLC.py", line 100, in __check_version
url="https://api.github.com/repos/XaF/TraktForVLC/releases")
File "/Users/Francois/TraktForVLC/requests/api.py", line 68, in get
return request('get', url, **kwargs)
File "/Users/Francois/TraktForVLC/requests/api.py", line 50, in request
response = session.request(method=method, url=url, **kwargs)
File "/Users/Francois/TraktForVLC/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
File "/Users/Francois/TraktForVLC/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
File "/Users/Francois/TraktForVLC/requests/adapters.py", line 415, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', error(54, 'Connection reset by peer'))
Francoiss-MacBook-Pro:~ Francois$
`
The text was updated successfully, but these errors were encountered: