RequestChannel.bundle icon indicating copy to clipboard operation
RequestChannel.bundle copied to clipboard

NameError: global name 'token' is not defined

Open l8nite opened this issue 7 years ago • 1 comments

Getting this when trying to request a movie:

2018-05-03 01:12:17,287 (7f2194ff9700) :  DEBUG (runtime:814) - Found route matching /video/requestchannel/5f6604060c803e5f327813454fedcfef/addmovierequest
2018-05-03 01:12:17,288 (7f2194ff9700) :  CRITICAL (runtime:889) - Exception (most recent call last):
  File "/usr/lib/plexmediaserver/Resources/Plug-ins-8fcb5b6e5/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py", line 843, in handle_request
    result = f(**d)
  File "/config/Library/Application Support/Plex Media Server/Plug-ins/RequestChannel.bundle/Contents/Code/Session.py", line 546, in AddMovieRequest
    user = 'guest_' + Hash.SHA1(token)[:10]
NameError: global name 'token' is not defined

l8nite avatar May 03 '18 08:05 l8nite

I found this issue, it has been fixed in 41ef6e33f84c4fc208e25ae2373ea9cddb7e9433. Please update the channel.

ngovil21 avatar May 13 '18 22:05 ngovil21