vvvvpm / vpm

Package Manager for VVVV
MIT License
19 stars 3 forks source link

Errors parsing vvvv-Time_0.5.5 #8

Open YanYas opened 7 years ago

YanYas commented 7 years ago

Something went wrong: '>' is an unexpected token. The expected token is '='. Line 35, position 91.

This refers to

data-pjax-transient

which should end with

="true"

I suspect.

Filling those in the next problem was that the link and meta tags in the header are not all closed with

/>

So I fixed those manually too. Finally I got this error

Something went wrong: The 'div' start tag on line 128 position 12 does not match the end tag of 'option'. Line 129, position 43.

This refers to

<div class="header-search scoped-search site-scoped-search js-site-search" role="search">
  <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/vvvvpm/vpdb/search" class="js-site-search-form" data-scoped-search-url="/vvvvpm/vpdb/search" data-unscoped-search-url="/search" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /></div>

Might count for others too packages too (I have the same initial error from "contrib.vpm1.nodx11.vpack", too. Should I try an older pack or an older vpm?

YanYas commented 7 years ago

Qualifier: I downloaded the https://github.com/vvvvpm/vpdb repo and opened them from my desktop.

https://vvvvpm.github.io/ opening and running these packs directly seemed to work as advertised. Will there be an option to choose between 32 and 64bit pack or does that depend upon the pack writers to create the options?