HelloWorld017 / atom-discord

Integrate with Discord and show Rich Presence information.
https://atom.io/packages/atom-discord
MIT License
105 stars 30 forks source link

Variable could used at custom text on plugin configuration returns null when its value is not deployed. #82

Closed seia-soto closed 2 years ago

seia-soto commented 5 years ago

Step to reproduce

  1. Turn on the editor and go to plugin configuration
  2. Set custom text of Large Image as 'On %projectName%'
  3. On Discord, if project not opened, it shows null.

Information

Platform: Win32_x64 - 10.17134 Atom: 1.34.0 x64 Package Version: 2.0.2

Non-Core Packages

language-batchfile 0.7.5 (by mmins)
language-pug 0.0.22 (by genoma)
Sqaaakoi commented 5 years ago

I am also experiencing this, but with %fileName% in the state while idle

HelloWorld017 commented 5 years ago

For idle state, please download branch dev and check if the issue is fixed. For %projectName%, I'm working on it.

HelloWorld017 commented 5 years ago

Could you try the latest dev branch?

seia-soto commented 5 years ago

For idle state, please download branch dev and check if the issue is fixed. For %projectName%, I'm working on it.

Yes, I cloned dev branch into my local PC, and checked, but it is not updating the state after I changed the mode to custom. I don't sure it is working correctly.

HelloWorld017 commented 5 years ago

Could you run atom from terminal and get logs?

seia-soto commented 2 years ago

Closing automatically due to inactivity.