julianschiavo / SimplePresence

An easy and simple way to set your Discord Rich Presence Status through RPC (no token required)
GNU General Public License v2.0
194 stars 37 forks source link

Blank #30

Closed drewbitt closed 1 year ago

drewbitt commented 4 years ago

Checklist

Type

Please select what type of issue this is. Please do not use Issues for Support, ask on the Discord!

[ ] Feature Request

[ x ] Bug Report

Description

Blank even after writing the text file. Only thing I see is after scrolling down "Upload images". Does not set rich presence in Discord.

electron_2020-05-08_13-25-31

Specifications

Version is the version of EasyRPC, Platform is Windows/macOS/Linux, and Platform Version is the version of the platform (e.g. 10.13.1 for macOS, or 10 for Windows.).

node -v v10.15.3 npm -v 6.14.1

advaith1 commented 4 years ago

an electron update broke our translucent background, the text is probably rendered but the same color as the background

drewbitt commented 4 years ago

Seems to be the case. Was it transparent before? Because transparent is default false and not specified. Setting transparent in the browser window to true fixes the error, but seems a little silly because it would only show if there's a dark desktop behind it.

On black image

On white image

Can we change it to a color?

drewbitt commented 4 years ago

This is actually because of a breaking change in nodeIntegration https://www.electronjs.org/docs/breaking-changes#planned-breaking-api-changes-50. sending in a PR.