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

v3.8.4 - Decorator TYPE ERROR #17

Open
15U12U opened this issue Apr 26, 2021 · 0 comments
Open

v3.8.4 - Decorator TYPE ERROR #17

15U12U opened this issue Apr 26, 2021 · 0 comments

Comments

@15U12U
Copy link

15U12U commented Apr 26, 2021

Hi,

TypeError: string indices must be integers, not str
Traceback (most recent call last):
  File "/root/eStreamer/estreamer/baseproc.py", line 208, in receiveInput
      self.onReceive( item )
        File "/root/eStreamer/estreamer/pipeline.py", line 350, in onReceive
          _do( items )z  File "/root/eStreamer/estreamer/pipeline.py", line 344, in _do
              self.onEvent( item )
                File "/root/eStreamer/estreamer/pipeline.py", line 338, in onEvent
                  decorate( item['record'], self.settings )
                    File "/root/eStreamer/estreamer/pipeline.py", line 181, in decorate
                      settings.cache().store( record )
                        File "/root/eStreamer/estreamer/metadata/cache.py", line 1434, in store
                          self.set([ mapping['cache'], record[ mapping['id'] ] ], record[ mapping['value'] ] )
                            File "/root/eStreamer/estreamer/common/flatdict.py", line 39, in __getitem__
                                data = data[ item 
                                TypeError: string indices must be integers, not str
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant