Skip to main content
Question

Rocket MV BASIC Extension 2.10.0 Simply displays a filename URI alert

  • May 26, 2026
  • 1 reply
  • 26 views

Gregor Scott
Forum|alt.badge.img+4

I am attempting to use Online mode of the extension to edit source code from the remote UV server.

 

After connecting to the server, I attempt to expand one of the listed accounts.

It processes for a while, and then displays a popup up notification in this format:

mvvs:/{server}/{acct}/A.FILE.NAME

 

The ‘A.FILE.NAME’ is a legitimate file in the account, but the file has no DICT level.

This file is not a code library.

The code libraries in the account are known.

How can I configure the extension to not get stuck on this file?

How can I configure the extension to ONLY consider the known files?

1 reply

Gregor Scott
Forum|alt.badge.img+4
  • Author
  • Participating Frequently
  • May 26, 2026

Turns out that the filter patterns in the .rmvonline\config\servers.mvbasic.json file do not support wildcards in the “path” field.

Which is a shame, as we have multiple accounts with the same prefix (for different data sets) and each account has the same code library setups.

 

So now I know how to filter to just the files we need.

 

How can we get the extension to not simply abort when it encounters a file it does not like?