question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error while running the plugin

See original GitHub issue

any idea why i’m getting this ;-;

Error invoking 'python_execute' on channel 3 (python3-script-host):
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/aakash/.vim/plugged/vimsence/python/vimsence.py", line 62, in <module>
    has_thumbnail.update(thumbnails.values())
AttributeError: 'list' object has no attribute 'update'
Error detected while processing function DiscordUpdatePresence[2]..provider#python3#Call:
line   18:
Error invoking 'python_execute' on channel 3 (python3-script-host):
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'vimsence' is not defined

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

9reactions
rizirycommented, May 25, 2021

i got the similar issue here but it says like this:

Error detected while processing function DiscordUpdatePresence[1]..<
SNR>42_InitializeDiscord[4]..provider#python3#Call:
line   18:
Error invoking 'python_execute' on channel 4 (python3-script-host):
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/riziry/.local/share/nvim/plugged/vimsence/python/vimse
nce.py", line 62, in <module>
    has_thumbnail = list(set(has_thumbnail + custom_icons.values()))

TypeError: can only concatenate list (not "dict_values") to list
rovider#python3#Call:
line   18:
Error invoking 'python_execute' on channel 4 (python3-script-host):
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'vimsence' is not defined

but if i comment this line in my .vimrc, it works just fine but without the icon on discord let g:vimsence_custom_icons = {'filetype': 'iconname'} how to fix this?

0reactions
Shinyzenithcommented, May 2, 2021

Alright small update, i uninstalled snap version of discord and installed it using the .deb package on their website, it still throws the same errors at me but it does say Rpc connected and neovim idling and works when i start typing

Read more comments on GitHub >

github_iconTop Results From Across the Web

UNKNOWN: Error occured while running the plugin
Hi, I am having an issue with one of the check where it throws UNKNOWN error. I tried to google it but couldn't...
Read more >
Error occurred while running the plugin. Use the verbose flag ...
I have upgraded all NCPA clients to 2.1.8 and am still getting a huge number of "State Unknowns" on my Windows servers :...
Read more >
Fixing “This Plugin is Not Supported” error in Windows 10
1. Enable Flash in Chrome. 2. Install the latest Flash player; Update Flash:Clear the browsing data in Chrome. 3. Use another browser to...
Read more >
ERROR #11321 PLUGIN "gatsby-source-strapi" threw an error ...
Go to Settings > Global Settings > API Tokens then click on edit icon in at your API Token and then change token...
Read more >
Troubleshooting — DeepStream 6.1.1 Release documentation
Warnings or errors for failing plugins are displayed on the terminal. $ gst-inspect-1.0. Then run this command to find missing dependencies:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found