Skip to content

[Bug]: multiple pulls require multiple files #69

@Swamp-up

Description

@Swamp-up

What happened?

Trying to pull more than one location in docker.
The docker setup only writes to xmltv/xmltv.xml file.
I have setup the run-zap2xml.sh file as so:
#!/bin/sh
cd /app/
node dist/index.js --lineupId=CAN-OTAN3Y1K4 --timespan=6 --country=CAN --postalCode=N3Y1K4 --outputfile=xmltv-simcoe.xml
node dist/index.js --lineupId=USA-OTA14201 --timespan=6 --country=USA --postalCode=14201 --outputfile=xmltv-buffalo.xml

Ignores the file names and writes the first to xmltv.xml and then overwrites that file with the second node request.
Maybe I am doing this incorrectly?

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions