Python Forum
main libvlc error: stale plugins cache:
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
main libvlc error: stale plugins cache:
#1
Hello again,

I'm having some issues that show up when I run a script in Windows 10 shell, but not when I run it in the Idle shell. I get a little over 360 lines of this and I'm not sure what's causing it. I've seen some talk about this problem with Linux users, but nothing for Windows so far. I'm a newbie, so please pardon my ignorance in advance :) Thanks!

[00000175d4715fe0] main libvlc error: stale plugins cache: modified C:\Program Files\VideoLAN\VLC\plugins\access\libaccess_concat_plugin.dll

[00000175d4715fe0] main libvlc error: stale plugins cache: modified C:\Program Files\VideoLAN\VLC\plugins\access_output\libaccess_output_dummy_plugin.dll

[00000175d4715fe0] main libvlc error: stale plugins cache: modified C:\Program Files\VideoLAN\VLC\plugins\audio_filter\libaudiobargraph_a_plugin.dll

[00000175d4715fe0] main libvlc error: stale plugins cache: modified C:\Program Files\VideoLAN\VLC\plugins\audio_mixer\libfloat_mixer_plugin.dll

[00000175d4715fe0] main libvlc error: stale plugins cache: modified C:\Program Files\VideoLAN\VLC\plugins\audio_output\libadummy_plugin.dll

[00000175d4715fe0] main libvlc error: stale plugins cache: modified C:\Program Files\VideoLAN\VLC\plugins\codec\liba52_plugin.dll

[00000175d4715fe0] main libvlc error: stale plugins cache: modified C:\Program Files\VideoLAN\VLC\plugins\control\libdummy_plugin.dll

[00000175d4715fe0] main libvlc error: stale plugins cache: modified C:\Program Files\VideoLAN\VLC\plugins\d3d11\libdirect3d11_filters_plugin.dll

[00000175d4715fe0] main libvlc error: stale plugins cache: modified C:\Program Files\VideoLAN\VLC\plugins\d3d9\libdirect3d9_filters_plugin.dll

[00000175d4715fe0] main libvlc error: stale plugins cache: modified C:\Program Files\VideoLAN\VLC\plugins\demux\libadaptive_plugin.dll

etc...
Reply
#2
If it helps, this is the sample code that I'm trying to run, which gives me the errors listed above.


import vlc

mp3_url="http://www.kuhf.org/programaudio/engines/eng1_64k.mp3"
x=vlc.MediaPlayer(mp3_url)
x.play()

y=input("please press any key to continue.")
Reply
#3
I figured it out. I had to re-install the VLC media player and python-vlc, just to be sure, to get it to stop giving me the "stale plugins cache" error.

I have another one now that displays "[000002db04a2c120] prefetch stream error: unimplemented query (264) in control" after every new song is played. It seems to be a random error though.

Oh well. I can live with this one. If anyone has any ideas about the new error, please let me know.

Thanks!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  program needs this plugins robertkwild 1 471 Aug-09-2023, 04:33 PM
Last Post: deanhystad
  Speeding up code using cache Peter 1 536 Jul-29-2023, 04:52 AM
Last Post: bowlofred
  Opinion: how should my scripts cache web download files? stevendaprano 0 731 Dec-17-2022, 12:19 AM
Last Post: stevendaprano
  Python-for-Android:p4a: syntax error in main.py while compiling apk jttolleson 2 1,829 Sep-17-2022, 04:09 AM
Last Post: jttolleson
  Error when refering to class defined in 'main' in an imported module HeRo 2 2,376 Apr-13-2021, 07:22 PM
Last Post: HeRo
  Clear Cache Path sportcardinal 0 1,615 Jul-05-2020, 05:11 PM
Last Post: sportcardinal
  How to print cache from Decorators with Memoization OlgaM 2 2,052 Jan-29-2020, 05:06 PM
Last Post: OlgaM
  pip cache millpond 3 8,218 Jul-22-2019, 01:12 AM
Last Post: millpond
  python cache for small integer Uchikago 1 2,493 Jun-27-2019, 05:32 PM
Last Post: ichabod801
  Can't work out parameter format for LibVLC functions Domarius 10 5,935 Apr-30-2019, 10:54 PM
Last Post: Domarius

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020