Phin

Results 23 comments of Phin

Add the below line in [services/imgur.py after line 7](https://github.com/phineas05/discord-rich-presence-plex/blob/da7d53d1d698642095559bd4be00930267e869cc/services/imgur.py#L7) and let me know what it outputs: ```python logger.debug(requests.head(url).headers["content-type"]) ```

Try using the latest version of the script by following the updated basic installation instructions in the [README](https://github.com/phineas05/discord-rich-presence-plex/blob/master/README.md) and see if your issue is resolved.

Try using the latest version of the script by following the updated basic installation instructions in the [README](https://github.com/phineas05/discord-rich-presence-plex/blob/master/README.md) and see if your issue is resolved. Make sure that the Discord...

I have just committed a fix. Update your version of the script and let me know if the issue is fixed. If not, set `writeToFile` under `logging` in the `config.json`...

I've made a couple changes to try to debug it. Update your copy of the script again and see if anything more gets logged.

It appears to be freezing on this line after the "Signing into Plex" message: ```python self.account = MyPlexAccount(token = self.token) ``` I'm not sure what the issue is since `MyPlexAccount`...

Try using the latest version of the script by following the updated basic installation instructions in the [README](https://github.com/phineas05/discord-rich-presence-plex/blob/master/README.md) and see if your issue is resolved.

Try using the latest version of the script by following the updated basic installation instructions in the [README](https://github.com/phineas05/discord-rich-presence-plex/blob/master/README.md) and see if your issue is resolved.

Try using the latest version of the script by following the updated basic installation instructions in the [README](https://github.com/phineas05/discord-rich-presence-plex/blob/master/README.md) and see if your issue is resolved.

> You might be able to pass a "type" variable through containing the integer that indicates if it's a game, music, stream, etc. Check out this documentation: https://discord.com/developers/docs/topics/gateway#activity-object-activity-types > >...