Skip to content

[BUG] Cannot Generate Profiles  #256

@mekkelley

Description

@mekkelley

When I select my model, location, and timestamp, and click 'Generate Profiles', the error below occurs. How can I get past this?

OOPS: PySide2.QtGui.QFont.init(): unsupported keyword 'bold'
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-06-10 20:06:20.117620
Traceback (most recent call last):
File "C:\Users\mekke\anaconda3\envs\devel\Lib\site-packages\sharppy-1.4.0-py3.11.egg\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 "C:\Users\mekke\anaconda3\envs\devel\Lib\site-packages\sharppy-1.4.0-py3.11.egg\runsharp\full_gui.py", line 608, in complete_name
self.skewApp(ntry=n_tries)
File "C:\Users\mekke\anaconda3\envs\devel\Lib\site-packages\sharppy-1.4.0-py3.11.egg\runsharp\full_gui.py", line 771, in skewApp
raise exc
File "C:\Users\mekke\anaconda3\envs\devel\Lib\site-packages\sharppy-1.4.0-py3.11.egg\sutils\async_threads.py", line 122, in run
ret_val = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mekke\anaconda3\envs\devel\Lib\site-packages\sharppy-1.4.0-py3.11.egg\runsharp\full_gui.py", line 835, in loadData
decoder, url = data_source.getDecoderAndURL(loc, run, outlet_num=ntry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mekke\anaconda3\envs\devel\Lib\site-packages\sharppy-1.4.0-py3.11.egg\datasources\data_source.py", line 436, in getDecoderAndURL
outlet = self._getOutletWithProfile(stn, cycle_dt, outlet_num=outlet_num)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mekke\anaconda3\envs\devel\Lib\site-packages\sharppy-1.4.0-py3.11.egg\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 "C:\Users\mekke\anaconda3\envs\devel\Lib\site-packages\sharppy-1.4.0-py3.11.egg\runsharp\full_gui.py", line 136, in doCrasher
ret = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mekke\anaconda3\envs\devel\Lib\site-packages\sharppy-1.4.0-py3.11.egg\runsharp\full_gui.py", line 614, in complete_name
raise IOError(
OSError: No outlet found with the requested profile!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions