Random Tag Path Error

Can someone tell me where this error is coming from? I had these invalid characters in some tags years ago and I thought I fixed all of the references but every once in a while (like every couple of days or even weeks) I’ll see these errors pop up in the console but I can’t figure out what they are from or where those tag references are. They must be buried deep somewhere but I can’t find them. Not causing any other errors or problems other than just being annoying.

[code]
ERROR 9:18:07 AM DatasourceTagLister Error parsing tag path ‘hotdogs/rapid pak #2/cycle count’.

com.inductiveautomation.ignition.common.sqltags.parser.TagPathFormatException: Illegal character ‘#’ (Line 1 , Char 19)
at com.inductiveautomation.ignition.common.sqltags.parser.TagPathLexer.errMsg(TagPathLexer.java:200)
at com.inductiveautomation.ignition.common.sqltags.parser.TagPathLexer.errMsg(TagPathLexer.java:204)
at com.inductiveautomation.ignition.common.sqltags.parser.TagPathLexer.yylex(TagPathLexer.java:632)
at com.inductiveautomation.ignition.common.sqltags.parser.TagPathParser._parse(TagPathParser.java:193)
at com.inductiveautomation.ignition.common.sqltags.parser.TagPathParser.access$200(TagPathParser.java:25)
at com.inductiveautomation.ignition.common.sqltags.parser.TagPathParser$ParseFunction.apply(TagPathParser.java:390)
at com.inductiveautomation.ignition.common.sqltags.parser.TagPathParser$ParseFunction.apply(TagPathParser.java:385)
at com.google.common.collect.ComputingConcurrentHashMap$ComputingValueReference.compute(ComputingConcurrentHashMap.java:358)
at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingConcurrentHashMap.java:184)
at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.getOrCompute(ComputingConcurrentHashMap.java:153)
at com.google.common.collect.ComputingConcurrentHashMap.getOrCompute(ComputingConcurrentHashMap.java:69)
at com.google.common.collect.ComputingConcurrentHashMap$ComputingMapAdapter.get(ComputingConcurrentHashMap.java:396)
at com.inductiveautomation.ignition.common.sqltags.parser.TagPathParser.parse(TagPathParser.java:168)
at com.inductiveautomation.ignition.gateway.sqltags.history.DatasourceTagLister.getTags(DatasourceTagLister.java:75)
at com.inductiveautomation.ignition.gateway.sqltags.history.query.DatasourceTagHistoryProvider.browseTags(DatasourceTagHistoryProvider.java:126)
at com.inductiveautomation.ignition.gateway.sqltags.history.query.DatasourceTagHistoryProvider.buildCache(DatasourceTagHistoryProvider.java:140)
at com.inductiveautomation.ignition.gateway.sqltags.history.query.DatasourceTagHistoryProvider.browse(DatasourceTagHistoryProvider.java:156)
at com.inductiveautomation.ignition.gateway.sqltags.SQLTagsManagerImpl.browseHistoricalTags(SQLTagsManagerImpl.java:459)
at com.inductiveautomation.ignition.gateway.project.ProjectSettingsCache$ProjectDefaultTagManagerFacade.browseHistoricalTags(ProjectSettingsCache.java:605)
at com.inductiveautomation.ignition.gateway.servlets.gateway.functions.SQLTags.browseHistoricalTags(SQLTags.java:819)
at sun.reflect.GeneratedMethodAccessor546.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.inductiveautomation.ignition.gateway.servlets.gateway.AbstractGatewayFunction.invoke(AbstractGatewayFunction.java:176)
at com.inductiveautomation.ignition.gateway.servlets.Gateway.doPost(Gateway.java:369)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at com.inductiveautomation.ignition.gateway.bootstrap.MapServlet.service(MapServlet.java:85)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:696)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:526)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:568)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1110)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:453)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1044)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:459)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:280)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:229)
at org.eclipse.jetty.io.AbstractConnection$1.run(AbstractConnection.java:505)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536)
at java.lang.Thread.run(Unknown Source)[/code]

Could it be in the historian table sqlth_te?