Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught FileNotFoundError: calendar is not exists. #68

Closed
UrbanPlan-LDB opened this issue Mar 14, 2023 · 2 comments
Closed

Uncaught FileNotFoundError: calendar is not exists. #68

UrbanPlan-LDB opened this issue Mar 14, 2023 · 2 comments
Labels
dataset problem regarding to GTFS dataset

Comments

@UrbanPlan-LDB
Copy link

Steps to reproduce

  1. First
  2. Second
  3. Third
Traceback (most recent call last):
  File "C:\Users/Lucio De Benedictis/AppData/Roaming/QGIS/QGIS3\profiles\Lucio_02_23/python/plugins\GTFS-GO-master\gtfs_go_dialog.py", line 237, in execution
    gtfs_parser = GTFSParser(extracted_dir)
  File "C:\Users/Lucio De Benedictis/AppData/Roaming/QGIS/QGIS3\profiles\Lucio_02_23/python/plugins\GTFS-GO-master\gtfs_parser\__main__.py", line 35, in __init__
    self.dataframes = self.__load_tables(txts)
  File "C:\Users/Lucio De Benedictis/AppData/Roaming/QGIS/QGIS3\profiles\Lucio_02_23/python/plugins\GTFS-GO-master\gtfs_parser\__main__.py", line 64, in __load_tables
    raise FileNotFoundError(f"{datatype} is not exists.")
FileNotFoundError: calendar is not exists.

GTFS-GO-master 3.1.1, QGIS 3.28.4-Firenze on Windows 10

@kenseii
Copy link
Contributor

kenseii commented Apr 11, 2023

Hey @UrbanPlan-LDB My guess would be that the issue is happening on a custom dataset because the calendar.txt file is missing, do you mind sharing that custom GTFS dataset for test?

@Kanahiro
Copy link
Member

@UrbanPlan-LDB
Hi, I apologize for late response.
The issue error occurs when calendar.txt is missing would be solved on v3.2.3, will be released in few days.
If not to be so, please add new issue with your dataset, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataset problem regarding to GTFS dataset
Projects
None yet
Development

No branches or pull requests

3 participants