ArchivedUltimaScraper icon indicating copy to clipboard operation
ArchivedUltimaScraper copied to clipboard

Teach me UltimaScraper like I'm 5yo

Open BlackDragon37 opened this issue 1 year ago • 4 comments

I downloaded the scraper, open powershell and following the readme, something goes wrong from the jump:

`F:\UltimaScraper-master> user_data/profiles/default/auth.json user_data/profiles/default/auth.json : The term 'user_data/profiles/default/auth.json' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

  • user_data/profiles/default/auth.json
  •   + CategoryInfo          : ObjectNotFound: (__user_data__/profiles/default/auth.json:String) [], CommandNotFoundExc
     eption
      + FullyQualifiedErrorId : CommandNotFoundException`
    
    

I'm new to this, so I don't kow what I'm doing. How do I make this work?

BlackDragon37 avatar Jun 10 '23 21:06 BlackDragon37

Did you run the updater.py first?

RikoF1 avatar Jun 11 '23 21:06 RikoF1

Did you run the updater.py first?

Yeah. This is what I get:

PS C:\Users\Unknown\Downloads\UltimaScraper-master> python updater.py Traceback (most recent call last): File "updater.py", line 39, in all_files: list[Path] = [] TypeError: 'type' object is not subscriptable

BlackDragon37 avatar Jun 11 '23 23:06 BlackDragon37

Which version of python are you using?

verdetren avatar Jun 15 '23 16:06 verdetren

Did you run the updater.py first?

Yeah. This is what I get:

PS C:\Users\Unknown\Downloads\UltimaScraper-master> python updater.py Traceback (most recent call last): File "updater.py", line 39, in all_files: list[Path] = [] TypeError: 'type' object is not subscriptable

You need to install all the requirements (I'd recommend on an environemnt) and update them using the updater. Then it should be good to go.

RikoF1 avatar Jun 15 '23 16:06 RikoF1