-
Notifications
You must be signed in to change notification settings - Fork 113
Description
when i click on the station and select Generate Profiles the graph crashes and outputs this error
`There was an exception:
Exception: No outlet found with the requested profile!
Well, this is embarrassing.
SHARPpy broke. This is probably due to an issue with one of the data source servers, but if it keeps happening, send the detailed information to the developers.
Detailed Information:
SHARPpy v1.4.0 Andover
Crash time: 2024-03-25 11:56:55.582421
Traceback (most recent call last):
File "D:\Anaconda\envs\sharppy-env\Lib\site-packages\datasources\data_source.py", line 365, in _getOutletWithProfile
outlet = use_outlets[outlet_num]
~~~~~~~~~~~^^^^^^^^^^^^
IndexError: list index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Anaconda\envs\sharppy-env\Lib\site-packages\runsharp\full_gui.py", line 608, in complete_name
self.skewApp(ntry=n_tries)
File "D:\Anaconda\envs\sharppy-env\Lib\site-packages\runsharp\full_gui.py", line 771, in skewApp
raise exc
File "D:\Anaconda\envs\sharppy-env\Lib\site-packages\sutils\async_threads.py", line 122, in run
ret_val = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "D:\Anaconda\envs\sharppy-env\Lib\site-packages\runsharp\full_gui.py", line 835, in loadData
decoder, url = data_source.getDecoderAndURL(loc, run, outlet_num=ntry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Anaconda\envs\sharppy-env\Lib\site-packages\datasources\data_source.py", line 436, in getDecoderAndURL
outlet = self._getOutletWithProfile(stn, cycle_dt, outlet_num=outlet_num)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Anaconda\envs\sharppy-env\Lib\site-packages\datasources\data_source.py", line 367, in _getOutletWithProfile
raise DataSourceError()
datasources.data_source.DataSourceError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Anaconda\envs\sharppy-env\Lib\site-packages\runsharp\full_gui.py", line 136, in doCrasher
ret = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "D:\Anaconda\envs\sharppy-env\Lib\site-packages\runsharp\full_gui.py", line 614, in complete_name
raise IOError(
OSError: No outlet found with the requested profile!`