vlc.playlist.items is null in ActiveX 2.0.6

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
da2424
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 16 Apr 2013 16:57

vlc.playlist.items is null in ActiveX 2.0.6

Postby da2424 » 16 Apr 2013 17:17

Hello,

In the Version 2.0.6 of the ActiveX-Plugin is apparently a Bug. The Object vlc.playlist.items is null. So I can't clear the Playlist. This Problem is only in ActiveX, it works fine in the Mozilla-Plugin.

I have Win7 x64.

Is this bug already known and will be fixed?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlc.playlist.items is null in ActiveX 2.0.6

Postby Jean-Baptiste Kempf » 16 Apr 2013 23:02

No, it is not known.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

da2424
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 16 Apr 2013 16:57

Re: vlc.playlist.items is null in ActiveX 2.0.6

Postby da2424 » 17 Apr 2013 16:45

Can you fix the Bug, or need you more Infos to locate the cause?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlc.playlist.items is null in ActiveX 2.0.6

Postby Jean-Baptiste Kempf » 17 Apr 2013 19:05

Create a bugreport.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Ridders
New Cone
New Cone
Posts: 7
Joined: 08 Nov 2012 16:55

Re: vlc.playlist.items is null in ActiveX 2.0.6

Postby Ridders » 23 Apr 2013 15:09

I have had the same issue when trying to use VLC.playlist.items.count and have recieved an exception

da2424
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 16 Apr 2013 16:57

Re: vlc.playlist.items is null in ActiveX 2.0.6

Postby da2424 » 23 Apr 2013 17:14

I have created a bugreport some days ago. (#8454)
How long does it take on average until a ticket is processed?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlc.playlist.items is null in ActiveX 2.0.6

Postby Jean-Baptiste Kempf » 24 Apr 2013 02:03

Depends :) From hours to years...
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

da2424
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 16 Apr 2013 16:57

Re: vlc.playlist.items is null in ActiveX 2.0.6

Postby da2424 » 30 Apr 2013 17:01

I have tried now the deprecated function "vlc.playlist.clear()" to clear the playlist. This function does not work.
The Bug occurs in exact the same versions as the other bug.

Should I create a additional bugreport?

jeiceei
New Cone
New Cone
Posts: 1
Joined: 05 May 2013 00:21

Re: vlc.playlist.items is null in ActiveX 2.0.6

Postby jeiceei » 05 May 2013 00:24

Hello,

In the Version 2.0.6 of the ActiveX-Plugin is apparently a Bug. The Object vlc.playlist.items is null. So I can't clear the Playlist. This Problem is only in ActiveX, it works fine in the Mozilla-Plugin.

I have Win7 x64.

Is this bug already known and will be fixed?
i just saw your message and i have the same problem exactly as yours, i need to work with it but i can't because of this playlist.clear() issue

da2424
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 16 Apr 2013 16:57

Re: vlc.playlist.items is null in ActiveX 2.0.6

Postby da2424 » 08 May 2013 19:54

The ticket has now created 3 weeks ago.
Unfortunately, the ticket has not been processed.

Has anyone looked into the source code, what it could be?

PS: I have added the other bug in the ticket.

da2424
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 16 Apr 2013 16:57

Re: vlc.playlist.items is null in ActiveX 2.0.6

Postby da2424 » 09 May 2013 17:37

I now wanted to go the detour via vlc.playlist.removeItem() to clear the playlist.
Unfortunately, this function does not work anymore, too.

Tthis problem appears in the same versions as the other bugs, too.

Apparently does nothing work, which is somehow related to the object vlc.playlist.items.
Only vlc.playlist.itemCount works correct.

da2424
Cone that earned his stripes
Cone that earned his stripes
Posts: 310
Joined: 16 Apr 2013 16:57

Re: vlc.playlist.items is null in ActiveX 2.0.6

Postby da2424 » 10 May 2013 20:13

I'm sorry that I must report errors again, but many more functions in the playlist-object does not work:

vlc.playlist.pause() -> an error occurs (does not work in older activex versions, too)
vlc.playlist.togglePause() -> stops the playback only
vlc.playlist.next() -> does not work and stops the playback
vlc.playlist.prev() -> does not work and stops the playback
vlc.playlist.clear() -> does not work
vlc.playlist.removeItem() -> an error occurs

vlc.playlist.items -> not available (object is null)
vlc.playlist.items.count -> not available
vlc.playlist.items.clear() -> not available
vlc.playlist.items.remove() -> not available

All this occurs the first time in this build: http://nightlies.videolan.org/build/win ... 0107-0204/
The mozilla-plugin works fine in all versions.

Ridders
New Cone
New Cone
Posts: 7
Joined: 08 Nov 2012 16:55

Re: vlc.playlist.items is null in ActiveX 2.0.6

Postby Ridders » 07 Jun 2013 12:46

Do you think this issue will be resolved in 2.1.0?

2.0.6 fixed a couple of issues with the activex plug in that would benefit me but the issues outlined in this thread previously have prevented me from upgrading.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: vlc.playlist.items is null in ActiveX 2.0.6

Postby Jean-Baptiste Kempf » 07 Jun 2013 23:38

We hope to fix in 2.0.7.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 4 guests